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:36:38 +0000 (13:36 +0000)
commit13dc3ce9ab483cade378bcf3844c92bacd817316
tree2d3b320ebf8a80586ff2c0e4f89e2a515b47bda8
parentdaddd9a950e491c31f9500d5e570bc7eb96b2823
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.
apps/s_cb.c
doc/ssl/SSL_CTX_add1_chain_cert.pod
ssl/ssl.h
ssl/ssl_cert.c