projects
/
openssl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix BIO_pop for SSL BIOs
2016-07-29
Matt Caswell
Fix BIO_pop for SSL BIOs
commit
|
commitdiff
|
tree
2016-07-29
Matt Caswell
Fix BIO_push ref counting for SSL BIO
commit
|
commitdiff
|
tree
2016-07-29
Matt Caswell
Don't double free the write bio
commit
|
commitdiff
|
tree
2016-07-29
Matt Caswell
Add a test for SSL_set_bio()
commit
|
commitdiff
|
tree
2016-07-29
Matt Caswell
Make the checks for an SSLv2 style record stricter
commit
|
commitdiff
|
tree
2016-07-25
Matt Caswell
Fix no-tls1_2
commit
|
commitdiff
|
tree
2016-07-25
Matt Caswell
Fix no-dtls*
commit
|
commitdiff
|
tree
2016-07-25
Matt Caswell
Fix no-ct
commit
|
commitdiff
|
tree
2016-07-20
Matt Caswell
Never expose ssl->bbio in the public API.
commit
|
commitdiff
|
tree
2016-07-20
Hannes Magnusson
Remove reduntant X509_STORE_CTX_set_verify_cb declaration
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-07-19
Matt Caswell
Fix building with no-cms
commit
|
commitdiff
|
tree
2016-07-19
Matt Caswell
Update error codes following tls_process_key_exchange...
commit
|
commitdiff
|
tree
2016-07-19
Matt Caswell
Tidy up tls_process_key_exchange()
commit
|
commitdiff
|
tree
2016-07-19
Matt Caswell
Split out ECDHE from tls_process_key_exchange()
commit
|
commitdiff
|
tree
2016-07-19
Matt Caswell
Split out DHE from tls_process_key_exchange()
commit
|
commitdiff
|
tree
2016-07-19
Matt Caswell
Split out SRP from tls_process_key_exchange()
commit
|
commitdiff
|
tree
2016-07-19
Matt Caswell
Split out the PSK preamble from tls_process_key_exchange()
commit
|
commitdiff
|
tree
2016-07-19
Matt Caswell
Move the PSK preamble for tls_process_key_exchange()
commit
|
commitdiff
|
tree
2016-07-19
Matt Caswell
Narrow scope of locals vars in tls_process_key_exchange()
commit
|
commitdiff
|
tree
2016-07-19
Matt Caswell
Add more session tests
commit
|
commitdiff
|
tree
2016-07-19
Matt Caswell
Remove sessions from external cache, even if internal...
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Refactor Identity Hint handling
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Fix up error codes after splitting up tls_construct_key_exch...
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Some tidy ups after the CKE construction refactor
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Split out SRP CKE construction into a separate function
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Split out GOST CKE construction into a separate function
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Split out DHE CKE construction into a separate function
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Split out DHE CKE construction into a separate function
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Split out CKE construction PSK pre-amble and RSA into...
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Narrow the scope of local variables in tls_construct_client_...
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Fix bug with s2n et al macros
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Errors fix up following break up of CKE processing
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Remove the f_err lable from tls_process_client_key_exchange()
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Split out GOST from process CKE code
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Split out ECDHE from process CKE code
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Split out DHE from process CKE code
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Split out PSK preamble and RSA from process CKE code
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Reduce the scope of some variables in tls_process_client_key...
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Fix formatting in statem_srvr.c based on review feedback
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Ensure Travis tests SSLv3
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Try and make the transition tests for CKE message clearer
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Simplify key_exchange_expected() logic
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Fix client auth test_ssl_new failures when enabling...
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Make sure we call ssl3_digest_cached_records() when...
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Fix SSLv3 alert if no Client Ceritifcate sent after...
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Fix SSLv3 ClientAuth alert checking
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Fix Client Auth tests
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Prepare the client certificate earlier
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Fix mingw build
commit
|
commitdiff
|
tree
2016-07-18
Matt Caswell
Fix strict-warnings build
commit
|
commitdiff
|
tree
2016-07-08
Matt Caswell
Disallow multiple protocol flags to s_server and s_client
commit
|
commitdiff
|
tree
2016-07-05
FdaSilvaYY
Fix mem error handling in PKCS7_simple_smimecap
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-07-05
FdaSilvaYY
Improve some error management code in CT
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-07-05
FdaSilvaYY
Fix some memory error handling in CT
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-07-05
FdaSilvaYY
Add checks on sk_TYPE_push() returned value
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-07-01
Matt Caswell
Use the SSL_METHODs passed to create_ssl_ctx_pair()
commit
|
commitdiff
|
tree
2016-07-01
Matt Caswell
Avoid an overflow in constructing the ServerKeyExchange...
commit
|
commitdiff
|
tree
2016-06-30
Matt Caswell
Convert memset calls to OPENSSL_cleanse
commit
|
commitdiff
|
tree
2016-06-30
Matt Caswell
Cleanup documentation for removed functionality
commit
|
commitdiff
|
tree
2016-06-30
Matt Caswell
Add some compat macros for removed tmp RSA functions...
commit
|
commitdiff
|
tree
2016-06-27
Matt Caswell
Add a test for fragmented alerts
commit
|
commitdiff
|
tree
2016-06-27
Matt Caswell
Ensure read records are marked as read
commit
|
commitdiff
|
tree
2016-06-27
Matt Caswell
Fix one more instance of incorrect OPENSSL_API_COMPAT...
commit
|
commitdiff
|
tree
2016-06-27
Matt Caswell
Fix some OPENSSL_API_COMPAT values
commit
|
commitdiff
|
tree
2016-06-24
Matt Caswell
Ensure HMAC key gets cleansed after use
commit
|
commitdiff
|
tree
2016-06-24
Matt Caswell
Add some documentation for missing HMAC functions
commit
|
commitdiff
|
tree
2016-06-24
Matt Caswell
Add a getter to obtain the HMAC_CTX md
commit
|
commitdiff
|
tree
2016-06-23
Matt Caswell
Fix ASN1_STRING_to_UTF8 could not convert NumericString
commit
|
commitdiff
|
tree
2016-06-23
huangqinjin
Make x25519_compute_key() return a boolean
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-23
huangqinjin
Make ossl_ecdh_compute_key() return a boolean
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-23
FdaSilvaYY
Add checks on sk_TYPE_push() returned result
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-23
FdaSilvaYY
Rework error handling from asn1_do_lock method.
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-20
Rob Percival
Tests should check validation status directly
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-20
Rob Percival
Test SCT lists
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2016-06-18
Matt Caswell
Use a STACK_OF(OPENSSL_CSTRING) for const char * stacks
commit
|
commitdiff
|
tree
2016-06-18
Matt Caswell
OpenBSD has intypes.h
commit
|
commitdiff
|
tree
2016-06-18
Matt Caswell
Replace 4 casts with 1
commit
|
commitdiff
|
tree
2016-06-18
Matt Caswell
Improve const correctness for stacks of EVP_MD
commit
|
commitdiff
|
tree
2016-06-18
Matt Caswell
constify SRP
commit
|
commitdiff
|
tree
2016-06-18
Matt Caswell
Avoid type punning warnings in b_addr.c
commit
|
commitdiff
|
tree
2016-06-17
Matt Caswell
Change default directory for storing the .rnd file...
commit
|
commitdiff
|
tree
2016-06-16
Matt Caswell
no-ripemd is an alias for no-rmd160
commit
|
commitdiff
|
tree
2016-06-16
Matt Caswell
Revert "RT4526: Call TerminateProcess, not ExitProcess"
commit
|
commitdiff
|
tree
2016-06-16
Matt Caswell
Skip the TLSProxy tests if environmental problems are...
commit
|
commitdiff
|
tree
2016-06-16
Matt Caswell
Fix the build and tests following constification of...
commit
|
commitdiff
|
tree
2016-06-16
Matt Caswell
Change the return type of EVP_EncodeUpdate
commit
|
commitdiff
|
tree
2016-06-14
Matt Caswell
Remove an unused variable assignment
commit
|
commitdiff
|
tree
2016-06-14
Matt Caswell
Free memory on an error path
commit
|
commitdiff
|
tree
2016-06-14
Matt Caswell
Avoid a double-free in crl2pl7
commit
|
commitdiff
|
tree
2016-06-14
Matt Caswell
Add missing break statement
commit
|
commitdiff
|
tree
2016-06-14
Matt Caswell
Fix comment
commit
|
commitdiff
|
tree
2016-06-13
Matt Caswell
make update
commit
|
commitdiff
|
tree
2016-06-13
Matt Caswell
Add some missing return value checks
commit
|
commitdiff
|
tree
2016-06-13
Matt Caswell
Update sslapitest to use the test framework
commit
|
commitdiff
|
tree
2016-06-13
Matt Caswell
Update the SSL_set_session() documentation
commit
|
commitdiff
|
tree
2016-06-13
Matt Caswell
Add some session API tests
commit
|
commitdiff
|
tree
2016-06-13
Matt Caswell
Ensure SSL_set_session clears the old session from...
commit
|
commitdiff
|
tree
2016-06-13
Matt Caswell
Handle inability to create AFALG socket
commit
|
commitdiff
|
tree
2016-06-10
Matt Caswell
Fix an error path leak in int X509_ATTRIBUTE_set1_data()
commit
|
commitdiff
|
tree
2016-06-10
Matt Caswell
Fix an error path leak in do_ext_nconf()
commit
|
commitdiff
|
tree
next