diff options
author | Erlang/OTP <[email protected]> | 2017-12-08 10:57:50 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-12-08 10:57:50 +0100 |
commit | 47198f179ab14cf8cfcdab0d976650cd1519b236 (patch) | |
tree | 9e394ff40890fd30bb738a133dbbf6afecf9c23f /lib/public_key | |
parent | f3a74a7dfb633b21b7d06e48bf430071cdc0f779 (diff) | |
download | otp-47198f179ab14cf8cfcdab0d976650cd1519b236.tar.gz otp-47198f179ab14cf8cfcdab0d976650cd1519b236.tar.bz2 otp-47198f179ab14cf8cfcdab0d976650cd1519b236.zip |
Update release notes
Diffstat (limited to 'lib/public_key')
-rw-r--r-- | lib/public_key/doc/src/notes.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index a4c0194328..11012ee9e5 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,6 +35,31 @@ <file>notes.xml</file> </header> +<section><title>Public_Key 1.5.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed a bug in <c>public_key:ssh_encode/2</c> that made + it possible to erroneously encode e.g. an RSA key with + another type e.g. ECDSA in the resulting binary.</p> + <p> + Own Id: OTP-14570 Aux Id: ERIERL-52, OTP-14676 </p> + </item> + <item> + <p> + Corrected handling of parameterized EC keys in + public_key:generate_key/1 so that it will work as + expected instead of causing a runtime error in crypto.</p> + <p> + Own Id: OTP-14620</p> + </item> + </list> + </section> + +</section> + <section><title>Public_Key 1.5.1</title> <section><title>Improvements and New Features</title> |