diff options
author | Hans Nilsson <[email protected]> | 2017-11-23 10:33:39 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-11-23 10:33:39 +0100 |
commit | 1cccc64f9ab4964faccdc8a098470404cf753d57 (patch) | |
tree | e28a8dca0f6334b78e30339cdc824ed8c70324a4 /lib/ssl | |
parent | 2d34363405f327e4883876f8917b6eeb127f5b6a (diff) | |
parent | a01b9c4e90d422343d9bc8fea348f77940ff44c7 (diff) | |
download | otp-1cccc64f9ab4964faccdc8a098470404cf753d57.tar.gz otp-1cccc64f9ab4964faccdc8a098470404cf753d57.tar.bz2 otp-1cccc64f9ab4964faccdc8a098470404cf753d57.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index ac5a69c69b..8fcda78ed5 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -203,7 +203,9 @@ <tag><c>{certfile, path()}</c></tag> <item><p>Path to a file containing the user certificate.</p></item> - <tag><c>{key, {'RSAPrivateKey'| 'DSAPrivateKey' | 'ECPrivateKey' + <tag> + <marker id="key_option_def"/> + <c>{key, {'RSAPrivateKey'| 'DSAPrivateKey' | 'ECPrivateKey' |'PrivateKeyInfo', public_key:der_encoded()} | #{algorithm := rsa | dss | ecdsa, engine := crypto:engine_ref(), key_id := crypto:key_id(), password => crypto:password()}</c></tag> <item><p>The DER-encoded user's private key or a map refering to a crypto |