5fbe91d8 | 13-Apr-1999 |
Ulf Möller |
New Configure option "rsaref". |
5fd4e2b1 | 12-Apr-1999 |
Bodo Möller |
Don#t auto-generate crypto/pem/pem.h -- a fixed file is fine for it. Submitted by: Reviewed by: PR: |
f73e07cf | 12-Apr-1999 |
Ben Laurie |
Add type-safe STACKs and SETs. |
a36a1a51 | 12-Apr-1999 |
Ben Laurie |
gcc claims this is a shadow, though I can't find what it is shadowing... |
f9a25931 | 12-Apr-1999 |
Ralf S. Engelschall |
Add `openssl ca -revoke <certfile>' facility which revokes a certificate specified in <certfile> by updating the entry in the index.txt file. This way one no longer has to edit the index.txt
Add `openssl ca -revoke <certfile>' facility which revokes a certificate specified in <certfile> by updating the entry in the index.txt file. This way one no longer has to edit the index.txt file manually for revoking a certificate. The -revoke option does the gory details now. Submitted by: Massimiliano Pala <madwolf@openca.org> Cleaned up and integrated by: Ralf S. Engelschall
show more ...
|
2f0cd195 | 12-Apr-1999 |
Ralf S. Engelschall |
Fix `openssl crl -noout -text' combination where `-noout' killed the `-text' option at all and this way the `-noout -text' combination was inconsistent in `openssl crl' with the friends in `o
Fix `openssl crl -noout -text' combination where `-noout' killed the `-text' option at all and this way the `-noout -text' combination was inconsistent in `openssl crl' with the friends in `openssl x509|rsa|dsa'.
show more ...
|
268c2102 | 12-Apr-1999 |
Ralf S. Engelschall |
Make sure a corresponding plain text error message exists for the X509_V_ERR_CERT_REVOKED/23 error number which can occur when a verify callback function determined that a certificate was rev
Make sure a corresponding plain text error message exists for the X509_V_ERR_CERT_REVOKED/23 error number which can occur when a verify callback function determined that a certificate was revoked.
show more ...
|
4211a99b | 11-Apr-1999 |
Bodo Möller |
Obsoleted by new openssl command "list-cipher-commands". Submitted by: Reviewed by: PR: |
fc8ee06b | 11-Apr-1999 |
Bodo Möller |
Submitted by: Reviewed by: PR: |
7c7c8851 | 10-Apr-1999 |
Ralf S. Engelschall |
Fix a few typos and tabs while I'm poking around in ca.c... |
c0035435 | 10-Apr-1999 |
Ben Laurie |
Rid the world of yet more evil casts. |
3bb307c1 | 10-Apr-1999 |
Ben Laurie |
Adjust renegotiation slightly. |
94c95d04 | 10-Apr-1999 |
Ralf S. Engelschall |
Fix a typo in the X.509v3 docs: cRLSign instead of cRLCertSign is correct according to the sources.... found by Steffen Dettmer <steffen@tfh-berlin.de>. |
5a88a6ea | 10-Apr-1999 |
Ben Laurie |
Rid the world of more evil casts. |
215c24fc | 10-Apr-1999 |
Ben Laurie |
Install signal handler if we are using sigaction. |
c7ac31e2 | 09-Apr-1999 |
Bodo Möller |
Bugfix: s_client occasionally would sleep in select() when it should have checked SSL_pending() first. Submitted by: Reviewed by: PR: |
9d892e28 | 09-Apr-1999 |
Ulf Möller |
recent changes. |
28847dd1 | 09-Apr-1999 |
Ulf Möller |
Test PKCS#1 v1.5 padding as well. |
a5a47e4a | 09-Apr-1999 |
Ulf Möller |
Use Perl 5 even if Perl 4 comes first in the search path. |
a8da8918 | 09-Apr-1999 |
Ulf Möller |
Separate DSA functionality from ASN.1 encoding. New functions DSA_do_sign and DSA_do_verify to provide access to the raw DSA values. |
dae08db4 | 09-Apr-1999 |
Bodo Möller |
Preprocessor file to allow testenc to test only those ciphers that are available. Submitted by: Reviewed by: PR: |
adbfb083 | 09-Apr-1999 |
Bodo Möller |
Tiny comment to improve code comprehensibility. Submitted by: Reviewed by: PR: |
d2e26dcc | 08-Apr-1999 |
Dr. Stephen Henson |
Add PKCS#5 v2.0 ASN1 structures. |
acafc0b4 | 08-Apr-1999 |
Ulf Möller |
Bugs. |
3f90e679 | 08-Apr-1999 |
Bodo Möller |
New "open issue" (ERR_...). Submitted by: Reviewed by: PR: |