| commit | fae4772c24b89526f70c74fa14a85c5c16bced9a | [log] [tgz] |
|---|---|---|
| author | Dr. Stephen Henson <steve@openssl.org> | Thu May 07 14:59:08 2015 +0100 |
| committer | Dr. Stephen Henson <steve@openssl.org> | Fri May 08 18:43:44 2015 +0100 |
| tree | 63cda484e407591545c1232404004104a4c90b9c | |
| parent | 9a3bf97315aa121441777bf1bc4bea3c5e00af29 [diff] |
Add SSL_use_certificate_chain_file function Add SSL_use_certiicate_chain file functions: this is works the same way as SSL_CTX_use_certificate_chain_file but for an SSL structure. Update SSL_CONF code to use the new function. Update docs. Update ordinals. Reviewed-by: Rich Salz <rsalz@openssl.org>