SSL key option docs incorrect?

Loïc Hoguin <[email protected]> Tue, 18 Aug 2015 10:38:41 +0200
Newsgroups gmane.comp.lang.erlang.bugs
Organization Nine Nines
Message-ID <[email protected]>
Reading http://www.erlang.org/doc/man/ssl.html

{key, {'RSAPrivateKey'| 'DSAPrivateKey' | 'ECPrivateKey' 
|'PrivateKeyInfo', public_key:der_encoded()}}
The DER-encoded user's private key. If this option is supplied, it 
overrides option keyfile.

However the code says this:

https://github.com/erlang/otp/blob/master/lib/ssl/src/ssl.erl#L802

Doesn't look like it allows 'ECPrivateKey' here?

-- 
Loïc Hoguin
http://ninenines.eu
Author of The Erlanger Playbook,
A book about software development using Erlang
_______________________________________________
erlang-bugs mailing list
[email protected]
http://erlang.org/mailman/listinfo/erlang-bugs