aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* Prototype info function.Ben Laurie2002-01-1211-26/+30
* Add client_cert_cb prototype.Ben Laurie2002-01-121-1/+1
* ssl3_read_bytes bug fixUlf Möller2001-12-281-0/+1
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+0
* Improve back compatibility.Ben Laurie2001-12-091-5/+5
* For future portability reasons MIT is moving all macros to functionBodo Möller2001-11-231-9/+45
* cast to unsigned int, not to int to avoid the warning -- all theseBodo Möller2001-11-141-2/+2
* unsigned int vs. int.Richard Levitte2001-11-141-1/+1
* make code a little more similar to what it looked like before the fixes,Bodo Möller2001-11-102-9/+23
* Implement msg_callback for SSL 2.0.Bodo Möller2001-11-109-65/+275
* Change the shared library support so the shared libraries get builtRichard Levitte2001-10-301-1/+7
* Addapt VMS scripts to the newer disk layout system ODS-5, which allows more t...Richard Levitte2001-10-291-0/+1
* Consistency with s2_... and s23_... variants (no real functionalBodo Möller2001-10-252-2/+2
* Assume TLS 1.0 when ClientHello fragment is too short.Bodo Möller2001-10-251-7/+12
* Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller2001-10-247-7/+7
* Deprecate the macro MAC_OS_pre_X.Richard Levitte2001-10-242-2/+2
* Fix memory leak.Bodo Möller2001-10-222-14/+24
* Call msg_callback with correct length parameter if ssl3_write_bytes had toBodo Möller2001-10-201-1/+1
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-209-40/+159
* gcc complained about "write" being shadowed even though the "write"Bodo Möller2001-10-172-4/+4
* Wrong place...Richard Levitte2001-10-171-1/+1
* The EVP_*Init_ex() functions take one extra argument. Let's defaultRichard Levitte2001-10-172-3/+4
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-176-15/+15
* Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller2001-10-164-64/+234
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-168-43/+43
* The message header for fake SSL 3.0/TLS 1.0 client hellos created fromBodo Möller2001-10-161-6/+5
* For consistency, set s->init_num in the 'reuse_message' caseBodo Möller2001-10-151-1/+2
* Change ssl3_get_message and the functions using it so that completeBodo Möller2001-10-155-18/+34
* Fix ssl3_get_message handle message fragmentation correctly.Bodo Möller2001-10-151-0/+1
* the previous commit accidentily removed 'ret = 1' from the SSL_ST_OKBodo Möller2001-10-151-0/+1
* To avoid commit wars over dependencies, let's make it so things thatRichard Levitte2001-10-106-9/+7
* SSL_add_dir_cert_subjects_to_stack for Win32 finally implemented.Richard Levitte2001-10-041-0/+52
* 'make update'Richard Levitte2001-10-041-282/+282
* commentBodo Möller2001-09-242-2/+4
* avoid everything resembling a magic trigraphBodo Möller2001-09-241-1/+1
* bugfix: handle HelloRequest received during handshake correctlyBodo Möller2001-09-211-0/+4
* Disable session related stuff in SSL_ST_OK case of ssl3_accept if weBodo Möller2001-09-212-18/+18
* Bugfix: correct cleanup after sending a HelloRequestBodo Möller2001-09-211-3/+1
* New function SSL_renegotiate_pending().Bodo Möller2001-09-203-4/+34
* fix ssl3_accept: don't call ssl_init_wbio_buffer() in HelloRequest caseBodo Möller2001-09-201-5/+60
* Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller2001-09-208-35/+66
* add commentBodo Möller2001-09-141-0/+2
* Make maximum certifcate chain size accepted from the peer applicationLutz Jänicke2001-09-114-26/+40
* Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller2001-09-101-1/+6
* Rename recently introduced functions for improved code clarity:Bodo Möller2001-09-033-4/+4
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-015-28/+24
* (A version of) gcc had been giving somewhat odd "trigraph" warnings aboutGeoff Thorpe2001-08-281-1/+1
* Fix SSL memory leak.Ben Laurie2001-08-281-0/+3
* Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe2001-08-253-4/+4
* Allow client certificate lists > 16kB ("Douglas E. Engert" <deengert@anl.gov>.)Lutz Jänicke2001-08-251-1/+5