aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s23_clnt.c
Commit message (Expand)AuthorAgeFilesLines
* fix support for receiving fragmented handshake messagesBodo Möller2006-11-291-1/+0
* improvements for alert handlingBodo Möller2006-01-111-51/+45
* More TLS extension related changes.Bodo Möller2006-01-111-0/+4
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-081-1/+1
* Various changes in the new TLS extension code, including the following:Bodo Möller2006-01-031-5/+57
* Support TLS extensions (specifically, HostName)Bodo Möller2006-01-021-0/+12
* Avoid warnings on VC++ 2005.Dr. Stephen Henson2005-12-051-2/+2
* New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson2005-10-081-1/+2
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-141-2/+2
* Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson2005-08-051-22/+4
* fix msg_callback() arguments for SSL 2.0 compatible client helloBodo Möller2005-05-121-1/+1
* Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabledBodo Möller2005-05-111-57/+164
* check return value of RAND_pseudo_bytes; backport from the stable branchNils Larsch2005-04-291-2/+5
* Stop a possible memory leak.Richard Levitte2002-12-211-1/+4
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* really fix race conditionsBodo Möller2002-09-251-5/+8
* really fix race conditionBodo Möller2002-09-231-0/+4
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+1
* Prototype info function.Ben Laurie2002-01-121-2/+2
* Implement msg_callback for SSL 2.0.Bodo Möller2001-11-101-1/+6
* Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller2001-10-241-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
* Document rollback issues.Bodo Möller2000-07-291-0/+1
* Fix SSL 2.0 rollback checking: The previous implementation of theBodo Möller2000-07-291-1/+2
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-2/+2
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-161-1/+9
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+1
* Avoid warnings.Bodo Möller1999-06-101-1/+1
* Undo.Ulf Möller1999-04-271-6/+0
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-1/+7
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-9/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-4/+4
* Fixed some race conditions.Bodo Möller1999-04-221-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-9/+5
* Updates to the new SSL compression codeMark J. Cox1999-02-161-1/+11
* 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
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-2/+2
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-37/+59
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+444