Add support for distinct certificate chains per key type and per SSL
authorDr. Stephen Henson <steve@openssl.org>
Tue, 31 Jan 2012 14:00:10 +0000 (14:00 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 31 Jan 2012 14:00:10 +0000 (14:00 +0000)
commitf71c6e52f769af0d2d40ed7e1dcb4fff837837a0
treeb015ad5bdf53d7e33677379876112c58437e42d0
parent9ade64dedfeb7a36f1c4f1f804cb1be492e92319
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.
CHANGES
ssl/s3_lib.c
ssl/ssl.h
ssl/ssl_cert.c
ssl/ssl_locl.h