diff options
author | Hans Nilsson <[email protected]> | 2017-11-21 14:34:38 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-11-21 14:34:38 +0100 |
commit | af2cc09e0390fd5940f2fc52534b9721e9942926 (patch) | |
tree | c753294605125f3bf5ef639a300f496511b2e377 /lib/ssl | |
parent | e0f51124fb37cc6287bc710a537b92d3a179cc72 (diff) | |
download | otp-af2cc09e0390fd5940f2fc52534b9721e9942926.tar.gz otp-af2cc09e0390fd5940f2fc52534b9721e9942926.tar.bz2 otp-af2cc09e0390fd5940f2fc52534b9721e9942926.zip |
ssl: Marker inserted to enable a reference from crypto
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 |