Travis: Do asan and msan with shared libraries
[openssl.git] / ssl /
2016-09-08 Matt CaswellEnsure trace recognises X25519
2016-09-07 Rich SalzAdd missing debug strings.
2016-08-30 Matt CaswellEnsure the CertStatus message adds a DTLS message heade...
2016-08-26 Rich SalzRemove trailing zeros
2016-08-24 Rich SalzPut DES into "not default" category.
2016-08-24 Rich SalzTo avoid SWEET32 attack, move 3DES to weak
2016-08-24 Rob PercivalFix comment about return value of ct_extract_tls_extens...
2016-08-24 Matt CaswellRemove some dead code from rec_layer_s3.c
2016-08-23 Dr. Stephen HensonSanity check ticket length.
2016-08-22 Matt CaswellFix leak on error in tls_construct_cke_gost
2016-08-22 Matt CaswellPrevent DTLS Finished message injection
2016-08-22 Matt CaswellFix DTLS buffered message DoS attack
2016-08-19 Matt CaswellFix DTLS replay protection
2016-08-19 Matt CaswellFix DTLS unprocessed records bug
2016-08-18 Emilia KasperIndent ssl/
2016-08-17 Dr. Stephen HensonConstify ssl_cert_type()
2016-08-17 Dr. Stephen HensonConvert X509* functions to use const getters
2016-08-17 Remi GacogneAdd missing session id and tlsext_status accessors
2016-08-16 Matt CaswellConvert SSL_SESSION* functions to use const getters
2016-08-16 Matt CaswellEnsure we unpad in constant time for read pipelining
2016-08-16 David WoodhouseFix satsub64be() to unconditionally use 64-bit integers
2016-08-15 Matt CaswellAddress feedback on SSLv2 ClientHello processing
2016-08-15 Matt CaswellSend an alert if we get a non-initial record with the...
2016-08-15 Matt CaswellAddress feedback on SSLv2 ClientHello processing
2016-08-15 Rob PercivalImproves CTLOG_STORE setters
2016-08-15 Dr. Stephen HensonFix no-ec
2016-08-13 Dr. Stephen HensonModify TLS support for new X25519 API.
2016-08-12 Rich SalzGH1446: Add SSL_SESSION_get0_cipher
2016-08-08 Adam LangleyFix test of first of 255 CBC padding bytes.
2016-08-06 JimCFix CIPHER_DEBUG
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-05 Richard LevitteRemove OPENSSL_NO_STDIO guards around certain SSL cert...
2016-08-04 David WoodhouseFix ubsan 'left shift of negative value -1' error in...
2016-08-04 David WoodhouseMake DTLS1_BAD_VER work with DTLS_client_method()
2016-08-04 David WoodhouseFix cipher support for DTLS1_BAD_VER
2016-08-04 David WoodhouseFix DTLS_VERSION_xx() comparison macros for DTLS1_BAD_VER
2016-08-04 David WoodhouseFix ossl_statem_client_max_message_size() for DTLS1_BAD_VER
2016-08-04 David WoodhouseFix SSL_export_keying_material() for DTLS1_BAD_VER
2016-08-01 Ben Lauriepeer_tmp doesn't exist if no-ec no-dh.
2016-07-30 Matt CaswellFix crash as a result of MULTIBLOCK
2016-07-29 Matt CaswellSimplify and rename SSL_set_rbio() and SSL_set_wbio()
2016-07-29 Matt CaswellFix BIO_pop for SSL BIOs
2016-07-29 Matt CaswellFix BIO_push ref counting for SSL BIO
2016-07-29 Matt CaswellDon't double free the write bio
2016-07-29 Matt CaswellMake the checks for an SSLv2 style record stricter
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
next