Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH
[openssl.git] / ssl / s3_srvr.c
2002-11-22 Richard LevitteTypo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-29 Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-28 Bodo Möllerincrease permissible message length so that we can...
2002-09-25 Bodo Möllerreally fix race conditions
2002-09-23 Bodo Möllerreally fix race condition
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-09 Bodo MöllerECC ciphersuite support
2002-08-02 Bodo Möllerget rid of OpenSSLDie
2002-07-30 Lutz JänickeTypo.
2002-07-30 Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-04-13 Bodo MöllerImplement known-IV countermeasure.
2002-03-14 Dr. Stephen HensonInitialize cipher context in KRB5
2002-03-12 Dr. Stephen HensonFix Kerberos warnings with VC++.
2002-03-12 Dr. Stephen HensonFix various warnings when compiling with KRB5 code.
2002-01-14 Bodo MöllerBugfix: In ssl3_accept, don't use a local variable...
2002-01-12 Ben LauriePrototype info function.
2001-10-25 Bodo MöllerConsistency with s2_... and s23_... variants (no real...
2001-10-24 Bodo MöllerFix SSL handshake functions and SSL_clear() such that...
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-10-17 Richard LevitteWrong place...
2001-10-17 Richard LevitteThe EVP_*Init_ex() functions take one extra argument...
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-15 Bodo MöllerChange ssl3_get_message and the functions using it...
2001-10-15 Bodo Möllerthe previous commit accidentily removed 'ret = 1' from...
2001-10-10 Richard LevitteTo avoid commit wars over dependencies, let's make...
2001-09-21 Bodo MöllerDisable session related stuff in SSL_ST_OK case of...
2001-09-21 Bodo MöllerBugfix: correct cleanup after sending a HelloRequest
2001-09-20 Bodo MöllerNew function SSL_renegotiate_pending().
2001-09-20 Bodo Möllerfix ssl3_accept: don't call ssl_init_wbio_buffer()...
2001-09-14 Bodo Mölleradd comment
2001-09-11 Lutz JänickeMake maximum certifcate chain size accepted from the...
2001-09-03 Bodo MöllerRename recently introduced functions for improved code...
2001-08-25 Geoff ThorpeChanges crypto/evp/ and ssl/ code from directly increme...
2001-08-25 Lutz JänickeAllow client certificate lists > 16kB ("Douglas E....
2001-07-31 Richard LevitteMore Kerberos SSL changes from Jeffrey Altman <jaltman...
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-25 Bodo Mölleradd a comment
2001-07-21 Richard LevitteMore Kerberos SSL patches from Vern Staats <staatsvr...
2001-07-12 Richard LevittePrevent KSSL server from requesting a client certificate.
2001-07-11 Richard LevitteInclude kssl_lcl.h where needed.
2001-07-09 Richard LevittePatches from Vern Staats <staatsvr@asc.hpc.mil> to...
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-01 Bodo MöllerFix Bleichenbacher PKCS #1 1.5 countermeasure.
2001-03-07 Bodo MöllerFix ERR_R_... problems.
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-09 Lutz JänickeNew Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS...
2001-01-25 Dr. Stephen HensonZero the premaster secret after deriving the master...
2000-11-30 Richard LevitteFirst tentative impementation of Kerberos 5 cryptos...
2000-11-17 Bodo MöllerIncrease permissible ClientKeyExchange message length.
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-05-25 Bodo Möllertypo
2000-05-25 Bodo MöllerImplement SSL_OP_TLS_ROLLBACK_BUG for servers.
2000-03-27 Bodo MöllerComments for SSL_get_peer_cert_chain inconsistency.
2000-02-25 Dr. Stephen HensonAllow code which calls RSA temp key callback to cope
2000-02-24 Ulf MöllerFix NO_RSA (misplaced #endif).
2000-02-21 Bodo MöllerFix some bugs and document others
2000-02-21 Bodo MöllerMove MAC computations for Finished from ssl3_read_bytes...
2000-02-15 Dr. Stephen HensonFix for Netscape "hang" bug.
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-30 Bodo MöllerMake DSA_generate_parameters, and fix a couple of bug
2000-01-22 Dr. Stephen HensonApply Lutz Behnke's 56 bit cipher patch with a few
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
2000-01-11 Bodo MöllerClean up some of the SSL server code.
2000-01-08 Ben LaurieMake NO_RSA compile with pedantic.
2000-01-06 Bodo MöllerUse separate arrays for certificate verify and for...
2000-01-05 Bodo MöllerSlight code cleanup for handling finished labels.
2000-01-02 Dr. Stephen HensonAdd support for MS "fast SGC".
1999-12-29 Bodo MöllerDon't request client certificate in anonymous ciphersuites
1999-11-16 Bodo MöllerStore verify_result with sessions to avoid potential...
1999-09-24 Ben LaurieFix warnings.
1999-09-18 Dr. Stephen HensonAdd new sign and verify members to RSA_METHOD and chang...
1999-09-11 Bodo MöllerFix yet another bug for client hello handling.
1999-09-03 Bodo MöllerFix server behaviour when facing backwards-compatible...
1999-05-23 Bodo MöllerLet ssl_get_prev_session reliably work in multi-threade...
1999-05-13 Bodo MöllerNew structure type SESS_CERT used instead of CERT insid...
1999-05-09 Bodo MöllerNo actual change, but the cert_st member of struct...
1999-05-09 Bodo MöllerCreate a duplicate of the SSL_CTX's CERT in SSL_new...
1999-05-02 Bodo MöllerAnnotate a bug.
1999-04-27 Ulf MöllerMessage digest stuff.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-22 Bodo MöllerFixed some race conditions.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-12 Ben LaurieAdd type-safe STACKs and SETs.
1999-03-22 Ben LaurieFix security hole.
1999-03-06 Ben LaurieFix export ciphersuites, again.
1999-02-21 Ben LaurieMore stuff for new TLS ciphersuites.
1999-02-21 Ben LaurieAdd support for new TLS export ciphersuites.
1999-02-16 Mark J. CoxUpdates to the new SSL compression code
1999-02-15 Dr. Stephen HensonFix various memory leaks in SSL, apps and DSA
1999-02-09 Ben LaurieMore exactitude with function arguments.
1999-01-31 Dr. Stephen HensonFix various stuff: that VC++ 5.0 chokes on:
1999-01-07 Ben LaurieFix DH key generation.
1999-01-06 Ben LaurieFix export tests.
next