New ctrl to set current certificate.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 2 Feb 2014 02:51:30 +0000 (02:51 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 2 Feb 2014 22:58:19 +0000 (22:58 +0000)
commit0f78819c8ccb7c526edbe90d5b619281366ce75c
tree625a7524f36793e937c2390c7bad50211ea0791a
parent9f9ab1dc667186c533454c87f70295fcb67b4e8a
New ctrl to set current certificate.

New ctrl sets current certificate based on certain criteria. Currently
two options: set the first valid certificate as current and set the
next valid certificate as current. Using these an application can
iterate over all certificates in an SSL_CTX or SSL structure.
demos/bio/server-arg.c
doc/ssl/SSL_CTX_add1_chain_cert.pod
ssl/s3_lib.c
ssl/ssl.h
ssl/ssl_cert.c
ssl/ssl_locl.h