index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
verify.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-4
/
+4
*
Fix a bundle of trailing spaces in several files
Paul Yang
2017-06-09
1
-1
/
+1
*
Fix gcc-7 warnings.
Bernd Edlinger
2017-05-11
1
-0
/
+1
*
Switch command-line utils to new nameopt API.
Dmitry Belyavskiy
2017-04-25
1
-9
/
+3
*
Added '-nameopt' option to the verify command.
Dmitry Belyavskiy
2017-02-21
1
-3
/
+14
*
If an engine comes up explicitely, it must also come down explicitely
Richard Levitte
2016-10-19
1
-1
/
+3
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Constify char* input parameters in apps code
FdaSilvaYY
2016-08-17
1
-3
/
+3
*
Allow proxy certs to be present when verifying a chain
Richard Levitte
2016-06-20
1
-0
/
+1
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Make many X509_xxx types opaque.
Rich Salz
2016-04-15
1
-1
/
+1
*
Remove unused parameters from internal functions
Rich Salz
2016-02-22
1
-13
/
+14
*
Multiple -trusted/-untrusted/-CRLfile options in verify
Viktor Dukhovni
2016-01-21
1
-22
/
+16
*
Refactor apps load_certs/load_crls to work incrementally
Viktor Dukhovni
2016-01-21
1
-8
/
+5
*
Fix verify(1) to report failure when verification fails
Viktor Dukhovni
2016-01-13
1
-1
/
+1
*
Cleanup of verify(1) failure output
Viktor Dukhovni
2016-01-03
1
-24
/
+27
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-3
/
+0
*
Add support for -no-CApath and -no-CAfile options
Matt Caswell
2015-09-25
1
-3
/
+14
*
Fix refactoring breakage.
Ben Laurie
2015-08-02
1
-4
/
+6
*
don't reset return value to 0
Dr. Stephen Henson
2015-08-02
1
-1
/
+0
*
Add -Wconditional-uninitialized to clang strict warnings.
Ben Laurie
2015-08-02
1
-24
/
+22
*
Can't use -trusted with -CA{path,file}
Rich Salz
2015-07-14
1
-1
/
+7
*
Extend -show_chain option to verify to show more info
Matt Caswell
2015-07-07
1
-1
/
+7
*
Add help text for some verify options
Matt Caswell
2015-07-07
1
-8
/
+12
*
Standardize handling of #ifdef'd options.
Rich Salz
2015-06-02
1
-1
/
+1
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+3
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-1
/
+1
*
free NULL cleanup 5a
Rich Salz
2015-04-30
1
-6
/
+3
*
Remove needless bio_err argument
Rich Salz
2015-04-29
1
-9
/
+7
*
fewer NO_ENGINE #ifdef's
Rich Salz
2015-04-25
1
-5
/
+2
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-149
/
+112
*
Add -no_alt_chains option to apps to implement the new
Matt Caswell
2015-02-25
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-311
/
+295
*
RT3548: Remove unsupported platforms
Rich Salz
2015-01-12
1
-2
/
+2
*
Document -trusted_first option in man pages and help.
Hubert Kario
2014-06-20
1
-1
/
+1
*
Add -show_chain option to print out verified chain.
Dr. Stephen Henson
2014-02-25
1
-5
/
+24
*
Make openssl verify return errors.
Ben Laurie
2012-12-11
1
-4
/
+12
*
Add code to download CRLs based on CRLDP extension.
Dr. Stephen Henson
2012-12-06
1
-0
/
+6
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
1
-2
/
+2
*
Back out redundant verification time change.
Ben Laurie
2011-12-13
1
-29
/
+4
*
Make it possible to set a time for verification.
Ben Laurie
2011-12-13
1
-4
/
+29
*
oops, revert verify.c change
Dr. Stephen Henson
2010-02-28
1
-3
/
+0
*
Add Kerberos fix which was in 0.9.8-stable but never committed to HEAD and
Dr. Stephen Henson
2010-02-28
1
-0
/
+3
*
allow setting of verify names in command line utilities and print out verify ...
Dr. Stephen Henson
2010-02-25
1
-4
/
+17
*
Add missing functions to allow access to newer X509_STORE_CTX status
Dr. Stephen Henson
2009-10-31
1
-1
/
+3
*
Add option to allow in-band CRL loading in verify utility. Add function
Dr. Stephen Henson
2009-10-31
1
-64
/
+36
*
Use new X509_STORE_set_verify_cb function instead of old macro.
Dr. Stephen Henson
2009-10-18
1
-1
/
+1
[next]