Timing fix mitigation for FIPS mode.
[openssl.git] / ssl / ssl_locl.h
2013-01-31 Dr. Stephen HensonTiming fix mitigation for FIPS mode.
2013-01-28 Ben LaurieMake CBC decoding constant time.
2012-09-21 Dr. Stephen HensonMinor enhancement to PR#2836 fix. Instead of modifying...
2012-09-17 Ben LaurieCall OCSP Stapling callback after ciphersuite has been...
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
2006-03-30 Bodo MöllerImplement Supported Elliptic Curves Extension.
2006-03-11 Bodo MöllerImplement the Supported Point Formats Extension for...
2006-03-10 Nils Larschadd initial support for RFC 4279 PSK SSL ciphersuites
2006-01-13 Bodo MöllerFurther TLS extension improvements
2006-01-03 Bodo MöllerVarious changes in the new TLS extension code, includin...
2006-01-02 Bodo MöllerSupport TLS extensions (specifically, HostName)
2005-08-21 Nils Larschinitialize cipher/digest methods table in SSL_library_i...
2005-08-14 Nils LarschLet the TLSv1_method() etc. functions return a const...
2005-08-08 Nils Larschremove unused internal foo_base_method functions
2005-08-05 Dr. Stephen HensonInitialize SSL_METHOD structures at compile time. This...
2005-07-16 Nils Larschmake
2005-05-11 Bodo MöllerDon't use the SSL 2.0 Client Hello format if SSL 2...
2005-04-27 Dr. Stephen HensonLots of Win32 fixes for DTLS.
2005-04-26 Bodo Möllerremove some functions from exported headers
2005-04-26 Bodo Möllerfix SSLerr stuff for DTLS1 code;
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-13 Andy PolyakovMore cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We...
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieConstification.
2004-05-17 Geoff ThorpeDeprecate quite a few recursive includes from the ssl...
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-03-25 Richard LevitteSSL_COMP_get_compression_method is a typo (a missing...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2002-08-09 Bodo Möllerfix warnings
2002-08-09 Bodo MöllerECC ciphersuite support
2002-08-02 Bodo Möllerget rid of OpenSSLDie
2002-07-10 Lutz JänickeCiphers with NULL encryption were not properly handled...
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-03-09 Bodo MöllerConsistently use 'void *' for SSL read, peek and write...
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-09 Lutz JänickeNew Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS...
2001-02-07 Dr. Stephen HensonFix AES code.
2001-02-06 Ben LaurieRijdael CBC mode and partial undebugged SSL support.
2000-12-31 Richard LevitteIf OPENSSL_BUILD_SHLIBCRYPTO (for files that end up...
2000-12-14 Bodo MöllerFirst step towards SSL_peek fix.
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-06-01 Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
2000-02-21 Bodo MöllerFix some bugs and document others
2000-02-20 Richard LevitteMove the registration of callback functions to special...
2000-02-20 Bodo MöllerTolerate fragmentation and interleaving in the SSL...
next