summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2001-10-15the previous commit accidentily removed 'ret = 1' from the SSL_ST_OKBodo Möller
2001-10-10To avoid commit wars over dependencies, let's make it so things thatRichard Levitte
2001-10-04SSL_add_dir_cert_subjects_to_stack for Win32 finally implemented.Richard Levitte
2001-10-04'make update'Richard Levitte
2001-09-24commentBodo Möller
2001-09-24avoid everything resembling a magic trigraphBodo Möller
2001-09-21bugfix: handle HelloRequest received during handshake correctlyBodo Möller
2001-09-21Disable session related stuff in SSL_ST_OK case of ssl3_accept if weBodo Möller
2001-09-21Bugfix: correct cleanup after sending a HelloRequestBodo Möller
2001-09-20New function SSL_renegotiate_pending().Bodo Möller
2001-09-20fix ssl3_accept: don't call ssl_init_wbio_buffer() in HelloRequest caseBodo Möller
2001-09-20Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller
2001-09-14add commentBodo Möller
2001-09-11Make maximum certifcate chain size accepted from the peer applicationLutz Jänicke
2001-09-10Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-08-28(A version of) gcc had been giving somewhat odd "trigraph" warnings aboutGeoff Thorpe
2001-08-28Fix SSL memory leak.Ben Laurie
2001-08-25Changes crypto/evp/ and ssl/ code from directly incrementing referenceGeoff Thorpe
2001-08-25Allow client certificate lists > 16kB ("Douglas E. Engert" <deengert@anl.gov>.)Lutz Jänicke
2001-08-23More manual pages. Constify.Lutz Jänicke
2001-08-21Checked in from the wrong !@#$%&*() copy...Lutz Jänicke
2001-08-19Alert description strings for TLSv1 and documentation.Lutz Jänicke
2001-08-12The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe