Richard Levitte
|
dffa752023
Following the license change, modify the boilerplates in apps/
|
6 lat temu |
Pavel Kopyl
|
aebd0e5ca1
Fix memory leaks in CA related functions.
|
7 lat temu |
Matt Caswell
|
6738bf1417
Update copyright year
|
6 lat temu |
Richard Levitte
|
dab2cd68e7
apps: Don't include progs.h in apps.h
|
6 lat temu |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 lat temu |
Paul Yang
|
2234212c3d
Clean up a bundle of codingstyle stuff in apps directory
|
7 lat temu |
Paul Yang
|
bd91e3c870
Fix a bundle of trailing spaces in several files
|
7 lat temu |
Bernd Edlinger
|
018fcbec38
Fix gcc-7 warnings.
|
7 lat temu |
Dmitry Belyavskiy
|
b5c4209be9
Switch command-line utils to new nameopt API.
|
7 lat temu |
Dmitry Belyavskiy
|
ad39b31c1c
Added '-nameopt' option to the verify command.
|
7 lat temu |
Richard Levitte
|
dd1abd4462
If an engine comes up explicitely, it must also come down explicitely
|
8 lat temu |
FdaSilvaYY
|
44c83ebd70
Constify command options
|
8 lat temu |
FdaSilvaYY
|
cc69629626
Constify char* input parameters in apps code
|
8 lat temu |
Richard Levitte
|
a392ef20f0
Allow proxy certs to be present when verifying a chain
|
8 lat temu |
Rich Salz
|
846e33c729
Copyright consolidation 01/10
|
8 lat temu |
Rich Salz
|
f0e0fd51fd
Make many X509_xxx types opaque.
|
8 lat temu |
Rich Salz
|
a773b52a61
Remove unused parameters from internal functions
|
8 lat temu |
Viktor Dukhovni
|
feb2f53edc
Multiple -trusted/-untrusted/-CRLfile options in verify
|
8 lat temu |
Viktor Dukhovni
|
0996dc5440
Refactor apps load_certs/load_crls to work incrementally
|
8 lat temu |
Viktor Dukhovni
|
d9e309a675
Fix verify(1) to report failure when verification fails
|
8 lat temu |
Viktor Dukhovni
|
63c6aa6b93
Cleanup of verify(1) failure output
|
8 lat temu |
Matt Caswell
|
a0a82324f9
Centralise loading default apps config file
|
9 lat temu |
Matt Caswell
|
2b6bcb702d
Add support for -no-CApath and -no-CAfile options
|
9 lat temu |
Ben Laurie
|
bb484020c3
Fix refactoring breakage.
|
9 lat temu |
Dr. Stephen Henson
|
5a168057bc
don't reset return value to 0
|
9 lat temu |
Ben Laurie
|
480405e4a9
Add -Wconditional-uninitialized to clang strict warnings.
|
9 lat temu |
Rich Salz
|
5b89036c41
Can't use -trusted with -CA{path,file}
|
9 lat temu |
Matt Caswell
|
7f3f41d816
Extend -show_chain option to verify to show more info
|
9 lat temu |
Matt Caswell
|
a64ba70dbb
Add help text for some verify options
|
9 lat temu |
Rich Salz
|
9c3bcfa027
Standardize handling of #ifdef'd options.
|
9 lat temu |