- Oct 26, 2001
-
-
Bodo Möller authored
had to be allocated, not just when reusing the existing buffer.
-
Bodo Möller authored
-
Dr. Stephen Henson authored
-
- Oct 25, 2001
-
-
Ulf Möller authored
-
Richard Levitte authored
-
Richard Levitte authored
some password reading functions are really part of the UI compatibility library...
-
Richard Levitte authored
exist. For now, that's all the ones we "support" except Unix.
-
Ben Laurie authored
-
Ben Laurie authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller 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
-
Bodo Möller authored
change)
-
Richard Levitte authored
the docs to reflect this change and correct libeay.num.
-
Bodo Möller authored
-
Richard Levitte authored
-
- Oct 24, 2001
-
-
Richard Levitte authored
-
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.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
- Oct 23, 2001
-
-
Richard Levitte authored
Submitted by Frederic.Giudicelli@INTRINsec.com
-
Dr. Stephen Henson authored
-
- Oct 22, 2001
-
-
Bodo Möller authored
-
- Oct 21, 2001
-
-
Dr. Stephen Henson authored
Reject certificates with unhandled critical extensions.
-
Dr. Stephen Henson authored
Stop spurious "unable to load config info" errors in req
-
- Oct 20, 2001
-
-
Bodo Möller authored
be called multiple times
-
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.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Oct 17, 2001
-
-
Bodo Möller authored
variable name occured just in a function *prototype* -- so rename it
-
Richard Levitte authored
-
Richard Levitte authored
it to NULL.
-
Bodo Möller authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
to digests to retain compatibility.
-
- Oct 16, 2001
-
-
Lutz Jänicke authored
-