aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2002-01-14Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller4-5/+115
2002-01-14Return -1 from ssl3_get_server_done (ssl3/s3_clnt.c) ifBodo Möller1-0/+1
2002-01-12Prototype info function.Ben Laurie11-26/+30
2002-01-12Add client_cert_cb prototype.Ben Laurie1-1/+1
2001-12-28ssl3_read_bytes bug fixUlf Möller1-0/+1
2001-12-17remove redundant ERR_load_... declarationsBodo Möller1-1/+0
2001-12-09Improve back compatibility.Ben Laurie1-5/+5
2001-11-23For future portability reasons MIT is moving all macros to functionBodo Möller1-9/+45
2001-11-14cast to unsigned int, not to int to avoid the warning -- all theseBodo Möller1-2/+2
2001-11-14unsigned int vs. int.Richard Levitte1-1/+1
2001-11-10make code a little more similar to what it looked like before the fixes,Bodo Möller2-9/+23
2001-11-10Implement msg_callback for SSL 2.0.Bodo Möller9-65/+275
2001-10-30Change the shared library support so the shared libraries get builtRichard Levitte1-1/+7
2001-10-29Addapt VMS scripts to the newer disk layout system ODS-5, which allows more t...Richard Levitte1-0/+1
2001-10-25Consistency with s2_... and s23_... variants (no real functionalBodo Möller2-2/+2
2001-10-25Assume TLS 1.0 when ClientHello fragment is too short.Bodo Möller1-7/+12
2001-10-24Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller7-7/+7
2001-10-24Deprecate the macro MAC_OS_pre_X.Richard Levitte2-2/+2
2001-10-22Fix memory leak.Bodo Möller2-14/+24
2001-10-20Call msg_callback with correct length parameter if ssl3_write_bytes had toBodo Möller1-1/+1
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller9-40/+159
2001-10-17gcc complained about "write" being shadowed even though the "write"Bodo Möller2-4/+4
2001-10-17Wrong place...Richard Levitte1-1/+1
2001-10-17The EVP_*Init_ex() functions take one extra argument. Let's defaultRichard Levitte2-3/+4
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson6-15/+15
2001-10-16Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo Möller4-64/+234
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson8-43/+43
2001-10-16The message header for fake SSL 3.0/TLS 1.0 client hellos created fromBodo Möller1-6/+5
2001-10-15For consistency, set s->init_num in the 'reuse_message' caseBodo Möller1-1/+2
2001-10-15Change ssl3_get_message and the functions using it so that completeBodo Möller5-18/+34
2001-10-15Fix ssl3_get_message handle message fragmentation correctly.Bodo Möller1-0/+1
2001-10-15the previous commit accidentily removed 'ret = 1' from the SSL_ST_OKBodo Möller1-0/+1
2001-10-10To avoid commit wars over dependencies, let's make it so things thatRichard Levitte6-9/+7
2001-10-04SSL_add_dir_cert_subjects_to_stack for Win32 finally implemented.Richard Levitte1-0/+52
2001-10-04'make update'Richard Levitte1-282/+282
2001-09-24commentBodo Möller2-2/+4
2001-09-24avoid everything resembling a magic trigraphBodo Möller1-1/+1
2001-09-21bugfix: handle HelloRequest received during handshake correctlyBodo Möller1-0/+4
2001-09-21Disable session related stuff in SSL_ST_OK case of ssl3_accept if weBodo Möller2-18/+18
2001-09-21Bugfix: correct cleanup after sending a HelloRequestBodo Möller1-3/+1
2001-09-20New function SSL_renegotiate_pending().Bodo Möller3-4/+34
2001-09-20fix ssl3_accept: don't call ssl_init_wbio_buffer() in HelloRequest caseBodo Möller1-5/+60
2001-09-20Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller8-35/+66
2001-09-14add commentBodo Möller1-0/+2
2001-09-11Make maximum certifcate chain size accepted from the peer applicationLutz Jänicke4-26/+40
2001-09-10Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller1-1/+6
2001-09-03Rename recently introduced functions for improved code clarity:Bodo Möller3-4/+4
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe5-28/+24
2001-08-28(A version of) gcc had been giving somewhat odd "trigraph" warnings aboutGeoff Thorpe1-1/+1
2001-08-28Fix SSL memory leak.Ben Laurie1-0/+3