summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
AgeCommit message (Expand)Author
2001-08-28Fix SSL memory leak.Ben Laurie
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-07-11Include kssl_lcl.h where needed.Richard Levitte
2001-07-11Changes to the Kerberos SSL code by Jeffrey Altman <jaltman@columbia.edu>Richard Levitte
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson
2001-03-09Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-09New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke
2001-02-07Fix AES code.Dr. Stephen Henson
2001-02-06Rijdael CBC mode and partial undebugged SSL support.Ben Laurie
2000-12-25Fix SSL_peek and SSL_pending.Bodo Möller
2000-12-14typoBodo Möller
2000-12-14First step towards SSL_peek fix.Bodo Möller
2000-11-30First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte
2000-11-28Comments on SSL_peek deficienciesBodo Möller
2000-11-28Disable SSL_peek until it is fixed.Bodo Möller
2000-11-17tag SSL_peek bugsBodo Möller
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-03-14Use correct function names in SSLerr macros.Bodo Möller
2000-03-13Copy DH key (if available) in addition to the bare parametersBodo Möller
2000-02-21Fix some bugs and document othersBodo Möller
2000-02-20Move the registration of callback functions to special functionsRichard Levitte
2000-02-20Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson
2000-01-18Compaq C 6.2 for VMS will complain when we want to convertRichard Levitte
1999-09-29Cosmetic changes.Ulf Möller
1999-05-15OPENSSL_EXTERN, OPENSSL_GLOBALBodo Möller
1999-05-13VMS support.Ulf Möller
1999-05-09Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingBodo Möller
1999-04-27Message digest stuff.Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-22Fixed some race conditions.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-04-15Add new experimental ciphersuites. Bring naming into line with RFC.Ben Laurie
1999-04-12Add type-safe STACKs and SETs.Ben Laurie
1999-03-22Fix security hole.Ben Laurie
1999-03-06Disable new TLS1 ciphersuites.Ben Laurie
1999-03-06Fix export ciphersuites, again.Ben Laurie
1999-02-25Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DHRalf S. Engelschall
1999-02-25Fix the cipher decision scheme for export ciphers: the export bits are *not*Ralf S. Engelschall
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson
1999-02-21More stuff for new TLS ciphersuites.Ben Laurie
1999-02-21Undo a couple of kludges.Ben Laurie
1999-02-21Add support for new TLS export ciphersuites.Ben Laurie
1999-02-16Updates to the new SSL compression codeMark J. Cox
1999-01-16More prototypes.Ben Laurie