Dr. Stephen Henson
|
03919683f9
Add support for default public key digest type ctrl.
|
18 years ago |
Dr. Stephen Henson
|
ee1d9ec019
Remove link between digests and signature algorithms.
|
18 years ago |
Dr. Stephen Henson
|
45e2738585
Remove ASN1_METHOD code replace with new ASN1 alternative.
|
19 years ago |
Nils Larsch
|
3eeaab4bed
make
|
19 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 |
Ben Laurie
|
41a15c4f0f
Give everything prototypes (well, everything that's actually used).
|
19 years ago |
Dr. Stephen Henson
|
a37e22d866
Use X509_cmp_time() in -checkend option, to support GeneralizedTime.
|
20 years ago |
Dr. Stephen Henson
|
78df5a2f1e
Fix x509.c so it creates serial number file again if no
|
20 years ago |
Dr. Stephen Henson
|
df368ecce4
Make self signing option of 'x509' use random serial numbers too.
|
20 years ago |
Dr. Stephen Henson
|
77475142ec
New option to 'x509' -next_serial. This outputs the certificate
|
20 years ago |
Dr. Stephen Henson
|
90fac84066
Use X509_get_serialNumber() instead of accessing internals in x509.c
|
20 years ago |
Geoff Thorpe
|
823a67b0a9
header cleanup in apps/
|
20 years ago |
Richard Levitte
|
d420ac2c7d
Use BUF_strlcpy() instead of strcpy().
|
21 years ago |
Dr. Stephen Henson
|
7068c8b1a6
In order to get the expected self signed error when
|
21 years ago |
Richard Levitte
|
94805c84d1
Add -issuer_hash and make -subject_hash the default way to get the
|
21 years ago |
Richard Levitte
|
4c771796d5
Convert save_serial() to work like save_index(), and add a
|
21 years ago |
Richard Levitte
|
0998cfaadd
Remove unused variable.
|
21 years ago |
Richard Levitte
|
f85b68cd49
Make it possible to have multiple active certificates with the same
|
21 years ago |
Richard Levitte
|
d678cc07ed
No need to test -setalias twice.
|
21 years ago |
Richard Levitte
|
0b13e9f055
Add the possibility to build without the ENGINE framework.
|
22 years ago |
Richard Levitte
|
1c3e4a3660
EXIT() may mean return(). That's confusing, so let's have it really mean
|
22 years ago |
Ben Laurie
|
54a656ef08
Security fixes brought forward from 0.9.7.
|
22 years ago |
Richard Levitte
|
06b7c8d5ba
Variables on the stack must be initialized or we can't depend on any
|
22 years ago |
Richard Levitte
|
3782350c14
-CAserial does take a filename argument.
|
22 years ago |
Bodo Möller
|
5488bb6197
get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)
|
22 years ago |
Richard Levitte
|
da9b972466
Make it possible to load keys from stdin, and restore that
|
22 years ago |
Lutz Jänicke
|
77c46bbf29
Only use DSA-functions if available.
|
22 years ago |
Richard Levitte
|
a81e9d3dc4
CAformat should not be used for CA key format.
|
22 years ago |
Dr. Stephen Henson
|
3647bee263
Config code updates.
|
23 years ago |