]> granicus.if.org Git - openssl/commit
Update chain building function.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 27 Mar 2014 14:20:16 +0000 (14:20 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 27 Mar 2014 14:23:46 +0000 (14:23 +0000)
commit2dd6976f6d02f98b30c376951ac38f780a86b3b5
tree97dc186e80dba228c133905c4ecc2ed78afd01bb
parent662239183da08d687dc939211ac09d0a5c3a5b93
Update chain building function.

Don't clear verification errors from the error queue unless
SSL_BUILD_CHAIN_FLAG_CLEAR_ERROR is set.

If errors occur during verification and SSL_BUILD_CHAIN_FLAG_IGNORE_ERROR
is set return 2 so applications can issue warnings.
doc/ssl/SSL_CTX_add1_chain_cert.pod
ssl/ssl.h
ssl/ssl_cert.c