Add support for distinct certificate chains per key type and per SSL
authorDr. Stephen Henson <steve@openssl.org>
Fri, 6 Apr 2012 17:22:48 +0000 (17:22 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 6 Apr 2012 17:22:48 +0000 (17:22 +0000)
commit37b16c84bbf06a804d74e017507008fafaef9c89
tree10c71df30a2ba81ecb5d676554f6899cf6df3cd9
parent0ac89e8f5472dbca4c1dd2cfbbe13968c31c505d
Add support for distinct certificate chains per key type and per SSL
structure.

Before this the only way to add a custom chain was in the parent SSL_CTX
(which is shared by all key types and SSL structures) or rely on auto
chain building (which is performed on each handshake) from the trust store.
(backport from HEAD)
CHANGES
ssl/s3_lib.c
ssl/ssl.h
ssl/ssl_cert.c
ssl/ssl_locl.h