aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* Zero the premaster secret after deriving the master secret in DHDr. Stephen Henson2001-01-251-0/+1
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-1/+4
* typoBodo Möller2000-05-251-1/+1
* Implement SSL_OP_TLS_ROLLBACK_BUG for servers.Bodo Möller2000-05-251-5/+16
* Comments for SSL_get_peer_cert_chain inconsistency.Bodo Möller2000-03-271-0/+2
* Allow code which calls RSA temp key callback to copeDr. Stephen Henson2000-02-251-0/+6
* Fix NO_RSA (misplaced #endif).Ulf Möller2000-02-241-1/+1
* Fix some bugs and document othersBodo Möller2000-02-211-29/+16
* Move MAC computations for Finished from ssl3_read_bytes intoBodo Möller2000-02-211-5/+6
* Fix for Netscape "hang" bug.Dr. Stephen Henson2000-02-151-0/+18
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-1/+1
* Make DSA_generate_parameters, and fix a couple of bugBodo Möller2000-01-301-1/+9
* Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson2000-01-221-2/+2
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-2/+2
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+1
* Clean up some of the SSL server code.Bodo Möller2000-01-111-1/+1
* Make NO_RSA compile with pedantic.Ben Laurie2000-01-081-1/+1
* Use separate arrays for certificate verify and for finished hashes.Bodo Möller2000-01-061-4/+4
* Slight code cleanup for handling finished labels.Bodo Möller2000-01-051-2/+2
* Add support for MS "fast SGC".Dr. Stephen Henson2000-01-021-7/+32
* Don't request client certificate in anonymous ciphersuitesBodo Möller1999-12-291-3/+13
* Store verify_result with sessions to avoid potential security hole.Bodo Möller1999-11-161-0/+1
* Fix warnings.Ben Laurie1999-09-241-3/+4
* Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson1999-09-181-7/+6
* Fix yet another bug for client hello handling.Bodo Möller1999-09-111-1/+1
* Fix server behaviour when facing backwards-compatible client hellos.Bodo Möller1999-09-031-5/+4
* Let ssl_get_prev_session reliably work in multi-threaded settings.Bodo Möller1999-05-231-1/+3
* New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1999-05-131-28/+20
* No actual change, but the cert_st member of struct ssl_session_st is nowBodo Möller1999-05-091-9/+9
* Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingBodo Möller1999-05-091-22/+7
* Annotate a bug.Bodo Möller1999-05-021-0/+12
* Message digest stuff.Ulf Möller1999-04-271-0/+2
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-0/+2
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-24/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-5/+5
* Fixed some race conditions.Bodo Möller1999-04-221-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-25/+13
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-23/+23
* Fix security hole.Ben Laurie1999-03-221-0/+2
* Fix export ciphersuites, again.Ben Laurie1999-03-061-1/+1
* More stuff for new TLS ciphersuites.Ben Laurie1999-02-211-2/+4
* Add support for new TLS export ciphersuites.Ben Laurie1999-02-211-14/+12
* Updates to the new SSL compression codeMark J. Cox1999-02-161-30/+71
* Fix various memory leaks in SSL, apps and DSADr. Stephen Henson1999-02-151-0/+1
* More exactitude with function arguments.Ben Laurie1999-02-091-1/+1
* Fix various stuff: that VC++ 5.0 chokes on:Dr. Stephen Henson1999-01-311-0/+2
* Fix DH key generation.Ben Laurie1999-01-071-6/+9
* Fix export tests.Ben Laurie1999-01-061-4/+4
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-1/+1