Wire DES weak_keys to read-only segment [from HEAD].
[openssl.git] / ssl /
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
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles
2006-01-15 Nils Larschmake "./configure no-ssl2" work again
2006-01-15 Nils Larschfix cipher list order
2006-01-08 Bodo MöllerAvoid contradictive error code assignments.
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-12-13 Bodo Möllerupdate TLS-ECC code
2005-12-05 Dr. Stephen HensonFix from HEAD.
2005-10-11 Mark J. CoxAdd fixes for CAN-2005-2969 OpenSSL_0_9_8a
2005-10-02 Dr. Stephen HensonMake OPENSSL_NO_COMP work on Win32.
2005-10-01 Dr. Stephen HensonAs HEAD.
2005-09-30 Dr. Stephen HensonUpdate from HEAD.
2005-09-21 Dr. Stephen HensonFix from HEAD.
2005-08-28 Nils Larschfix warnings when building openssl with (gcc 3.3.1):
2005-08-27 Ben LaurieFix warnings.
2005-08-25 Nils LarschKeep cipher lists sorted in the source instead of sorti...
2005-08-21 Nils Larschinitialize cipher/digest methods table in SSL_library_i...
2005-08-08 Nils Larscha ssl object needs it's own instance of a ecdh key...
2005-08-08 Nils Larschfix typo
2005-08-05 Dr. Stephen HensonInitialize SSL_METHOD structures at compile time. This...
2005-08-03 Andy PolyakovWCE update, mostly typos [from HEAD].
2005-07-26 Nils Larschimproved error checking and some fixes
2005-07-16 Nils Larschmake
2005-06-28 Ben LaurieDid you know it was wrong to use a char as an array...
2005-06-27 Andy PolyakovEliminate dependency on UNICODE macro.
2005-06-23 Richard LevitteDCC doesn't like argument names in returned function...
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-06 Richard LevitteFurther change pq_compat.h to generate the flag macros...
2005-06-02 Richard Levittehandshake_write_seq is an unsigned short, so treat...
2005-06-01 Nils Larschclear error queue on success and return NULL if cert...
2005-05-31 Richard LevitteSynchronise more with the Unix build
2005-05-30 Richard LevitteForgottent make update. These files will be retagged.
2005-05-30 Richard Levittepqueue and dtls uses 64-bit values. Unfortunately...
2005-05-29 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-29 Richard LevitteWe have some source with \r\n as line ends. DEC C...
2005-05-29 Richard LevitteWe have some source with \r\n as line ends. DEC C...
2005-05-28 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-24 Richard Levittemake update
2005-05-23 Dr. Stephen HensonFix WIN32+KRB5 issues.
2005-05-21 Richard LevitteWhen _XOPEN_SOURCE is defined, make sure it's defined...
2005-05-21 Richard LevitteWhen _XOPEN_SOURCE is defined, make sure it's defined...
2005-05-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-12 Dr. Stephen HensonFix from stable branch.
2005-05-12 Bodo Möllerfix msg_callback() arguments for SSL 2.0 compatible...
2005-05-11 Bodo MöllerDon't use the SSL 2.0 Client Hello format if SSL 2...
2005-05-10 Nils Larschuse 'p' as conversion specifier for printf to avoid...
2005-05-10 Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-05-09 Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-05-08 Nils Larschgive EC_GROUP_*_nid functions a more meaningful name
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
next