]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl
To reduce FIPS dependencies don't load error strings and avoid use of ASN1
[thirdparty/openssl.git] / ssl /
2007-01-21  Dr. Stephen HensonUpdate from HEAD.
2006-12-06  Nils Larschfix no-ssl2 build
2006-11-29  Bodo Möllerfix support for receiving fragmented handshake messages
2006-11-21  Dr. Stephen HensonRebuild error source files.
2006-09-28  Mark J. CoxIntroduce limits to prevent malicious keys being able to
2006-09-12  Bodo MöllerBackport from HEAD: fix ciphersuite selection
2006-06-14  Bodo MöllerDisable invalid ciphersuites
2006-06-14  Bodo MöllerThread-safety fixes
2006-02-04  Dr. Stephen HensonFix from HEAD.
2006-01-30  Dr. Stephen HensonBackport of other fixes to keep VC++ happy.
2006-01-21  Andy PolyakovReplace detached signature with in-core fingerprinting.
2006-01-08  Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2005-12-30  Bodo MöllerRewrite timeout computation in a way that is less prone...
2005-10-11  Mark J. CoxAdd fixes for CAN-2005-2969 OpenSSL_0_9_7h
2005-09-21  Dr. Stephen HensonUpdate from HEAD.
2005-06-27  Andy PolyakovEliminate dependency on UNICODE macro.
2005-06-16  Richard LevitteDo not undefine _XOPEN_SOURCE. This is currently exper...
2005-06-10  Nils Larsch- let SSL_CTX_set_cipher_list and SSL_set_cipher_list...
2005-06-08  Nils Larschuse "=" instead of "|=", fix typo
2005-06-08  Nils Larschssl_create_cipher_list should return an error if no...
2005-06-01  Nils Larschclear error queue on success and return NULL if cert...
2005-05-29  Richard LevitteWe have some source with \r\n as line ends. DEC C...
2005-05-21  Richard LevitteWhen _XOPEN_SOURCE is defined, make sure it's defined...
2005-05-12  Bodo Möllerfix msg_callback() arguments for SSL 2.0 compatible...
2005-05-11  Bodo MöllerPR:Don't use the SSL 2.0 Client Hello format if SSL...
2005-05-11  Dr. Stephen HensonStop warnings.
2005-05-10  Nils Larschuse 'p' as conversion specifier for printf to avoid...
2005-05-04  cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-03  Nils Larschbackport fix from the stable branch
2005-04-29  Nils Larschcheck return value of RAND_pseudo_bytes; backport from...
2005-04-27  Dr. Stephen HensonLots of Win32 fixes for DTLS.
2005-04-26  Bodo MöllerFix various incorrect error function codes.
2005-04-26  Bodo Möllerremove some functions from exported headers
2005-04-26  Bodo Möllermake update
2005-04-26  Bodo Möllerfix SSLerr stuff for DTLS1 code;
2005-04-26  Dr. Stephen HensonFixes for signed/unsigned warnings and shadows.
2005-04-26  Ben LaurieAdd DTLS support.
2005-04-23  Nils Larschchange prototype of the ecdh KDF: make input parameter...
2005-04-20  Dr. Stephen HensonMake kerberos ciphersuite code compile again.
2005-04-17  Richard LevitteApparently, isascii() is an X/Open function, so to...
2005-04-13  Andy PolyakovMore cover-ups, removing OPENSSL_GLOBAL/EXTERNS.
2005-04-13  Andy PolyakovMore cover-ups, removing OPENSSL_GLOBAL/EXTERNS. We...
2005-04-12  Dr. Stephen HensonRebuild error codes.
2005-04-12  Dr. Stephen HensonRebuild error codes.
2005-04-12  Dr. Stephen HensonOoops, shoudln't have deleted this line.
2005-04-11  Dr. Stephen HensonNot sure what this is doing here...
2005-04-11  Richard LevitteMerge RFC3820 source into mainstream 0.9.7-stable.
2005-04-11  Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-11  cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-11  Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-09  Dr. Stephen HensonMake kerberos ciphersuite code work with newer header...
2005-04-09  Dr. Stephen HensonTypo..
2005-04-09  Dr. Stephen HensonMake kerberos ciphersuites work with newer headers.
2005-04-09  cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-04-09  Richard LevitteAdded restrictions on the use of proxy certificates...
2005-04-08  Nils Larschadd support for DER encoded private keys to SSL_CTX_use...
2005-04-07  Nils Larschget rid of very buggy and very imcomplete DH cert support
2005-04-01  Nils Larschreally clear the error queue here
2005-04-01  Nils Larschreally clear the error queue here
2005-04-01  Nils Larschuse SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.
2005-04-01  Nils Larschuse SSL3_VERSION_MAJOR instead of SSL3_VERSION etc.
2005-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30  Ben LaurieBlow away Makefile.ssl.
2005-03-30  Ben LaurieConstification.
2005-03-27  Dr. Stephen HensonAllow 'null' cipher and appropriate Kerberos ciphersuit...
2005-03-23  Ben LaurieConstification.
2005-03-22  Dr. Stephen HensonEnsure (SSL_RANDOM_BYTES - 4) of pseudo random data...
2005-03-22  Dr. Stephen HensonEnsure (SSL_RANDOM_BYTES - 4) of pseudo random data...
2005-03-20  Nils Larschsome const fixes
2005-01-31  Dr. Stephen HensonOnly allow TLS is FIPS mode.
2005-01-26  Dr. Stephen HensonFIPS algorithm blocking.
2005-01-19  Richard LevitteApparently, at least with my VMS C environment, definin...
2005-01-18  Richard LevitteSmall thing. It seems like we have to defined _XOPEN_S...
2005-01-17  Richard LevitteChanges concering RFC 3820 (proxy certificates) integra...
2005-01-12  Richard LevitteSmall typo, `mask' got the same value ORed to it twice...
2005-01-11  Richard LevitteUse EXIT() instead of exit().
2004-12-09  cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-12-05  cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-30  cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-25  cvs2svnThis commit was manufactured by cvs2svn to create branch
2004-11-02  Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-11-02  Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-10-25  Dr. Stephen HensonFix race condition.
2004-10-25  Dr. Stephen HensonFix race condition when SSL ciphers are initialized.
2004-09-06  Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-08-10  Richard Levittemake update
2004-07-30  Richard LevitteTo protect FIPS-related global variables, add locking...
2004-07-27  Dr. Stephen HensonNew cipher "strength" FIPS which specifies that a
2004-07-24  Andy PolyakovAdd casts where casts due. It's "safe" to cast, because...
2004-07-22  Andy PolyakovProper WinCE support for listing files. "Backported...
2004-07-10  Richard Levittemake update
2004-07-10  Richard LevitteUse the new directory reading functions.
2004-05-20  Richard LevitteMove some COMP functions to be inside the #ifndef OPENS...
2004-05-17  Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17  Geoff ThorpeDeprecate quite a few recursive includes from the ssl...
2004-05-15  Dr. Stephen HensonFixes so alerts are sent properly in s3_pkt.c
2004-05-15  Dr. Stephen HensonFixes so alerts are sent properly in s3_pkt.c
2004-05-15  Ben LaurieCheck error returns.
2004-05-11  Ben LauriePull FIPS back into stable.
next