aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-231-2/+2
* Updates from 1.0.0-stable branch.Dr. Stephen Henson2009-04-201-1/+1
* PR: 1835Dr. Stephen Henson2009-02-141-1/+1
* Updatde from stable branch.Dr. Stephen Henson2009-01-071-3/+3
* Handle the unlikely event that BIO_get_mem_data() returns -ve.Ben Laurie2008-12-271-1/+2
* PR: 1574Dr. Stephen Henson2008-11-151-5/+19
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-1/+1
* Make -DKSSL_DEBUG work again.Dr. Stephen Henson2008-11-101-1/+1
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-1/+1
* Allow ENGINE client cert callback to specify a set of other certs, forDr. Stephen Henson2008-06-011-1/+1
* Add client cert engine to SSL routines.Dr. Stephen Henson2008-06-011-2/+22
* From HEAD:Bodo Möller2008-05-281-0/+7
* Update from stable branch.Dr. Stephen Henson2008-04-291-1/+5
* Fix unsigned/signed warnings in ssl.Andy Polyakov2008-01-051-2/+1
* Initialize sigsize.Dr. Stephen Henson2007-12-141-1/+1
* Fix from stable branch.Dr. Stephen Henson2007-11-031-1/+4
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-261-7/+116
* Make ssl compile [from 098-stable, bug is masked by default].Andy Polyakov2007-10-141-0/+1
* Support for certificate status TLS extension.Dr. Stephen Henson2007-09-261-0/+90
* Implement the Opaque PRF Input TLS extensionBodo Möller2007-09-211-2/+5
* Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson2007-08-311-2/+5
* Check return code when attempting to receive new session ticket message.Dr. Stephen Henson2007-08-311-0/+1
* RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson2007-08-111-1/+129
* fix function codes for errorBodo Möller2007-04-241-1/+1
* 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