New chain building flags.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 23 Feb 2014 12:00:18 +0000 (12:00 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 23 Feb 2014 13:49:21 +0000 (13:49 +0000)
commitc5ea65b157e17743c881b9e348524b0281b3d39f
treee951fe1c21bf34ec453b8739940f4dd6d950dae7
parent58b86e4235cd420f607819727d372af9f7a80224
New chain building flags.

New flags to build certificate chains. The can be used to rearrange
the chain so all an application needs to do is add all certificates
in arbitrary order and then build the chain to check and correct them.

Add verify error code when building chain.

Update docs.
(cherry picked from commit 13dc3ce9ab483cade378bcf3844c92bacd817316)
apps/s_cb.c
doc/ssl/SSL_CTX_add1_chain_cert.pod
ssl/ssl.h
ssl/ssl_cert.c