aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-261-16/+79
* Make ssl compile [from 098-stable, bug is masked by default].Andy Polyakov2007-10-141-0/+1
* Switch to RFC-compliant version encoding in DTLS.Andy Polyakov2007-09-301-3/+4
* Support for certificate status TLS extension.Dr. Stephen Henson2007-09-261-0/+56
* Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson2007-08-311-2/+9
* Use SHA256 for ticket HMAC if possible.Dr. Stephen Henson2007-08-201-1/+1
* Remove debugging fprintfs, fix typo.Dr. Stephen Henson2007-08-121-1/+1
* RFC4507 (including RFC4507bis) TLS stateless session resumption supportDr. Stephen Henson2007-08-111-2/+105
* fix function codes for errorBodo Möller2007-04-241-1/+1
* Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller2007-02-171-116/+117
* ensure that a ec key is usedNils Larsch2007-02-071-1/+1
* fix support for receiving fragmented handshake messagesBodo Möller2006-11-291-1/+2
* Fix buffer overflow in SSL_get_shared_ciphers() function.Mark J. Cox2006-09-281-1/+1
* Fixes for the following claims:Richard Levitte2006-09-281-4/+24
* Oops ... deleted too much in the previous commit when I deletedBodo Möller2006-06-151-0/+1
* Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller2006-06-141-11/+10
* Implement Supported Elliptic Curves Extension.Bodo Möller2006-03-301-69/+1
* Resolve signed vs. unsigned issuesRichard Levitte2006-03-131-2/+2
* 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-3/+155
* add additional checks + cleanupNils Larsch2006-01-291-2/+7
* Further TLS extension improvementsBodo Möller2006-01-131-32/+18
* More TLS extension related changes.Bodo Möller2006-01-111-6/+11
* Further TLS extension updatesBodo Möller2006-01-091-5/+7
* Various changes in the new TLS extension code, including the following:Bodo Möller2006-01-031-30/+16
* Support TLS extensions (specifically, HostName)Bodo Möller2006-01-021-0/+29
* update TLS-ECC codeBodo Möller2005-12-131-28/+7
* 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-1/+1
* Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson2005-09-301-0/+12
* 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-1/+5
* ecc api cleanup; summary:Nils Larsch2005-05-161-31/+34
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-081-1/+1
* backport fix from the stable branchNils Larsch2005-05-031-0/+16
* check return value of RAND_pseudo_bytes; backport from the stable branchNils Larsch2005-04-291-2/+4
* Lots of Win32 fixes for DTLS.Dr. Stephen Henson2005-04-271-1/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-261-4/+4
* fix SSLerr stuff for DTLS1 code;Bodo Möller2005-04-261-46/+45
* Add DTLS support.Ben Laurie2005-04-261-26/+79
* change prototype of the ecdh KDF: make input parameter const and the outlen a...Nils Larsch2005-04-231-2/+4
* Make kerberos ciphersuite code work with newer header filesDr. Stephen Henson2005-04-091-2/+2
* 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-2/+3
* Avoid including cryptlib.h, it's not really needed.Richard Levitte2003-12-271-1/+2
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1
* Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B.Richard Levitte2003-09-271-0/+1