summaryrefslogtreecommitdiffstats
path: root/ssl/s3_both.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-511/+483
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-1/+2
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+2
* Add and use a constant-time memcmp.Ben Laurie2013-02-051-1/+1
* PR: 1731 and maybe 2197Dr. Stephen Henson2010-03-241-0/+2
* use OPENSSL_assert() and not assert()Dr. Stephen Henson2009-11-081-5/+4
* First cut of renegotiation extension.Ben Laurie2009-11-081-0/+35
* PR: 2022Dr. Stephen Henson2009-09-041-2/+7
* Fix error codes.Dr. Stephen Henson2009-08-061-1/+1
* PR: 1942Dr. Stephen Henson2009-06-281-43/+41
* Add DTLS support.Ben Laurie2005-04-261-4/+4
* get rid of very buggy and very imcomplete DH cert supportNils Larsch2005-04-071-25/+1
* Option to disable SSL auto chain buildDr. Stephen Henson2003-02-121-3/+14
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-4/+4
* remove commentBodo Möller2002-08-121-8/+0
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-121-5/+2
* ECC ciphersuite supportBodo Möller2002-08-091-0/+22
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+1
* Implement known-IV countermeasure.Bodo Möller2002-04-131-7/+11
* Map new X509 verification errors to alert codes (Tom Wu <tom@arcot.com>).Lutz Jänicke2002-03-191-0/+7
* Call msg_callback with correct length parameter if ssl3_write_bytes had toBodo Möller2001-10-201-1/+1
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-2/+10
* Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller2001-10-161-1/+1
* For consistency, set s->init_num in the 'reuse_message' caseBodo Möller2001-10-151-1/+2
* Change ssl3_get_message and the functions using it so that completeBodo Möller2001-10-151-9/+15
* Fix ssl3_get_message handle message fragmentation correctly.Bodo Möller2001-10-151-0/+1
* bugfix: handle HelloRequest received during handshake correctlyBodo Möller2001-09-211-0/+4
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-1/+5
* Initial CRL based revocation checking.Dr. Stephen Henson2001-05-071-0/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* First step towards SSL_peek fix.Bodo Möller2000-12-141-2/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Add OpenSSL licen[cs]e.Bodo Möller2000-02-251-0/+53
* Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson2000-02-221-1/+1
* Fix some bugs and document othersBodo Möller2000-02-211-2/+3
* Move ssl3_do_write from s3_pkt.c to s3_both.c.Bodo Möller2000-02-211-0/+20
* Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller2000-02-211-5/+10
* ignore Client Hellos when we're in handshake anywayBodo Möller2000-02-201-9/+23
* Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller2000-02-201-14/+23
* Some comments added, and slight code clean-ups.Bodo Möller2000-01-261-0/+5
* Use less complicated arrangement for data strutures related to FinishedBodo Möller2000-01-061-34/+7
* Use separate arrays for certificate verify and for finished hashes.Bodo Möller2000-01-061-4/+33
* Slight code cleanup for handling finished labels.Bodo Möller2000-01-051-2/+1
* Add support for MS "fast SGC".Dr. Stephen Henson2000-01-021-0/+12
* fix commentBodo Möller1999-12-291-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-5/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-5/+5
* Work with -pedantic!Ben Laurie1999-04-231-5/+3
* Change functions to ANSI C.Ulf Möller1999-04-191-28/+9
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-2/+2