chacha20poly1305
[openssl.git] / ssl / ssl_locl.h
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
2011-12-31 Dr. Stephen HensonPR: 2658
2011-12-25 Dr. Stephen HensonPR: 2535
2011-12-13 Ben LaurieSSL export fixes (from Adam Langley).
2011-11-24 Ben LaurieIndent.
2011-11-21 Dr. Stephen Hensonmove internal functions to ssl_locl.h
2011-11-15 Ben LaurieAdd TLS exporter.
2011-11-13 Ben LaurieAdd Next Protocol Negotiation.
2011-09-23 Dr. Stephen HensonPR: 2602
2011-08-04 Dr. Stephen HensonBackport GCM support from HEAD.
2011-07-25 Dr. Stephen HensonAdd HMAC ECC ciphersuites from RFC5289. Include SHA384...
2011-05-20 Dr. Stephen HensonAdd server client certificate support for TLS v1.2...
2011-05-12 Dr. Stephen HensonProcess signature algorithms during TLS v1.2 client...
2011-05-11 Dr. Stephen HensonBackport TLS v1.2 support from HEAD.
2011-03-16 Ben LaurieAdd SRP.
2011-03-10 Dr. Stephen Hensonmake no-dsa work again
2010-06-27 Dr. Stephen HensonBackport TLS v1.1 support from HEAD, ssl/ changes
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-12-08 Dr. Stephen HensonPR: 2121
2009-12-01 Dr. Stephen HensonPR: 2115
2009-11-09 Dr. Stephen Hensonoops, add missing prototypes
2009-08-12 Dr. Stephen HensonPR: 1997
2009-05-16 Dr. Stephen HensonMake the stuff compile again, fix missing prototype...
2009-05-15 Dr. Stephen HensonPR: 1922
2009-04-15 Dr. Stephen HensonPR: 1828
2009-04-14 Dr. Stephen HensonPR #1828 reverted: state save/restore incompatible...
2009-04-14 Dr. Stephen HensonPR: 1828
2009-04-07 Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-01-05 Lutz JänickeFix compilation with -no-comp by adding some more ...
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-27 Ben LaurieHandle the unlikely event that BIO_get_mem_data() retur...
2008-10-22 Dr. Stephen HensonCreate function of the form OBJ_bsearch_xxx() in bsearc...
2008-10-20 Dr. Stephen HensonFix a shed load or warnings:
2008-10-12 Ben LaurieType-checked (and modern C compliant) OBJ_bsearch.
2008-09-14 Bodo Möllerupdate comment
2008-09-10 Dr. Stephen HensonAdd SSL_FIPS flag for FIPS 140-2 approved ciphersuites...
2008-08-04 Bodo MöllerFix error codes for memory-saving patch.
2008-06-03 Dr. Stephen HensonPrevent signed/unsigned warning on VC++
2008-06-03 Ben LaurieMemory saving patch.
2008-06-01 Dr. Stephen HensonAdd client cert engine to SSL routines.
2007-10-05 Andy PolyakovProhibit RC4 in DTLS.
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2007-09-21 Bodo MöllerImplement the Opaque PRF Input TLS extension
2007-08-31 Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
2007-08-20 Dr. Stephen HensonUse SHA256 for ticket HMAC if possible.
2007-08-12 Dr. Stephen HensonFix warning and make no-tlsext work.
2007-08-11 Dr. Stephen HensonRFC4507 (including RFC4507bis) TLS stateless session...
2007-06-04 Dr. Stephen HensonUpdate ssl library to support EVP_PKEY MAC API. Include...
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-03-23 Dr. Stephen HensonStage 1 GOST ciphersuite support.
2007-02-17 Bodo MöllerReorganize the data used for SSL ciphersuite pattern...
2006-06-15 Bodo MöllerError messages for client ECC cert verification.
2006-06-14 Bodo MöllerCiphersuite string bugfixes, and ECC-related (re-)defin...
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
next