Richard Levitte
|
c4448f60d6
Reset the version number of the issuer certificate? I believe this
|
22 years ago |
Richard Levitte
|
63b6fe2bf6
Conditionalise all debug strings.
|
22 years ago |
Richard Levitte
|
f85b68cd49
Make it possible to have multiple active certificates with the same
|
22 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 |
Dr. Stephen Henson
|
eee6c81af8
|
22 years ago |
Lutz Jänicke
|
c0455cbb18
Fix escaping when using the -subj option of "openssl req", document
|
22 years ago |
Dr. Stephen Henson
|
26e1237380
|
23 years ago |
Richard Levitte
|
26414ee013
Increase internal security when using strncpy, by making sure the resulting string is NUL-terminated
|
23 years ago |
Dr. Stephen Henson
|
3647bee263
Config code updates.
|
23 years ago |
Richard Levitte
|
3e83e686ba
Add the configuration target VxWorks.
|
23 years ago |
Bodo Möller
|
4d94ae00d5
ECDSA support
|
23 years ago |
Dr. Stephen Henson
|
6229a5607c
Fix email address delete code.
|
23 years ago |