aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Include kssl_lcl.h where needed.Richard Levitte2001-07-111-0/+1
* Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte2001-07-111-0/+7
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-2/+0
* Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller2001-03-091-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-26/+26
* New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke2001-02-091-10/+36
* Fix AES code.Dr. Stephen Henson2001-02-071-6/+154
* Rijdael CBC mode and partial undebugged SSL support.Ben Laurie2001-02-061-0/+13
* Fix SSL_peek and SSL_pending.Bodo Möller2000-12-251-2/+1
* typoBodo Möller2000-12-141-1/+1
* First step towards SSL_peek fix.Bodo Möller2000-12-141-27/+63
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-3/+96
* Comments on SSL_peek deficienciesBodo Möller2000-11-281-2/+2
* Disable SSL_peek until it is fixed.Bodo Möller2000-11-281-1/+5
* tag SSL_peek bugsBodo Möller2000-11-171-0/+1
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-6/+6
* Use correct function names in SSLerr macros.Bodo Möller2000-03-141-1/+1
* Copy DH key (if available) in addition to the bare parametersBodo Möller2000-03-131-24/+35
* Fix some bugs and document othersBodo Möller2000-02-211-0/+4
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-27/+82
* Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller2000-02-201-29/+11
* Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson2000-01-221-44/+192
* Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte2000-01-181-4/+36
* Cosmetic changes.Ulf Möller1999-09-291-1/+1
* OPENSSL_EXTERN, OPENSSL_GLOBALBodo Möller1999-05-151-1/+1
* VMS support.Ulf Möller1999-05-131-1/+2
* Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingBodo Möller1999-05-091-8/+5
* Message digest stuff.Ulf Möller1999-04-271-0/+2
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-21/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Work with -pedantic!Ben Laurie1999-04-231-2/+2
* Fixed some race conditions.Bodo Möller1999-04-221-1/+5
* Change functions to ANSI C.Ulf Möller1999-04-191-56/+22
* Massive constification.Ben Laurie1999-04-171-3/+3
* Add new experimental ciphersuites. Bring naming into line with RFC.Ben Laurie1999-04-151-6/+42
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-10/+11
* Fix security hole.Ben Laurie1999-03-221-1/+1
* Disable new TLS1 ciphersuites.Ben Laurie1999-03-061-0/+2
* Fix export ciphersuites, again.Ben Laurie1999-03-061-3/+14
* Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DHRalf S. Engelschall1999-02-251-0/+83
* Fix the cipher decision scheme for export ciphers: the export bits are *not*Ralf S. Engelschall1999-02-251-2/+2
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-0/+8
* More stuff for new TLS ciphersuites.Ben Laurie1999-02-211-4/+5
* Undo a couple of kludges.Ben Laurie1999-02-211-21/+21
* Add support for new TLS export ciphersuites.Ben Laurie1999-02-211-31/+60
* Updates to the new SSL compression codeMark J. Cox1999-02-161-14/+11
* More prototypes.Ben Laurie1999-01-161-3/+3
* Accept NULL in *_free.Ben Laurie1999-01-071-0/+3
* Fix version stuff:Ralf S. Engelschall1998-12-311-1/+1