Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Tim Hudson
|
de2d97cd79
Add option to generate old hash format.
|
10 years ago |
Dr. Stephen Henson
|
2e8cb108dc
initial support for delta CRL generations by diffing two full CRLs
|
12 years ago |
Dr. Stephen Henson
|
139cd16cc5
add -badsig option to corrupt CRL signatures for testing too
|
12 years ago |
Dr. Stephen Henson
|
fdb78f3d88
New option to add CRLs for s_client and s_server.
|
12 years ago |
Dr. Stephen Henson
|
95ea531864
add option to get a certificate or CRL from a URL
|
12 years ago |
Dr. Stephen Henson
|
ac786241a2
Add support for -crlnumber option in crl utility.
|
16 years ago |
Nils Larsch
|
7d727231b7
some const fixes
|
19 years ago |
Nils Larsch
|
12bdb64375
use SHA-1 as the default digest for the apps/openssl commands
|
19 years ago |
Dr. Stephen Henson
|
10f92aac33
Don't return an error with crl -noout.
|
20 years ago |
Richard Levitte
|
03eeb07152
Add usage string for -fingerprint.
|
21 years ago |
Richard Levitte
|
1c3e4a3660
EXIT() may mean return(). That's confusing, so let's have it really mean
|
22 years ago |
Lutz Jänicke
|
c0455cbb18
Fix escaping when using the -subj option of "openssl req", document
|
22 years ago |
Dr. Stephen Henson
|
3647bee263
Config code updates.
|
23 years ago |
Geoff Thorpe
|
79aa04ef27
Make the necessary changes to work with the recent "ex_data" overhaul.
|
23 years ago |
Richard Levitte
|
c04f8cf44a
Use apps_shutdown() in all applications, in case someone decides not
|
23 years ago |
Richard Levitte
|
bc36ee6227
Use new-style system-id macros everywhere possible. I hope I haven't
|
24 years ago |
Ulf Möller
|
4327aae816
format strings
|
24 years ago |
Richard Levitte
|
645749ef98
On VMS, stdout may very well lead to a file that is written to in a
|
24 years ago |
Dr. Stephen Henson
|
439df5087f
Fix c_rehash script, add -fingerprint option to crl.
|
24 years ago |
Ralf S. Engelschall
|
667ac4ec6a
Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align
|
25 years ago |
Dr. Stephen Henson
|
25f923ddd1
New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return code.
|
25 years ago |
Dr. Stephen Henson
|
08cba61011
Modify the X509 V3 extension lookup code.
|
25 years ago |
Dr. Stephen Henson
|
090d848ea8
Various CRL enhancements tidies and workaround for broken CRLs.
|
25 years ago |
Bodo Möller
|
b74ba295da
Reinitialize global variables when necessary (for monolith application).
|
25 years ago |
Bodo Möller
|
74678cc2f8
Additional user data argument to pem_password_cb function type
|
25 years ago |
Ulf Möller
|
a9be3af5ad
Remove NOPROTO definitions and error code comments.
|
25 years ago |
Bodo Möller
|
ec577822f9
Change #include filenames from <foo.h> to <openssl.h>.
|
25 years ago |
Ulf Möller
|
6b691a5c85
Change functions to ANSI C.
|
25 years ago |
Ralf S. Engelschall
|
2f0cd19533
Fix `openssl crl -noout -text' combination where `-noout' killed the `-text'
|
25 years ago |