- Nov 12, 2001
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
field here, which is left empty). Various configurations are *only* in the 0.9.6 branch at the moment: OpenUNIX OpenUNIX-8-gcc-shared OpenUNIX-8-shared Either Configure or CHANGES must be changed to rectify the situation.
-
- Nov 10, 2001
-
-
Bodo Möller authored
(nearly) to the top. Move msg_callback entry to the top as the implementation for SSL 2.0 is based on the s2_clnt.c/s2_srvr.c changes.
-
Bodo Möller authored
call ssl2_part_read again to parse error message
-
Bodo Möller authored
Important SSL 2.0 bugfixes (bugs found while implementing msg_callback).
-
- Oct 30, 2001
-
-
Richard Levitte authored
sooner and the programs get built against the shared libraries. This requires a bit more work. Things like -rpath and the possibility to still link the programs statically should be included. Some cleanup is also needed. This will be worked on.
-
- Oct 27, 2001
-
-
Dr. Stephen Henson authored
-
- Oct 26, 2001
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Dr. Stephen Henson authored
-
- Oct 25, 2001
-
-
Ben Laurie authored
-
Bodo Möller authored
the e-mail address in the DN (i.e., it will go into a certificate extension only). The new configuration file option 'email_in_dn = no' has the same effect. Submitted by: Massimiliano Pala madwolf@openca.org
-
Bodo Möller authored
-
- Oct 24, 2001
-
-
Richard Levitte authored
libdes (which is still used out there) or other des implementations, the OpenSSL DES functions are renamed to begin with DES_ instead of des_. Compatibility routines are provided and declared by including openssl/des_old.h. Those declarations are the same as were in des.h when the OpenSSL project started, which is exactly how libdes looked at that time, and hopefully still looks today. The compatibility functions will be removed in some future release, at the latest in version 1.0.
-
Bodo Möller authored
never resets s->method to s->ctx->method when called from within one of the SSL handshake functions.
-
- Oct 23, 2001
-
-
Dr. Stephen Henson authored
-
- Oct 21, 2001
-
-
Dr. Stephen Henson authored
Reject certificates with unhandled critical extensions.
-
- Oct 20, 2001
-
-
Bodo Möller authored
New macros SSL[_CTX]_set_msg_callback_arg(). Message callback imlementation for SSL 3.0/TLS 1.0 (no SSL 2.0 yet). New '-msg' option for 'openssl s_client' and 'openssl s_server' that enable a message callback that displays all protocol messages. In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert if client_version is smaller than the protocol version in use. Also change ssl23_get_client_hello (ssl/s23_srvr.c) to select TLS 1.0 if the client demanded SSL 3.0 but only TLS 1.0 is enabled; then the client will at least see that alert. Fix SSL[_CTX]_ctrl prototype (void * instead of char * for generic pointer). Add/update some OpenSSL copyright notices.
-
- Oct 17, 2001
-
-
Dr. Stephen Henson authored
to digests to retain compatibility.
-
- Oct 16, 2001
-
-
Dr. Stephen Henson authored
Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() with existing code. Modify library to use digest *_ex() functions.
-
- Oct 15, 2001
-
-
Bodo Möller authored
'Handshake' protocol structures are kept in memory, including 'msg_type' and 'length'. (This is in preparation of future support for callbacks that get to peek at handshake messages and the like.)
-
- Oct 04, 2001
-
-
Richard Levitte authored
Submitted by Massimo Santin <msantin@santineassociati.com>.
-
- Oct 01, 2001
-
-
Geoff Thorpe authored
a few items however, most of the details are deferred to the crypto/engine/README file.
-
- Sep 28, 2001
-
-
Dr. Stephen Henson authored
-
- Sep 26, 2001
-
-
Richard Levitte authored
1. if there are several symbols with the same entry number, sort those symbols in ASCII order. 2. Do not stop reading the header files when "BEGIN ERROR CODES" is found, since mkerr.pl will add a function declaration after that comment. Instead, trigger on "Error codes for the \w+ function", which is the actual start of the error code macros. Additionally, a few more debugging printouts that helped.
-
- Sep 21, 2001
-
-
Bodo Möller authored
-
Bodo Möller authored
just sent a HelloRequest.
-
Bodo Möller authored
-
- Sep 20, 2001
-
-
Bodo Möller authored
New option SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION.
-
Bodo Möller authored
-
Bodo Möller authored
reveal whether illegal block cipher padding was found or a MAC verification error occured. In ssl/s2_pkt.c, verify that the purported number of padding bytes is in the legal range.
-
- Sep 12, 2001
-
-
Dr. Stephen Henson authored
Fix X509V3 macro so they compile.
-
- Sep 11, 2001
-
-
Lutz Jänicke authored
settable (proposed by "Douglas E. Engert" <deengert@anl.gov>).
-
- Sep 10, 2001
-
-
Bodo Möller authored
-
- Sep 07, 2001
-
-
Ulf Möller authored
-
- Sep 06, 2001
-
-
Lutz Jänicke authored
(Boyd Lynn Gerber <gerberb@zenez.com>).
-
Bodo Möller authored
-
- Sep 05, 2001
-
-
Bodo Möller authored
-
Bodo Möller authored
as the functions were only introduced a couple of days ago. Some '*)' apparently should be '+)' as the changes do not apply to the 0.9.6 bugfix branch.
-