aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Finish gcc 4.2 changes.Dr. Stephen Henson2007-06-072-8/+3
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson2007-06-0417-65/+237
* fix function codes for errorBodo Möller2007-04-245-8/+14
* All ciphersuites should have a strength designator.Bodo Möller2007-04-241-10/+10
* Add SEED encryption algorithm.Bodo Möller2007-04-236-3/+136
* Don't use a negative number as a length. Coverity ID 57.Ben Laurie2007-04-051-2/+4
* Stage 1 GOST ciphersuite support.Dr. Stephen Henson2007-03-233-2/+28
* stricter session ID context matchingBodo Möller2007-03-211-21/+23
* Fix incorrect substitution that happened during the recent ciphersuiteBodo Möller2007-02-221-1/+1
* prefer SHA1 over MD5 (this affects the Kerberos ciphersuites)Bodo Möller2007-02-211-2/+5
* delete obsolete commentBodo Möller2007-02-211-4/+1
* SSL_kKRB5 ciphersuites shouldn't be preferred by defaultBodo Möller2007-02-201-0/+1
* Improve ciphersuite order stability when disabling ciphersuites.Bodo Möller2007-02-201-20/+77
* fix a typo in the new ciphersuite ordering codeBodo Möller2007-02-201-2/+3
* Include "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make sure that aBodo Möller2007-02-192-2/+42
* fix warnings for CIPHER_DEBUG buildsBodo Möller2007-02-192-25/+25
* fix warnings/inconsistencies caused by the recent changes to theBodo Möller2007-02-195-7/+11
* fix incorrect strength bit values for certain Kerberos ciphersuitesBodo Möller2007-02-191-4/+4
* Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller2007-02-1714-1365/+1801
* ensure that the EVP_CIPHER_CTX object is initializedNils Larsch2007-02-163-9/+18
* use user-supplied malloc functions for persistent kssl objectsNils Larsch2007-02-102-14/+33
* ensure that a ec key is usedNils Larsch2007-02-071-1/+1
* Constify version strings is ssl lib.Dr. Stephen Henson2007-01-214-4/+4
* remove undefined constantNils Larsch2007-01-031-1/+1
* fix typosNils Larsch2006-12-211-1/+1
* Win32 fixes from stable branch.Dr. Stephen Henson2006-11-301-7/+7
* replace macros with functionsNils Larsch2006-11-293-18/+127
* fix support for receiving fragmented handshake messagesBodo Möller2006-11-295-13/+4
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-8/+5
* remove SSLEAY_MACROS codeNils Larsch2006-11-061-2/+0
* Align data payload for better performance.Andy Polyakov2006-10-203-56/+126
* Fix buffer overflow in SSL_get_shared_ciphers() function.Mark J. Cox2006-09-283-3/+4
* Fixes for the following claims:Richard Levitte2006-09-282-6/+28
* Submitted by: Brad Spencer <spencer@jacknife.org>Dr. Stephen Henson2006-09-231-2/+8
* ensure that ciphersuite strings such as "RC4-MD5" match the SSL 2.0Bodo Möller2006-09-111-12/+16
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-281-1/+1
* Error messages for client ECC cert verification.Bodo Möller2006-06-156-9/+24
* Fix algorithm handling for ECC ciphersuites: Adapt to recent changes,Bodo Möller2006-06-152-16/+25
* Fix another new bug in the cipherstring logic.Bodo Möller2006-06-151-14/+27
* Fix another bug introduced yesterday when deleting Fortezza stuff:Bodo Möller2006-06-151-13/+10
* Oops ... deleted too much in the previous commit when I deletedBodo Möller2006-06-151-0/+1
* Disable invalid ciphersuitesBodo Möller2006-06-141-1/+1
* Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller2006-06-1410-182/+219
* Make sure that AES ciphersuites get priority over CamelliaBodo Möller2006-06-141-2/+2
* Thread-safety fixesBodo Möller2006-06-142-28/+103
* Camellia cipher, contributed by NTTBodo Möller2006-06-096-5/+239
* Use a new signed int ii instead of j (which is unsigned) to handle theRichard Levitte2006-05-281-4/+4
* Fix warnings.Dr. Stephen Henson2006-05-261-1/+1
* Someone made a mistake, and some function and reason codes gotRichard Levitte2006-05-121-1/+1
* Fix from stable branch.Dr. Stephen Henson2006-05-071-1/+9