Commit 2011b169 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Support key loading from certificate file



Support loading of key and certificate from the same file if
SSL_CONF_FLAG_REQUIRE_PRIVATE is set. This is done by remembering the
filename used for each certificate type and attempting to load a private
key from the file when SSL_CONF_CTX_finish is called.

Update docs.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 9837bfbf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment