summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2007-09-21Fixes from HEAD.Dr. Stephen Henson
2007-09-19make dependBen Laurie
2007-09-19Lingering "security" fix.Ben Laurie
2007-09-17PR: 1582Dr. Stephen Henson
2007-09-06gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL.Dr. Stephen Henson
2007-08-31Update from HEAD.Dr. Stephen Henson
2007-08-28Update from HEAD.Dr. Stephen Henson
2007-08-20Update from HEAD.Dr. Stephen Henson
2007-08-12Backport of TLS extension code to OpenSSL 0.9.8.Dr. Stephen Henson
2007-07-04Fix more unused value warnings.Dr. Stephen Henson
2007-04-25Ensure that AES remains the preferred cipher at any given key length.Bodo Möller
2007-04-23Add SEED encryption algorithm.Bodo Möller
2007-03-21stricter session ID context matchingBodo Möller
2007-03-21oops -- this should have been in 0.9.8eBodo Möller
2007-03-09Fix kerberos ciphersuite bugs introduced with PR:1336.Dr. Stephen Henson
2007-03-08Make local function static.Ben Laurie
2007-02-19remove inconsistency between builds with and without Camellia enabledBodo Möller
2007-02-19fix incorrect strength bit values for certain Kerberos ciphersuitesBodo Möller
2007-02-17Some fixes for ciphersuite string processing:Bodo Möller
2007-02-16ensure that the EVP_CIPHER_CTX object is initializedNils Larsch
2007-02-10use user-supplied malloc functions for persistent kssl objectsNils Larsch
2007-02-07ensure that a ec key is usedNils Larsch
2007-01-21Update from HEAD.Dr. Stephen Henson
2006-11-30Win32 fixes.Dr. Stephen Henson
2006-11-29replace macros with functionsNils Larsch
2006-11-29fix support for receiving fragmented handshake messagesBodo Möller
2006-11-21Rebuild error file C source files.Dr. Stephen Henson
2006-09-28Fixes for the following claims:Richard Levitte
2006-09-28Introduce limits to prevent malicious keys being able toMark J. Cox
2006-09-23Update from HEAD.Dr. Stephen Henson
2006-09-11ensure that ciphersuite strings such as "RC4-MD5" match the SSL 2.0Bodo Möller
2006-07-02Fix warning.Ben Laurie
2006-06-22Fix for previous change: explicitly named ciphersuites are OK to addBodo Möller
2006-06-22Put ECCdraft ciphersuites back into default build (but disabledBodo Möller
2006-06-20Remove ECC ciphersuites from 0.9.8 branch (should use 0.9.9 branch)Bodo Möller
2006-06-14Disable invalid ciphersuitesBodo Möller
2006-06-14Make sure that AES ciphersuites get priority over Camellia ciphersuitesBodo Möller
2006-06-14Thread-safety fixesBodo Möller
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-05-07Don't check for padding bug if compression is negotiated.Dr. Stephen Henson
2006-04-15If cipher list contains a match for an explicit ciphersuite only match thatDr. Stephen Henson
2006-02-24fix no-dh configure option; patch supplied by Peter MeerwaldNils Larsch
2006-02-08backport recent changes from the cvs headNils Larsch
2006-02-04Update filenames in makefilesDr. Stephen Henson
2006-01-15make "./configure no-ssl2" work againNils Larsch
2006-01-15fix cipher list orderNils Larsch
2006-01-08Avoid contradictive error code assignments.Bodo Möller
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2005-12-30Rewrite timeout computation in a way that is less prone to overflow.Bodo Möller
2005-12-13update TLS-ECC codeBodo Möller