Add #defines for magic numbers in API.
[openssl.git] / ssl / statem /
2016-08-05 klemensspelling fixes, just comments and readme.
2016-08-04 David WoodhouseMake DTLS1_BAD_VER work with DTLS_client_method()
2016-08-04 David WoodhouseFix ossl_statem_client_max_message_size() for DTLS1_BAD_VER
2016-08-01 Ben Lauriepeer_tmp doesn't exist if no-ec no-dh.
2016-07-25 russorzero pad DHE public key in ServerKeyExchange message...
2016-07-23 Richard LevitteCorrect misspelt OPENSSL_NO_SRP
2016-07-22 Dr. Stephen HensonSend alert for bad DH CKE
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 HensonSend alert on CKE error.
2016-07-19 Emilia KasperFix two bugs in clienthello processing
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 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 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-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-01 Matt CaswellAvoid an overflow in constructing the ServerKeyExchange...
2016-06-29 FdaSilvaYYWhitespace cleanup in ssl folder
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-09 Laszlo KovacsRT3720 Increment session miss counter properly
2016-06-09 Todd ShortFix session ticket and SNI
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-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-18 Viktor DukhovniEnsure verify error is set when X509_verify_cert()...
2016-05-17 Rich SalzCopyright consolidation 01/10
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...
2016-05-16 TJ Saunderssession tickets: Use sizeof() for the various fields
2016-05-14 Alessandro GhediniIncrement size limit for ClientHello messages
2016-05-13 David BenjaminThe NewSessionTicket message is not optional.
2016-05-11 Matt CaswellMake null_compression const
2016-05-11 David BenjaminFix V2ClientHello handling.
2016-05-05 Sergio Garcia MurilloGH356: Change assert to normal error
2016-04-29 Matt CaswellClient side CKE processing can double free on error
2016-04-28 FdaSilvaYYFix an error code spelling.
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-27 Ben LaurieFix no-gost no-srp no-ec no-dh.
2016-04-22 Matt CaswellDon't set peer_tmp until we have finished constructing it
2016-04-09 Matt CaswellMake DH opaque
2016-04-07 Viktor DukhovniSuppress CT callback as appropriate
2016-04-07 Viktor DukhovniFix client verify mode to check SSL_VERIFY_PEER
2016-04-07 David BenjaminFix memory leak on invalid CertificateRequest.
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 Rich SalzRevert "Fix an error code spelling."
2016-04-04 FdaSilvaYYFix an error code spelling.
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-27 David BenjaminResolve DTLS cookie and version before session resumption.
2016-03-27 Fedor IndutnyAllow different protocol version when trying to reuse...
2016-03-22 Ben LaurieMove declaration of i into blocks where it is used.
2016-03-20 Rich SalzRemove #error from include files.
2016-03-09 Kurt RoeckxDeprecate the use of version-specific methods
2016-03-09 Kurt RoeckxAdd support for minimum and maximum protocol version...
2016-03-09 Kurt RoeckxAdd ssl_get_client_min_max_version() function
2016-03-07 Rob PercivalLowercase name of SSL_validate_ct as it is an internal...
2016-03-04 Rob PercivalAdds CT validation to SSL connections
2016-02-25 J Mohan Rao ArisankalaGH742: keep gost specific variable under macro
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-17 David WoodhouseFinish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005
2016-02-13 Dr. Stephen HensonFree and zero DH/ECDH temporary key after use.
2016-02-12 Viktor DukhovniMove brace outside #ifdef
2016-02-11 Dr. Stephen HensonRemove static ECDH support.
2016-02-11 Viktor DukhovniSimplify ssl_cert_type() by taking advantage of X509_ge...
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-01 Emilia Kasperconstify PACKET
next