summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2007-04-05Don't use a negative number as a length. Coverity ID 57.Ben Laurie
2007-03-23Stage 1 GOST ciphersuite support.Dr. Stephen Henson
2007-03-21stricter session ID context matchingBodo Möller
2007-02-22Fix incorrect substitution that happened during the recent ciphersuiteBodo Möller
2007-02-21prefer SHA1 over MD5 (this affects the Kerberos ciphersuites)Bodo Möller
2007-02-21delete obsolete commentBodo Möller
2007-02-20SSL_kKRB5 ciphersuites shouldn't be preferred by defaultBodo Möller
2007-02-20Improve ciphersuite order stability when disabling ciphersuites.Bodo Möller
2007-02-20fix a typo in the new ciphersuite ordering codeBodo Möller
2007-02-19Include "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make sure that aBodo Möller
2007-02-19fix warnings for CIPHER_DEBUG buildsBodo Möller
2007-02-19fix warnings/inconsistencies caused by the recent changes to theBodo Möller
2007-02-19fix incorrect strength bit values for certain Kerberos ciphersuitesBodo Möller
2007-02-17Reorganize the data used for SSL ciphersuite pattern matching.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-21Constify version strings is ssl lib.Dr. Stephen Henson
2007-01-03remove undefined constantNils Larsch
2006-12-21fix typosNils Larsch
2006-11-30Win32 fixes from stable branch.Dr. Stephen Henson
2006-11-29replace macros with functionsNils Larsch
2006-11-29fix support for receiving fragmented handshake messagesBodo Möller
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-11-06remove SSLEAY_MACROS codeNils Larsch
2006-10-20Align data payload for better performance.Andy Polyakov
2006-09-28Fix buffer overflow in SSL_get_shared_ciphers() function.Mark J. Cox
2006-09-28Fixes for the following claims:Richard Levitte
2006-09-23Submitted by: Brad Spencer <spencer@jacknife.org>Dr. Stephen Henson
2006-09-11ensure that ciphersuite strings such as "RC4-MD5" match the SSL 2.0Bodo Möller
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie
2006-06-15Error messages for client ECC cert verification.Bodo Möller
2006-06-15Fix algorithm handling for ECC ciphersuites: Adapt to recent changes,Bodo Möller
2006-06-15Fix another new bug in the cipherstring logic.Bodo Möller
2006-06-15Fix another bug introduced yesterday when deleting Fortezza stuff:Bodo Möller
2006-06-15Oops ... deleted too much in the previous commit when I deletedBodo Möller
2006-06-14Disable invalid ciphersuitesBodo Möller
2006-06-14Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller
2006-06-14Make sure that AES ciphersuites get priority over CamelliaBodo Möller
2006-06-14Thread-safety fixesBodo Möller
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-05-28Use a new signed int ii instead of j (which is unsigned) to handle theRichard Levitte
2006-05-26Fix warnings.Dr. Stephen Henson
2006-05-12Someone made a mistake, and some function and reason codes gotRichard Levitte
2006-05-07Fix from stable branch.Dr. Stephen Henson
2006-04-17Fix (most) WIN32 warnings and errors.Dr. Stephen Henson
2006-04-15If cipher list contains a match for an explicit ciphersuite only match thatDr. Stephen Henson
2006-04-08Update dependencies.Dr. Stephen Henson
2006-04-05Remove ECC extension information from external representationBodo Möller
2006-04-04Stop warning.Dr. Stephen Henson