index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
verify.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Coverity fixes
Shane Lontis
2019-06-06
1
-1
/
+10
*
Make X509_set_sm2_id consistent with other setters
Paul Yang
2019-04-09
1
-14
/
+26
*
Fix a memleak in apps/verify
Paul Yang
2019-03-30
1
-0
/
+4
*
Support SM2 certificate verification
杨洋
2019-03-13
1
-5
/
+40
*
apps/verify.c: Change an old comment to clarify what the callback does
Richard Levitte
2019-01-16
1
-5
/
+8
*
Following the license change, modify the boilerplates in apps/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix memory leaks in CA related functions.
Pavel Kopyl
2018-05-02
1
-0
/
+1
*
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-20
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-20
1
-22
/
+16
*
Refactor apps load_certs/load_crls to work incrementally
Viktor Dukhovni
2016-01-20
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-19
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-03
1
-2
/
+2
*
Back out redundant verification time change.
Ben Laurie
2011-12-13
1
-29
/
+4
[next]