zero pad DHE public key in ServerKeyExchange message for interop
[openssl.git] / ssl /
2016-07-25 russorzero pad DHE public key in ServerKeyExchange message...
2016-07-25 FdaSilvaYYEnforce and explicit some const casting
2016-07-23 Richard LevitteCorrect misspelt OPENSSL_NO_SRP
2016-07-22 Dr. Stephen HensonSend alert for bad DH CKE
2016-07-22 Richard LevitteHave load_buildtin_compression in ssl/ssl_ciph.c return...
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20 Matt CaswellNever expose ssl->bbio in the public API.
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-19 Dr. Stephen HensonSanity check in ssl_get_algorithm2().
2016-07-19 Dr. Stephen HensonSend alert on CKE error.
2016-07-19 Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-07-19 Emilia KasperFix two bugs in clienthello processing
2016-07-19 Emilia KasperSSL test framework: port NPN and ALPN tests
2016-07-19 Matt CaswellUpdate error codes following tls_process_key_exchange...
2016-07-19 Matt CaswellTidy up tls_process_key_exchange()
2016-07-19 Matt CaswellSplit out ECDHE from tls_process_key_exchange()
2016-07-19 Matt CaswellSplit out DHE from tls_process_key_exchange()
2016-07-19 Matt CaswellSplit out SRP from tls_process_key_exchange()
2016-07-19 Matt CaswellSplit out the PSK preamble from tls_process_key_exchange()
2016-07-19 Matt CaswellMove the PSK preamble for tls_process_key_exchange()
2016-07-19 Matt CaswellNarrow scope of locals vars in tls_process_key_exchange()
2016-07-19 Matt CaswellRemove sessions from external cache, even if internal...
2016-07-19 Richard Levittemake update
2016-07-19 Richard LevitteFixup a few SSLerr calls in ssl/statem/
2016-07-18 Matt CaswellRefactor Identity Hint handling
2016-07-18 Matt CaswellFix up error codes after splitting up tls_construct_key...
2016-07-18 Matt CaswellSome tidy ups after the CKE construction refactor
2016-07-18 Matt CaswellSplit out SRP CKE construction into a separate function
2016-07-18 Matt CaswellSplit out GOST CKE construction into a separate function
2016-07-18 Matt CaswellSplit out DHE CKE construction into a separate function
2016-07-18 Matt CaswellSplit out DHE CKE construction into a separate function
2016-07-18 Matt CaswellSplit out CKE construction PSK pre-amble and RSA into...
2016-07-18 Matt CaswellNarrow the scope of local variables in tls_construct_cl...
2016-07-18 Matt CaswellFix bug with s2n et al macros
2016-07-18 Matt CaswellErrors fix up following break up of CKE processing
2016-07-18 Matt CaswellRemove the f_err lable from tls_process_client_key_exch...
2016-07-18 Matt CaswellSplit out GOST from process CKE code
2016-07-18 Matt CaswellSplit out ECDHE from process CKE code
2016-07-18 Matt CaswellSplit out DHE from process CKE code
2016-07-18 Matt CaswellSplit out PSK preamble and RSA from process CKE code
2016-07-18 Matt CaswellReduce the scope of some variables in tls_process_clien...
2016-07-18 Matt CaswellFix formatting in statem_srvr.c based on review feedback
2016-07-18 Matt CaswellTry and make the transition tests for CKE message clearer
2016-07-18 Matt CaswellSimplify key_exchange_expected() logic
2016-07-18 Matt CaswellMake sure we call ssl3_digest_cached_records() when...
2016-07-18 Matt CaswellFix SSLv3 alert if no Client Ceritifcate sent after...
2016-07-18 Matt CaswellPrepare the client certificate earlier
2016-07-16 Miroslav Francfix memory leaks
2016-07-15 Dr. Stephen Hensoncheck return values for EVP_Digest*() APIs
2016-07-12 David BenjaminFix DH error-handling in tls_process_key_exchange.
2016-07-12 Viktor DukhovniPerform DANE-EE(3) name checks by default
2016-07-08 Rich SalzGH1278: Removed error code for alerts
2016-07-02 Andreas KarlssonFix broken loading of client CAs
2016-07-01 Matt CaswellAvoid an overflow in constructing the ServerKeyExchange...
2016-06-29 FdaSilvaYYWhitespace cleanup in ssl folder
2016-06-29 FdaSilvaYYSpelling
2016-06-27 Matt CaswellEnsure read records are marked as read
2016-06-23 FdaSilvaYYAdd checks on sk_TYPE_push() returned result
2016-06-21 FdaSilvaYYSpelling... and more spelling
2016-06-21 David BenjaminMake RSA key exchange code actually constant-time.
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-15 Richard LevitteDeal with the consequences of constifying getters
2016-06-14 Kurt RoeckxInitialize the session_id
2016-06-14 Matt CaswellFix comment
2016-06-13 Matt CaswellAdd some missing return value checks
2016-06-13 Matt CaswellEnsure SSL_set_session clears the old session from...
2016-06-11 Kurt RoeckxDon't compare a just free()d pointer
2016-06-09 Laszlo KovacsRT3720 Increment session miss counter properly
2016-06-09 Todd ShortFix session ticket and SNI
2016-06-08 Rich SalzAdd some accessor API's
2016-06-08 Todd ShortAlways use session_ctx when removing a session
2016-06-07 Matt CaswellReject out of context empty records
2016-06-07 Matt CaswellFix pipelining bug
2016-06-07 Matt CaswellAdd SSL_CTX_get_tlsext_status_type()
2016-06-07 Matt CaswellReturn the value of tlsext_status_type in the return...
2016-06-07 Alessandro GhediniAdd SSL_get_tlsext_status_type() method
2016-06-04 Rich SalzRT3895: Remove fprintf's from SSL library.
2016-06-03 Matt CaswellHandle a memory allocation failure in ssl3_init_finishe...
2016-05-31 TJ SaundersRemove null check, per review feedback. Note this...
2016-05-31 TJ SaundersAdd an SSL_SESSION accessor for obtaining the protocol...
2016-05-31 Dr. Stephen Hensonreturn error in ct_move_scts()
2016-05-27 Todd ShortFix ssl_cert_set0_chain invalid pointer
2016-05-26 Matt CaswellFix some suspect warnings on Windows
2016-05-26 Matt CaswellThe ssl3_digest_cached_records() function does not...
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-23 Dr. Stephen Hensonremove encrypt then mac ifdefs
2016-05-23 FdaSilvaYYFix some malloc failure crashes on X509_STORE_CTX_set_e...
2016-05-20 Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-20 Matt CaswellEnsure async IO works with new state machine
2016-05-20 David BenjaminTighten up logic around ChangeCipherSpec.
2016-05-20 Matt CaswellSimplify SSL BIO buffering logic
2016-05-19 Viktor DukhovniWhen strict SCT fails record verification failure
2016-05-18 Viktor DukhovniEnsure verify error is set when X509_verify_cert()...
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-17 Matt CaswellAdd a comment to explain the use of |num_recs|
2016-05-17 Matt CaswellUse the current record offset in ssl3_get_record
2016-05-17 Matt CaswellThere is only one read buffer
2016-05-17 Matt CaswellFix some out of date comments
2016-05-16 Kurt Roeckxsession tickets: use more sizeof
2016-05-16 TJ SaundersUse AES256 for the default encryption algoritm for...
next