summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson
2007-09-07Fix warnings: computed value not use, incompatible pointer initializationDr. Stephen Henson
2007-08-31Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson
2007-08-31Check return code when attempting to receive new session ticket message.Dr. Stephen Henson
2007-08-28Add ctrls to set and get RFC4507bis keys to enable several contexts toDr. Stephen Henson
2007-08-20Use SHA256 for ticket HMAC if possible.Dr. Stephen Henson
2007-08-12OPENSSL_NO_TLS1 WIN32 build support. Fix so normal build works again.Dr. Stephen Henson
2007-08-12Fix warning and make no-tlsext work.Dr. Stephen Henson
2007-08-12Typo.Dr. Stephen Henson
2007-08-12Fix warnings.Dr. Stephen Henson
2007-08-12Remove debugging fprintfs, fix typo.Dr. Stephen Henson
2007-08-11RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson
2007-06-07Finish gcc 4.2 changes.Dr. Stephen Henson
2007-06-04Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson
2007-04-24fix function codes for errorBodo Möller
2007-04-24All ciphersuites should have a strength designator.Bodo Möller
2007-04-23Add SEED encryption algorithm.Bodo Möller
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