Richard Levitte
|
4d8743f490
Netware-specific changes,
|
21 years ago |
Geoff Thorpe
|
2754597013
A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.
|
21 years ago |
Richard Levitte
|
e6fa67fa93
Generalise the definition of strcasecmp() and strncasecmp() for
|
21 years ago |
Richard Levitte
|
fd4ef69913
Implement CRL numbers.
|
21 years ago |
Richard Levitte
|
4c771796d5
Convert save_serial() to work like save_index(), and add a
|
21 years ago |
Richard Levitte
|
d6df2b281f
Add documentation on the added functionality in 'openssl ca'.
|
21 years ago |
Richard Levitte
|
3ae70939ba
Correct a lot of printing calls. Remove extra arguments...
|
21 years ago |
Richard Levitte
|
16b1b03543
Implement self-signing in 'openssl ca'. This makes it easier to have
|
21 years ago |
Richard Levitte
|
c4448f60d6
Reset the version number of the issuer certificate? I believe this
|
21 years ago |
Richard Levitte
|
63b6fe2bf6
Conditionalise all debug strings.
|
21 years ago |
Richard Levitte
|
f85b68cd49
Make it possible to have multiple active certificates with the same
|
21 years ago |
Richard Levitte
|
0b13e9f055
Add the possibility to build without the ENGINE framework.
|
22 years ago |
Richard Levitte
|
4e78074b39
cert_sk isn't always allocated, so freeing it may cause a crash.
|
22 years ago |
Dr. Stephen Henson
|
09ad2458b8
Typo.
|
22 years ago |
Dr. Stephen Henson
|
5b7249f302
NULL tofree when it is freed to avoid double free.
|
22 years ago |
Richard Levitte
|
e235000169
Spelling error.
|
22 years ago |
Richard Levitte
|
1c3e4a3660
EXIT() may mean return(). That's confusing, so let's have it really mean
|
22 years ago |
Richard Levitte
|
4579924b7e
Cleanse memory using the new OPENSSL_cleanse() function.
|
22 years ago |
Richard Levitte
|
c863201780
Remove warnings.
|
22 years ago |
Ben Laurie
|
54a656ef08
Security fixes brought forward from 0.9.7.
|
22 years ago |
Richard Levitte
|
ddff68bee7
Windows doesn't know sys/file.h
|
22 years ago |
Richard Levitte
|
d610d27f30
On certain platforms, we redefine certain symbols using macros in
|
22 years ago |
Bodo Möller
|
907a8f1e6e
fix warnings, and harmonize indentation
|
22 years ago |
Richard Levitte
|
2245cd87d4
BN_bn2hex() returns "0" instead of "00" for zero. This disrputs the
|
22 years ago |
Richard Levitte
|
d7b2342a6a
Add missing LF
|
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 |
Richard Levitte
|
87e8feca95
If the email address is moved from the subject to the subject alternate name,
|
22 years ago |
Bodo Möller
|
7e6617611f
Fix bug introduced with revision 1.95 when this filed was modified to
|
22 years ago |
Richard Levitte
|
9335a5f7c0
Unixware doesn't have strings.h, so we need to declare strcasecmp()
|
22 years ago |