summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2002-03-19Map new X509 verification errors to alert codes (Tom Wu <tom@arcot.com>).Lutz Jänicke
2002-03-19Initialize ciph_ctx in kssl.cDr. Stephen Henson
2002-03-15fix ssl3_pendingBodo Möller
2002-03-14Add missing strength entries.Lutz Jänicke
2002-03-14Initialize cipher context in KRB5Dr. Stephen Henson
2002-03-14use BIO_nwrite() more properly to demonstrate the general idea ofBodo Möller
2002-03-13Undo previous patch: avoid warnings by #undef'ingDr. Stephen Henson
2002-03-12Fix Kerberos warnings with VC++.Dr. Stephen Henson
2002-03-12Fix ASN1 additions for KRB5Dr. Stephen Henson
2002-03-12Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson
2002-02-28use ERR_peek_last_error() instead of ERR_peek_error()Bodo Möller
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte
2002-02-28Add 'void *' argument to app_verify_callback.Bodo Möller
2002-02-27Fix the fix (Yoram Zahavi)...Lutz Jänicke
2002-02-26Make sure to remove bad sessions in SSL_clear() (found by Yoram Zahavi).Lutz Jänicke
2002-02-22Fix for AIX.Dr. Stephen Henson
2002-02-13ECDSA supportBodo Möller
2002-02-10Make removal from session cache more robust.Lutz Jänicke
2002-02-08Do not store unneeded data.Lutz Jänicke
2002-01-14Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller
2002-01-14Return -1 from ssl3_get_server_done (ssl3/s3_clnt.c) ifBodo Möller
2002-01-12Prototype info function.Ben Laurie
2002-01-12Add client_cert_cb prototype.Ben Laurie
2001-12-28ssl3_read_bytes bug fixUlf Möller
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-12-09Improve back compatibility.Ben Laurie
2001-11-23For future portability reasons MIT is moving all macros to functionBodo Möller
2001-11-14cast to unsigned int, not to int to avoid the warning -- all theseBodo Möller
2001-11-14unsigned int vs. int.Richard Levitte
2001-11-10make code a little more similar to what it looked like before the fixes,Bodo Möller
2001-11-10Implement msg_callback for SSL 2.0.Bodo Möller
2001-10-30Change the shared library support so the shared libraries get builtRichard Levitte
2001-10-29Addapt VMS scripts to the newer disk layout system ODS-5, which allows more t...Richard Levitte
2001-10-25Consistency with s2_... and s23_... variants (no real functionalBodo Möller
2001-10-25Assume TLS 1.0 when ClientHello fragment is too short.Bodo Möller
2001-10-24Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller
2001-10-24Deprecate the macro MAC_OS_pre_X.Richard Levitte
2001-10-22Fix memory leak.Bodo Möller
2001-10-20Call msg_callback with correct length parameter if ssl3_write_bytes had toBodo Möller
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-10-17gcc complained about "write" being shadowed even though the "write"Bodo Möller
2001-10-17Wrong place...Richard Levitte
2001-10-17The EVP_*Init_ex() functions take one extra argument. Let's defaultRichard Levitte
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-16Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-10-16The message header for fake SSL 3.0/TLS 1.0 client hellos created fromBodo Möller
2001-10-15For consistency, set s->init_num in the 'reuse_message' caseBodo Möller
2001-10-15Change ssl3_get_message and the functions using it so that completeBodo Möller
2001-10-15Fix ssl3_get_message handle message fragmentation correctly.Bodo Möller