Backport of 5b8fa43 and remove resolved TODO: see PR#3924.
[openssl.git] / ssl / ssl_locl.h
2017-05-10 Matt CaswellCopy custom extension flags in a call to SSL_set_SSL_CTX()
2017-02-09 Bernd EdlingerFix issue #2113:
2017-01-26 Dr. Stephen HensonUse correct signature algorithm list when sending or...
2016-12-13 Benjamin KadukFix a bug in clienthello processing
2016-09-21 Matt CaswellDon't allow too many consecutive warning alerts
2016-08-22 Matt CaswellFix DTLS buffered message DoS attack
2016-05-09 David BenjaminDon't send signature algorithms when client_version...
2016-04-04 Todd ShortFix ALPN
2016-03-07 Kurt RoeckxRemove LOW from the default
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-10-05 Matt CaswellChange functions to pass in a limit rather than calcula...
2015-06-02 Matt CaswellFix race condition in NewSessionTicket
2015-04-30 Matt CaswellSanity check the return from final_finish_mac
2015-03-08 Dr. Stephen Hensonfix warning
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_2-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellAdditional comment changes for reformat of 1.0.2
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2015-01-02 Dr. Stephen HensonRemove MS SGC
2014-12-16 Matt CaswellThe dtls1_output_cert_chain function no longer exists...
2014-12-16 Matt CaswellAdd OPENSSL_NO_ECDH guards
2014-12-03 Matt CaswellRemove instances in libssl of the constant 28 (for...
2014-11-27 Matt CaswellRemove more references to dtls1_enc
2014-11-27 Matt CaswellCheck EVP_Cipher return values for SSL2
2014-11-26 Matt CaswellFixed memory leak due to incorrect freeing of DTLS...
2014-11-20 Emilia KasperRemove ssl3_check_finished.
2014-11-19 Dr. Stephen HensonProcess signature algorithms before deciding on certifi...
2014-11-10 Daniel Kahn GillmorAllow ECDHE and DHE as forward-compatible aliases for...
2014-10-24 Dr. Stephen HensonProcess signature algorithms in ClientHello late.
2014-08-28 Dr. Stephen HensonNew extension callback features.
2014-08-28 Dr. Stephen HensonCallback revision.
2014-08-28 Dr. Stephen HensonAdd custom extension sanity checks.
2014-08-28 Dr. Stephen HensonCustom extension revision.
2014-08-28 Dr. Stephen HensonRevision of custom extension code.
2014-08-06 Dr. Stephen HensonCheck SRP parameters early.
2014-07-24 Dr. Stephen HensonAdd conditional unit testing interface.
2014-07-04 Dr. Stephen HensonRemove all RFC5878 code.
2014-07-01 Ben LaurieFix possible buffer overrun.
2014-06-10 Dr. Stephen HensonRemove experimental DANE code.
2014-06-09 Dr. Stephen HensonSRP ciphersuite correction.
2014-02-25 Dr. Stephen HensonDon't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.
2014-02-21 Andy Polyakovssl/ssl_cert.c: DANE update.
2014-02-20 Rob StradlingShow the contents of the RFC6962 Signed Certificate...
2014-02-09 Ben LaurieMerge branch '102_stable_tlsext_suppdata_changes' of...
2014-02-09 Scott DeboyUpdate custom TLS extension and supplemental data ...
2014-02-09 Scott DeboyAdd callbacks supporting generation and retrieval of...
2014-02-02 Dr. Stephen HensonNew ctrl to set current certificate.
2013-11-13 Rob StradlingAdditional "chain_cert" functions.
2013-10-20 Nick MathewsonDo not include a timestamp in the Client/ServerHello...
2013-10-05 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into pre-aead
2013-10-04 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-04 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-01 Adam Langleychacha20poly1305
2013-10-01 Adam LangleyAEAD support in ssl/
2013-10-01 Ben LaurieMerge remote-tracking branch 'agl/1.0.2alpn' into agl...
2013-09-18 Dr. Stephen HensonSuite B support for DTLS 1.2
2013-09-18 Dr. Stephen HensonEnable TLS 1.2 ciphers in DTLS 1.2.
2013-09-18 Dr. Stephen HensonProvisional DTLS 1.2 support.
2013-09-18 Dr. Stephen HensonExtend DTLS method macros.
2013-09-18 Dr. Stephen HensonUse enc_flags when deciding protocol variations.
2013-09-18 Dr. Stephen HensonUse appropriate versions of SSL3_ENC_METHOD
2013-09-18 Dr. Stephen HensonDTLS revision.
2013-07-03 TrevorTrying cherrypick:
2013-02-06 Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-06 Dr. Stephen HensonTiming fix mitigation for FIPS mode.
2013-02-06 Ben LaurieMake CBC decoding constant time.
2012-12-26 Dr. Stephen HensonAdd ctrl and utility functions to retrieve raw cipher...
2012-12-26 Dr. Stephen Hensonperform sanity checks on server certificate type as...
2012-12-26 Dr. Stephen HensonAdd three Suite B modes to TLS code, supporting RFC6460.
2012-12-26 Dr. Stephen HensonMake tls1_check_chain return a set of flags indicating...
2012-12-26 Dr. Stephen HensonAbort handshake if signature algorithm used not support...
2012-12-26 Dr. Stephen Hensoncheck EC tmp key matches preferences
2012-12-26 Dr. Stephen HensonAdd support for certificate stores in CERT structure...
2012-12-26 Dr. Stephen HensonNew function ssl_set_client_disabled to set masks for...
2012-12-26 Dr. Stephen HensonAdd new ctrl to retrieve client certificate types,...
2012-12-26 Dr. Stephen HensonSeparate client and server permitted signature algorith...
2012-12-26 Dr. Stephen HensonAdd certificate callback. If set this is called wheneve...
2012-12-26 Dr. Stephen HensonFunction tls1_check_ec_server_key is now redundant...
2012-12-26 Dr. Stephen HensonAdd new "valid_flags" field to CERT_PKEY structure...
2012-12-26 Dr. Stephen HensonReorganise supported signature algorithm extension...
2012-12-26 Dr. Stephen HensonAdd support for application defined signature algorithm...
2012-12-26 Dr. Stephen HensonMake it possible to delete all certificates from an...
2012-12-20 Dr. Stephen Hensonoops, revert
2012-12-20 Dr. Stephen Hensonapps/ocsp.c
2012-09-11 Ben LaurieCall OCSP Stapling callback after ciphersuite has been...
2012-05-29 Ben LaurieRFC 5878 support.
2012-04-24 Dr. Stephen HensonSubmitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
2012-04-06 Dr. Stephen HensonSubmitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
2012-04-06 Dr. Stephen HensonAdd support for automatic ECDH temporary key parameter...
2012-04-06 Dr. Stephen HensonTidy up EC parameter check code: instead of accessing...
2012-04-06 Dr. Stephen HensonInitial revision of ECC extension handling.
2012-04-06 Dr. Stephen HensonNew ctrls to retrieve supported signature algorithms...
2012-04-06 Dr. Stephen HensonAdd support for distinct certificate chains per key...
2012-04-06 Dr. Stephen HensonBackport: Revise ssl code to use CERT_PKEY structure...
2012-04-06 Dr. Stephen HensonBackport: tidy/enhance certificate chain output code...
2012-04-06 Dr. Stephen HensonBackport support for fixed DH ciphersuites (from HEAD)
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2012-03-09 Dr. Stephen HensonPR: 2756
next