aboutsummaryrefslogtreecommitdiff
path: root/ssl/s3_both.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-18recognise X9.42 DH certificates on serversDr. Stephen Henson1-1/+1
2012-01-26Revise ssl code to use a CERT_PKEY structure when outputting aDr. Stephen Henson1-2/+2
2012-01-26Tidy/enhance certificate chain output code.Dr. Stephen Henson1-73/+3
2012-01-16Support for fixed DH ciphersuites.Dr. Stephen Henson1-0/+12
2010-09-05Fixes to NPN from Adam Langley.Ben Laurie1-3/+3
2010-07-28Add Next Protocol Negotiation.Ben Laurie1-0/+34
2010-03-24PR: 1731 and maybe 2197Dr. Stephen Henson1-0/+2
2009-11-09First cut of renegotiation extension. (port to HEAD)Dr. Stephen Henson1-0/+34
2009-09-02PR: 2022Dr. Stephen Henson1-5/+15
2009-07-15Update from 1.0.0-stable.Dr. Stephen Henson1-13/+13
2009-06-28Update from 0.9.8-stable.Dr. Stephen Henson1-43/+41
2008-08-05Fix signed/unsigned warning.Geoff Thorpe1-1/+1
2008-08-04Fix error codes for memory-saving patch.Bodo Möller1-3/+3
2008-06-03Memory saving patch.Ben Laurie1-6/+130
2007-08-31Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson1-4/+9
2006-10-20Align data payload for better performance.Andy Polyakov1-4/+8
2005-10-08New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson1-7/+21
2005-04-26Add DTLS support.Ben Laurie1-4/+4
2005-04-07get rid of very buggy and very imcomplete DH cert supportNils Larsch1-25/+1
2003-02-12Option to disable SSL auto chain buildDr. Stephen Henson1-3/+14
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-4/+4
2002-08-12remove commentBodo Möller1-8/+0
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller1-5/+2
2002-08-09ECC ciphersuite supportBodo Möller1-0/+22
2002-07-10Reorder inclusion of header files:Lutz Jänicke1-1/+1
2002-04-13Implement known-IV countermeasure.Bodo Möller1-7/+11
2002-03-19Map new X509 verification errors to alert codes (Tom Wu <tom@arcot.com>).Lutz Jänicke1-0/+7
2001-10-20Call msg_callback with correct length parameter if ssl3_write_bytes had toBodo Möller1-1/+1
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller1-2/+10
2001-10-16Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller1-1/+1
2001-10-15For consistency, set s->init_num in the 'reuse_message' caseBodo Möller1-1/+2
2001-10-15Change ssl3_get_message and the functions using it so that completeBodo Möller1-9/+15
2001-10-15Fix ssl3_get_message handle message fragmentation correctly.Bodo Möller1-0/+1
2001-09-21bugfix: handle HelloRequest received during handshake correctlyBodo Möller1-0/+4
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-1/+5
2001-05-07Initial CRL based revocation checking.Dr. Stephen Henson1-0/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2000-12-14First step towards SSL_peek fix.Bodo Möller1-2/+2
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-02-25Add OpenSSL licen[cs]e.Bodo Möller1-0/+53
2000-02-22Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson1-1/+1
2000-02-21Fix some bugs and document othersBodo Möller1-2/+3
2000-02-21Move ssl3_do_write from s3_pkt.c to s3_both.c.Bodo Möller1-0/+20
2000-02-21Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller1-5/+10
2000-02-20ignore Client Hellos when we're in handshake anywayBodo Möller1-9/+23
2000-02-20Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller1-14/+23
2000-01-26Some comments added, and slight code clean-ups.Bodo Möller1-0/+5
2000-01-06Use less complicated arrangement for data strutures related to FinishedBodo Möller1-34/+7
2000-01-06Use separate arrays for certificate verify and for finished hashes.Bodo Möller1-4/+33
2000-01-05Slight code cleanup for handling finished labels.Bodo Möller1-2/+1