- 29 10月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
Addapt VMS scripts to the newer disk layout system ODS-5, which allows more than one period and mixed size characters in file names
-
- 28 10月, 2001 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
correct name (instead of NULL) if nomailDN is not set, fix memory leaks and retain DN structure when deleting emailAddress.
-
- 27 10月, 2001 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 26 10月, 2001 8 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
had to be allocated, not just when reusing the existing buffer.
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Ulf Möller 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
some password reading functions are really part of the UI compatibility library...
-
由 Richard Levitte 提交于
exist. For now, that's all the ones we "support" except Unix.
-
- 25 10月, 2001 14 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
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 提交于
-
由 Bodo Möller 提交于
change)
-
由 Richard Levitte 提交于
the docs to reflect this change and correct libeay.num.
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
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 提交于
never resets s->method to s->ctx->method when called from within one of the SSL handshake functions.
-
- 24 10月, 2001 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 23 10月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
Submitted by Frederic.Giudicelli@INTRINsec.com
-
由 Dr. Stephen Henson 提交于
-
- 22 10月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 21 10月, 2001 6 次提交
-
-
由 Dr. Stephen Henson 提交于
Reject certificates with unhandled critical extensions.
-
由 Dr. Stephen Henson 提交于
Stop spurious "unable to load config info" errors in req
-
由 Bodo Möller 提交于
be called multiple times
-
由 Bodo Möller 提交于
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 提交于
-
由 Dr. Stephen Henson 提交于
-