aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* fix warnings/inconsistencies caused by the recent changes to theBodo Möller2007-02-191-1/+1
* Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller2007-02-171-55/+55
* Fixes for the following claims:Richard Levitte2006-09-281-2/+4
* Error messages for client ECC cert verification.Bodo Möller2006-06-151-5/+1
* Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller2006-06-141-9/+3
* Implement Supported Elliptic Curves Extension.Bodo Möller2006-03-301-45/+1
* Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller2006-03-111-3/+8
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-101-7/+173
* Further TLS extension improvementsBodo Möller2006-01-131-18/+5
* More TLS extension related changes.Bodo Möller2006-01-111-2/+9
* Various changes in the new TLS extension code, including the following:Bodo Möller2006-01-031-11/+15
* Support TLS extensions (specifically, HostName)Bodo Möller2006-01-021-0/+27
* update TLS-ECC codeBodo Möller2005-12-131-28/+5
* Avoid warnings on VC++ 2005.Dr. Stephen Henson2005-12-051-2/+2
* New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson2005-10-081-2/+4
* Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson2005-09-301-1/+23
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-141-2/+2
* Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson2005-08-051-22/+4
* makeNils Larsch2005-07-161-2/+6
* ecc api cleanup; summary:Nils Larsch2005-05-161-32/+51
* Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller2005-05-111-1/+1
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-1/+1
* check return value of RAND_pseudo_bytes; backport from the stable branchNils Larsch2005-04-291-1/+2
* Fix various incorrect error function codes.Bodo Möller2005-04-261-3/+2
* Add DTLS support.Ben Laurie2005-04-261-26/+43
* change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch2005-04-231-2/+4
* Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server andDr. Stephen Henson2005-03-221-1/+1
* Deprecate quite a few recursive includes from the ssl.h API header andGeoff Thorpe2004-05-171-0/+1
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+1
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-4/+6
* Avoid including cryptlib.h, it's not really needed.Richard Levitte2003-12-271-1/+0
* RSA_size() and DH_size() return the amount of bytes in a key, and weRichard Levitte2003-11-281-2/+2
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1
* Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.Richard Levitte2003-09-271-0/+1
* updates for draft-ietf-tls-ecc-03.txtBodo Möller2003-07-221-2/+18
* - new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller2003-02-281-2/+15
* use tabs for indentation, not spacesBodo Möller2003-02-281-80/+80
* Stop a possible memory leak.Richard Levitte2002-12-211-1/+4
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-3/+3
* Fix bug introduced by the attempt to fix client side external sessionLutz Jänicke2002-11-201-0/+5
* The pointer to the cipher object is not yet set, when session was reloadedLutz Jänicke2002-11-151-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-10/+11
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* really fix race conditionsBodo Möller2002-09-251-5/+8
* really fix race conditionBodo Möller2002-09-231-0/+4
* there is no minimum length for session IDsBodo Möller2002-09-191-16/+5
* fix race conditionBodo Möller2002-09-191-1/+1
* fix commentBodo Möller2002-08-121-1/+1
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-121-3/+3
* ECC ciphersuite supportBodo Möller2002-08-091-4/+437