aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-074-5/+5
* Fix warnings: computed value not use, incompatible pointer initializationDr. Stephen Henson2007-09-073-7/+9
* Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson2007-08-3117-217/+414
* Check return code when attempting to receive new session ticket message.Dr. Stephen Henson2007-08-311-0/+1
* Add ctrls to set and get RFC4507bis keys to enable several contexts toDr. Stephen Henson2007-08-284-0/+34
* Use SHA256 for ticket HMAC if possible.Dr. Stephen Henson2007-08-203-3/+8
* OPENSSL_NO_TLS1 WIN32 build support. Fix so normal build works again.Dr. Stephen Henson2007-08-121-97/+97
* Fix warning and make no-tlsext work.Dr. Stephen Henson2007-08-125-100/+107
* Typo.Dr. Stephen Henson2007-08-121-1/+1
* Fix warnings.Dr. Stephen Henson2007-08-121-1/+1
* Remove debugging fprintfs, fix typo.Dr. Stephen Henson2007-08-122-5/+1
* RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson2007-08-1114-22/+604
* 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