Dr. Stephen Henson
|
ee1d9ec019
Remove link between digests and signature algorithms.
|
18 years ago |
Nils Larsch
|
67b6f1ca88
fix problems found by coverity: remove useless code
|
18 years ago |
Nils Larsch
|
3eeaab4bed
make
|
19 years ago |
Andy Polyakov
|
ea1b02db6a
OPENSSL_Applink update.
|
19 years ago |
Nils Larsch
|
9dd8405341
ecc api cleanup; summary:
|
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 |
Dr. Stephen Henson
|
00dd8f6d6e
In "req" exit immediately if configuration file is needed and it can't
|
20 years ago |
Geoff Thorpe
|
bcfea9fb25
Allow RSA key-generation to specify an arbitrary public exponent. Jelte
|
20 years ago |
Dr. Stephen Henson
|
64674bcc8c
Reduce chances of issuer and serial number duplication by use of random
|
20 years ago |
Geoff Thorpe
|
6c43032121
minor signed/unsigned warning fixes
|
21 years ago |
Richard Levitte
|
d420ac2c7d
Use BUF_strlcpy() instead of strcpy().
|
21 years ago |
Richard Levitte
|
6d5ffb591b
Move do_subject() to apps.c and rename it to parse_name(). The
|
21 years ago |
Richard Levitte
|
7ce9e425bc
Allow multi-valued rdns in subjects. This adds the -multivalue-rdn option
|
21 years ago |
Dr. Stephen Henson
|
a8287a90ea
Give CRLDP its standard name.
|
21 years ago |
Geoff Thorpe
|
bc3c578208
Copy-n-paste bug (don't mix variable declarations and code). This sets the
|
21 years ago |
Geoff Thorpe
|
2aaec9cced
Update any code that was using deprecated functions so that everything builds
|
21 years ago |
Richard Levitte
|
3ae70939ba
Correct a lot of printing calls. Remove extra arguments...
|
21 years ago |
Dr. Stephen Henson
|
1a15c89988
Multi valued AVA support.
|
21 years ago |
Richard Levitte
|
0b13e9f055
Add the possibility to build without the ENGINE framework.
|
22 years ago |
Dr. Stephen Henson
|
d3b5cb5343
Check return value of gmtime() and add error codes
|
22 years ago |
Richard Levitte
|
821951b851
Avoid double definition of config.
|
22 years ago |
Geoff Thorpe
|
5daec7ea0e
Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we are
|
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 |
Bodo Möller
|
9226e2187c
Let 'openssl req' fail if an argument to '-newkey' is not
|
22 years ago |
Bodo Möller
|
ad55f581f9
fix offsets
|
22 years ago |
Dr. Stephen Henson
|
fc85ac20c7
|
22 years ago |
Bodo Möller
|
64376cd8ff
'EC' vs. 'ECDSA'
|
22 years ago |