Including openssl/e_os.h in the OpenSSL 0.9.6 branch is legal, since
[oweals/openssl.git] / ssl /
2002-02-15 cvs2svnThis commit was manufactured by cvs2svn to create branch
2002-02-13 Bodo MöllerECDSA support
2002-02-10 Lutz JänickeBackport from 0.9.7:
2002-02-10 Lutz JänickeMake removal from session cache more robust.
2002-02-08 Lutz JänickeDo not store unneeded data.
2002-01-14 Bodo MöllerBugfix: In ssl3_accept, don't use a local variable...
2002-01-14 Bodo MöllerBugfix: In ssl3_accept, don't use a local variable...
2002-01-14 Bodo MöllerReturn -1 from ssl3_get_server_done (ssl3/s3_clnt.c) if
2002-01-14 Bodo MöllerReturn -1 from ssl3_get_server_done (ssl3/s3_clnt.c) if
2002-01-12 Ben LauriePrototype info function.
2002-01-12 Ben LaurieAdd client_cert_cb prototype.
2002-01-04 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-12-28 Ulf Möllerssl3_read_bytes bug fix
2001-12-28 Ulf Möllerssl3_read_bytes bug fix
2001-12-20 Richard Levittemake update
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-12-09 Ben LaurieImprove back compatibility.
2001-11-23 Bodo MöllerFor future portability reasons MIT is moving all macros...
2001-11-22 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-11-15 Richard Levittemake update
2001-11-14 Bodo Möllerfix warning
2001-11-14 Bodo Möllercast to unsigned int, not to int to avoid the warning...
2001-11-14 Richard Levitteunsigned int vs. int.
2001-11-10 Bodo Möllermake code a little more similar to what it looked like...
2001-11-10 Bodo Möllermake code a little more similar to what it looked like...
2001-11-10 Bodo MöllerImplement msg_callback for SSL 2.0.
2001-11-10 Bodo Möllerimportant SSL 2.0 bugfixes
2001-10-30 Richard LevitteChange the shared library support so the shared librari...
2001-10-29 Richard LevitteAddapt VMS scripts to the newer disk layout system...
2001-10-29 Richard LevitteAddapt VMS scripts to the newer disk layout system...
2001-10-25 Bodo MöllerConsistency with s2_... and s23_... variants (no real...
2001-10-25 Bodo MöllerOops
2001-10-25 Bodo MöllerConsistency with s2_... and s23_... variants (no real...
2001-10-25 Bodo MöllerAssume TLS 1.0 when ClientHello fragment is too short.
2001-10-25 Bodo MöllerAssume TLS 1.0 if ClientHello fragment is too short.
2001-10-24 Bodo MöllerFix SSL handshake functions and SSL_clear() such that...
2001-10-24 Bodo MöllerFix SSL handshake functions and SSL_clear() such that...
2001-10-24 Richard LevitteDeprecate the macro MAC_OS_pre_X.
2001-10-22 Bodo MöllerFix memory leak.
2001-10-20 Bodo MöllerCall msg_callback with correct length parameter if...
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-10-20 Bodo MöllerIn ssl3_get_client_hello (ssl/s3_srvr.c), generate...
2001-10-17 Bodo Möllergcc complained about "write" being shadowed even though...
2001-10-17 Richard LevitteWrong place...
2001-10-17 Richard LevitteThe EVP_*Init_ex() functions take one extra argument...
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Bodo MöllerAdd per-SSL 'msg_callback' with 'msg_callback_arg'.
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-10-16 Bodo MöllerThe message header for fake SSL 3.0/TLS 1.0 client...
2001-10-15 Bodo MöllerFor consistency, set s->init_num in the 'reuse_message...
2001-10-15 Bodo MöllerChange ssl3_get_message and the functions using it...
2001-10-15 Bodo MöllerFix ssl3_get_message to handle message fragmentation...
2001-10-15 Bodo MöllerFix ssl3_get_message handle message fragmentation corre...
2001-10-15 Bodo Möllerthe previous commit accidentily removed 'ret = 1' from...
2001-10-15 Bodo Möllerthe previous commit accidentily removed 'ret = 1' from...
2001-10-10 Richard LevitteTo avoid commit wars over dependencies, let's make...
2001-10-04 Richard LevitteSSL_add_dir_cert_subjects_to_stack for Win32 finally...
2001-10-04 Richard Levitte'make update'
2001-09-24 Bodo Möllercomment
2001-09-24 Bodo Möllercomment
2001-09-24 Bodo Mölleravoid everything resembling a magic trigraph
2001-09-21 Bodo Möllerbugfix: handle HelloRequest received during handshake...
2001-09-21 Bodo Möllerbugfix: handle HelloRequest received during handshake...
2001-09-21 Bodo MöllerDisable session related stuff in SSL_ST_OK case of...
2001-09-21 Bodo MöllerDisable session related stuff in SSL_ST_OK case of...
2001-09-21 Bodo MöllerBugfix: correct cleanup after sending a HelloRequest
2001-09-21 Bodo MöllerBugfix: correct cleanup after sending a HelloRequest
2001-09-20 Bodo MöllerNew function SSL_renegotiate_pending().
2001-09-20 Bodo Möllerfix ssl3_accept: don't call ssl_init_wbio_buffer()...
2001-09-20 Bodo Möllerfix ssl3_accept: don't call ssl_init_wbio_buffer()...
2001-09-20 Bodo MöllerFix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so...
2001-09-20 Bodo MöllerFix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so...
2001-09-14 Bodo Mölleradd comment
2001-09-14 Bodo Mölleradd comment
2001-09-14 Bodo MöllerIncrease permissible ClientKeyExchange message length...
2001-09-13 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-09-11 Lutz JänickeMake maximum certifcate chain size accepted from the...
2001-09-10 Bodo MöllerFix apps/openssl.c and ssl/ssltest.c so that they use
2001-09-06 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-09-03 Bodo MöllerRename recently introduced functions for improved code...
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-28 Geoff Thorpe(A version of) gcc had been giving somewhat odd "trigra...
2001-08-28 Ben LaurieFix SSL memory leak.
2001-08-25 Geoff ThorpeChanges crypto/evp/ and ssl/ code from directly increme...
2001-08-25 Lutz JänickeAllow client certificate lists > 16kB ("Douglas E....
2001-08-25 Lutz JänickeAllow client certificate lists > 16kB ("Douglas E....
2001-08-24 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-23 Lutz JänickeMore manual pages. Constify.
2001-08-23 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-21 Lutz JänickeChecked in from the wrong !@#$%^&*() copy...
2001-08-21 Lutz JänickeChecked in from the wrong !@#$%&*() copy...
2001-08-19 Lutz JänickeAlert description strings for TLSv1 and documentation.
2001-08-19 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-19 Lutz JänickeAlert description strings for TLSv1 and documentation.
2001-08-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
2001-08-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
next