]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
Update default compiler options for default tls extension config.
[thirdparty/openssl.git] / ssl /
2008-12-29  Dr. Stephen HensonAvoid signed/unsigned compare warnings.
2008-11-10  Dr. Stephen HensonMake -DKSSL_DEBUG work again.
2008-10-13  Lutz JänickeFirstly, the bitmap we use for replay protection was...
2008-10-10  Lutz JänickeWhen the underlying BIO_write() fails to send a datagra...
2008-09-22  Bodo MöllerMake sure that SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG...
2008-09-17  Dr. Stephen HensonMake update: delete duplicate error code.
2008-09-17  Dr. Stephen HensonUpdates to build system from FIPS branch. Make fipscani...
2008-09-14  Bodo Möllerupdate comment
2008-09-14  Bodo Mölleroops
2008-09-14  Andy Polyakovdtls1_write_bytes consumers expect amount of bytes...
2008-09-14  Dr. Stephen HensonFix error code discrepancy.
2008-09-14  Bodo MöllerFix SSL state transitions.
2008-09-14  Bodo MöllerSome precautions to avoid potential security-relevant...
2008-09-13  Andy PolyakovDTLS didn't handle alerts correctly [from HEAD].
2008-09-03  Dr. Stephen HensonIf tickets disabled behave as if no ticket received...
2008-08-13  Bodo Möllersanity check
2008-06-16  Dr. Stephen HensonMake ssl code consistent with FIPS branch. The new...
2008-06-05  Dr. Stephen HensonIf auto load ENGINE lookup fails retry adding builtin...
2008-06-05  Dr. Stephen Hensoninclude engine.h if needed.
2008-06-04  Dr. Stephen HensonUpdate from HEAD.
2008-06-04  Dr. Stephen HensonBackport more ENGINE SSL client auth code to 0.9.8.
2008-06-04  Dr. Stephen HensonBackport ssl client auth ENGINE support to 0.9.8.
2008-05-28  Bodo Möllerfix whitespace
2008-05-28  Mark J. CoxFix flaw if 'Server Key exchange message' is omitted...
2008-05-28  Mark J. CoxFix double-free in TLS server name extensions which...
2008-05-26  Lutz JänickeReword comment to be much shorter to stop other people...
2008-05-23  Lutz JänickeClear error queue when starting SSL_CTX_use_certificate...
2008-04-30  Dr. Stephen HensonTLS ticket key setting callback: this allows and applic...
2008-04-29  Dr. Stephen HensonDo not permit stateless session resumption is session...
2008-04-29  Dr. Stephen HensonSupport ticket renewal in state machine (not used at...
2008-04-29  Dr. Stephen HensonStatus strings for ticket states.
2008-04-25  Dr. Stephen HensonFix from HEAD.
2008-04-02  Dr. Stephen HensonAvoid "initializer not constant" errors when compiling...
2007-11-15  Ben LaurieMake depend.
2007-11-03  Dr. Stephen HensonAllow new session ticket when resuming.
2007-10-18  Dr. Stephen HensonEnsure the ticket expected flag is reset when a statele...
2007-10-17  Andy PolyakovNew unused field crippled ssl_ctx_st in 0.9.8"f".
2007-10-17  Andy PolyakovDon't let DTLS ChangeCipherSpec increment handshake...
2007-10-17  Dr. Stephen HensonDon't try to lookup zero length session.
2007-10-17  Dr. Stephen HensonAllow TLS tickets and session ID to both be present...
2007-10-14  Andy PolyakovMake ssl compile.
2007-10-12  Dr. Stephen HensonAvoid shadow and signed/unsigned warnings.
2007-10-12  Dr. Stephen HensonBackport certificate status request TLS extension suppo...
2007-10-11  Ben Lauriemake update, and more DTLS stuff.
2007-10-09  Andy PolyakovRespect cookie length set by app_gen_cookie_cb [from...
2007-10-09  Andy PolyakovMake DTLS1 record layer MAC calculation RFC compliant...
2007-10-05  Andy PolyakovProhibit RC4 in DTLS [from HEAD].
2007-10-03  Andy PolyakovSet client_version earlier in DTLS (this is 0.9.8 speci...
2007-10-01  Andy PolyakovOops! This was erroneously left out commit #16633.
2007-09-30  Andy PolyakovExplicit IV update [from HEAD].
2007-09-30  Andy PolyakovMake ChangeCipherSpec compliant with DTLS RFC4347....
2007-09-30  Andy PolyakovDTLS RFC4347 says HelloVerifyRequest resets Finished...
2007-09-30  Andy PolyakovDTLS RFC4347 requires client to use rame random field...
2007-09-30  Andy PolyakovSwitch for RFC-compliant version encoding in DTLS....
2007-09-28  Dr. Stephen HensonUpdate from HEAD.
2007-09-23  Dr. Stephen HensonFix from HEAD.
2007-09-21  Bodo MöllerMore changes from HEAD:
2007-09-21  Dr. Stephen HensonFixes from HEAD.
2007-09-19  Ben Lauriemake depend
2007-09-19  Ben LaurieLingering "security" fix.
2007-09-17  Dr. Stephen HensonPR: 1582
2007-09-06  Dr. Stephen Hensongcc 4.2 fixes to avoid use or function pointer casts...
2007-08-31  Dr. Stephen HensonUpdate from HEAD.
2007-08-28  Dr. Stephen HensonUpdate from HEAD.
2007-08-20  Dr. Stephen HensonUpdate from HEAD.
2007-08-12  Dr. Stephen HensonBackport of TLS extension code to OpenSSL 0.9.8.
2007-07-04  Dr. Stephen HensonFix more unused value warnings.
2007-04-25  Bodo MöllerEnsure that AES remains the preferred cipher at any...
2007-04-23  Bodo MöllerAdd SEED encryption algorithm.
2007-03-21  Bodo Möllerstricter session ID context matching
2007-03-21  Bodo Mölleroops -- this should have been in 0.9.8e
2007-03-09  Dr. Stephen HensonFix kerberos ciphersuite bugs introduced with PR:1336.
2007-03-08  Ben LaurieMake local function static.
2007-02-19  Bodo Möllerremove inconsistency between builds with and without...
2007-02-19  Bodo Möllerfix incorrect strength bit values for certain Kerberos...
2007-02-17  Bodo MöllerSome fixes for ciphersuite string processing:
2007-02-16  Nils Larschensure that the EVP_CIPHER_CTX object is initialized
2007-02-10  Nils Larschuse user-supplied malloc functions for persistent kssl...
2007-02-07  Nils Larschensure that a ec key is used
2007-01-21  Dr. Stephen HensonUpdate from HEAD.
2006-11-30  Dr. Stephen HensonWin32 fixes.
2006-11-29  Nils Larschreplace macros with functions
2006-11-29  Bodo Möllerfix support for receiving fragmented handshake messages
2006-11-21  Dr. Stephen HensonRebuild error file C source files.
2006-09-28  Richard LevitteFixes for the following claims:
2006-09-28  Mark J. CoxIntroduce limits to prevent malicious keys being able to
2006-09-23  Dr. Stephen HensonUpdate from HEAD.
2006-09-11  Bodo Möllerensure that ciphersuite strings such as "RC4-MD5" match...
2006-07-02  Ben LaurieFix warning.
2006-06-22  Bodo MöllerFix for previous change: explicitly named ciphersuites...
2006-06-22  Bodo MöllerPut ECCdraft ciphersuites back into default build ...
2006-06-20  Bodo MöllerRemove ECC ciphersuites from 0.9.8 branch (should use...
2006-06-14  Bodo MöllerDisable invalid ciphersuites
2006-06-14  Bodo MöllerMake sure that AES ciphersuites get priority over Camel...
2006-06-14  Bodo MöllerThread-safety fixes
2006-06-09  Bodo MöllerCamellia cipher, contributed by NTT
2006-05-07  Dr. Stephen HensonDon't check for padding bug if compression is negotiated.
2006-04-15  Dr. Stephen HensonIf cipher list contains a match for an explicit ciphers...
2006-02-24  Nils Larschfix no-dh configure option; patch supplied by Peter...
2006-02-08  Nils Larschbackport recent changes from the cvs head
next