aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2007-02-22Fix incorrect substitution that happened during the recent ciphersuiteBodo Möller1-1/+1
2007-02-21prefer SHA1 over MD5 (this affects the Kerberos ciphersuites)Bodo Möller1-2/+5
2007-02-21delete obsolete commentBodo Möller1-4/+1
2007-02-20SSL_kKRB5 ciphersuites shouldn't be preferred by defaultBodo Möller1-0/+1
2007-02-20Improve ciphersuite order stability when disabling ciphersuites.Bodo Möller1-20/+77
2007-02-20fix a typo in the new ciphersuite ordering codeBodo Möller1-2/+3
2007-02-19Include "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make sure that aBodo Möller2-2/+42
2007-02-19fix warnings for CIPHER_DEBUG buildsBodo Möller2-25/+25
2007-02-19fix warnings/inconsistencies caused by the recent changes to theBodo Möller5-7/+11
2007-02-19fix incorrect strength bit values for certain Kerberos ciphersuitesBodo Möller1-4/+4
2007-02-17Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller14-1365/+1801
2007-02-16ensure that the EVP_CIPHER_CTX object is initializedNils Larsch3-9/+18
2007-02-10use user-supplied malloc functions for persistent kssl objectsNils Larsch2-14/+33
2007-02-07ensure that a ec key is usedNils Larsch1-1/+1
2007-01-21Constify version strings is ssl lib.Dr. Stephen Henson4-4/+4
2007-01-03remove undefined constantNils Larsch1-1/+1
2006-12-21fix typosNils Larsch1-1/+1
2006-11-30Win32 fixes from stable branch.Dr. Stephen Henson1-7/+7
2006-11-29replace macros with functionsNils Larsch3-18/+127
2006-11-29fix support for receiving fragmented handshake messagesBodo Möller5-13/+4
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-8/+5
2006-11-06remove SSLEAY_MACROS codeNils Larsch1-2/+0
2006-10-20Align data payload for better performance.Andy Polyakov3-56/+126
2006-09-28Fix buffer overflow in SSL_get_shared_ciphers() function.Mark J. Cox3-3/+4
2006-09-28Fixes for the following claims:Richard Levitte2-6/+28
2006-09-23Submitted by: Brad Spencer <spencer@jacknife.org>Dr. Stephen Henson1-2/+8
2006-09-11ensure that ciphersuite strings such as "RC4-MD5" match the SSL 2.0Bodo Möller1-12/+16
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie1-1/+1
2006-06-15Error messages for client ECC cert verification.Bodo Möller6-9/+24
2006-06-15Fix algorithm handling for ECC ciphersuites: Adapt to recent changes,Bodo Möller2-16/+25
2006-06-15Fix another new bug in the cipherstring logic.Bodo Möller1-14/+27
2006-06-15Fix another bug introduced yesterday when deleting Fortezza stuff:Bodo Möller1-13/+10
2006-06-15Oops ... deleted too much in the previous commit when I deletedBodo Möller1-0/+1
2006-06-14Disable invalid ciphersuitesBodo Möller1-1/+1
2006-06-14Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller10-182/+219
2006-06-14Make sure that AES ciphersuites get priority over CamelliaBodo Möller1-2/+2
2006-06-14Thread-safety fixesBodo Möller2-28/+103
2006-06-09Camellia cipher, contributed by NTTBodo Möller6-5/+239
2006-05-28Use a new signed int ii instead of j (which is unsigned) to handle theRichard Levitte1-4/+4
2006-05-26Fix warnings.Dr. Stephen Henson1-1/+1
2006-05-12Someone made a mistake, and some function and reason codes gotRichard Levitte1-1/+1
2006-05-07Fix from stable branch.Dr. Stephen Henson1-1/+9
2006-04-17Fix (most) WIN32 warnings and errors.Dr. Stephen Henson1-1/+2
2006-04-15If cipher list contains a match for an explicit ciphersuite only match thatDr. Stephen Henson1-4/+21
2006-04-08Update dependencies.Dr. Stephen Henson1-1/+2
2006-04-05Remove ECC extension information from external representationBodo Möller1-64/+5
2006-04-04Stop warning.Dr. Stephen Henson1-1/+0
2006-04-03clarificationBodo Möller1-1/+7
2006-04-03check length properlyBodo Möller1-1/+1
2006-04-03simplify: use s2n macroBodo Möller1-4/+2