Jiasheng Jiang
|
beb82177dd
APPS: Add missing OPENSSL_free() and combine the error handler
|
7 月之前 |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 年之前 |
Dr. David von Oheimb
|
da7f81d393
APPS: replace awkward and error-prone pattern by calls to new app_conf_try_string()
|
1 年之前 |
Peiwei Hu
|
e22ea36fa8
Fix the checks of X509_LOOKUP_* functions
|
2 年之前 |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 年之前 |
Zhou Qingyang
|
3f075967f6
Fix a possible NULL pointer dereference in create_cert_store()
|
2 年之前 |
Dr. David von Oheimb
|
2c2724476e
APPS: Add check for multiple 'unknown' options
|
3 年之前 |
Dr. David von Oheimb
|
d9f073575f
APPS: Improve diagnostics on missing/extra args and unknown cipher/digest
|
3 年之前 |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 年之前 |
Dr. David von Oheimb
|
b0f960189b
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
|
3 年之前 |
Rich Salz
|
606a417fb2
Fetch and free cipher and md's
|
3 年之前 |
Dr. David von Oheimb
|
3ad6030948
APPS: make apps strict on app_RAND_load() and app_RAND_write() failure
|
3 年之前 |
Dr. David von Oheimb
|
f62846b703
apps/ts.c: Allow -untrusted arg to refer to multiple sources
|
3 年之前 |
Matt Caswell
|
a28d06f3e9
Update copyright year
|
3 年之前 |
Rich Salz
|
d0190e1163
Process digest option after loading providers
|
3 年之前 |
Rich Salz
|
51e5df0ed0
Load rand state after loading providers
|
3 年之前 |
Rich Salz
|
021410ea3f
Check non-option arguments
|
4 年之前 |
Dr. Matthias St. Pierre
|
b425001010
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
|
4 年之前 |
Matt Caswell
|
d8652be06e
Run the withlibctx.pl script
|
4 年之前 |
Shane Lontis
|
6725682d77
Add X509 related libctx changes.
|
4 年之前 |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 年之前 |
Dr. David von Oheimb
|
2b264aee6f
Fix descriptions of credentials and verification options for various apps
|
4 年之前 |
Rich Salz
|
1ae56f2f43
Don't compile commands if disabled
|
4 年之前 |
Pauli
|
6bd4e3f231
cmdline app: add provider commandline options.
|
4 年之前 |
kinichiro
|
dd0139f416
Check return value after loading config file
|
4 年之前 |
Rich Salz
|
5388f9862d
Add "sections" to -help output
|
5 年之前 |
Richard Levitte
|
fd3397fc47
Add -CAstore and similar to all openssl commands that have -CApath
|
5 年之前 |
Andreas Schnebinger
|
1af26e53bc
Fix typo and create compatibility macro
|
5 年之前 |
Rich Salz
|
12a765a523
Explicitly test against NULL; do not use !p or similar
|
5 年之前 |
Tomas Mraz
|
a6dfa18820
ts: Use sha256 as default digest for TS query
|
5 年之前 |