aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Map new X509 verification errors to alert codes (Tom Wu <tom@arcot.com>).Lutz Jänicke2002-03-191-0/+7
* Initialize ciph_ctx in kssl.cDr. Stephen Henson2002-03-191-0/+1
* fix ssl3_pendingBodo Möller2002-03-151-1/+4
* Add missing strength entries.Lutz Jänicke2002-03-141-5/+5
* Initialize cipher context in KRB5Dr. Stephen Henson2002-03-143-5/+9
* use BIO_nwrite() more properly to demonstrate the general idea ofBodo Möller2002-03-141-3/+10
* Undo previous patch: avoid warnings by #undef'ingDr. Stephen Henson2002-03-131-6/+9
* Fix Kerberos warnings with VC++.Dr. Stephen Henson2002-03-122-5/+14
* Fix ASN1 additions for KRB5Dr. Stephen Henson2002-03-123-18/+32
* Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson2002-03-122-16/+15
* use ERR_peek_last_error() instead of ERR_peek_error()Bodo Möller2002-02-281-2/+2
* Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte2002-02-281-0/+2
* Add 'void *' argument to app_verify_callback.Bodo Möller2002-02-284-10/+47
* Fix the fix (Yoram Zahavi)...Lutz Jänicke2002-02-271-6/+6
* Make sure to remove bad sessions in SSL_clear() (found by Yoram Zahavi).Lutz Jänicke2002-02-261-8/+6
* Fix for AIX.Dr. Stephen Henson2002-02-221-1/+1
* ECDSA supportBodo Möller2002-02-131-629/+684
* Make removal from session cache more robust.Lutz Jänicke2002-02-101-2/+2
* Do not store unneeded data.Lutz Jänicke2002-02-081-4/+4
* Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller2002-01-144-5/+115
* Return -1 from ssl3_get_server_done (ssl3/s3_clnt.c) ifBodo Möller2002-01-141-0/+1
* 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