diff options
author | Henrik Nord <[email protected]> | 2018-09-25 08:42:59 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2018-09-25 08:42:59 +0200 |
commit | e6c3dd9f701d354c06b9b1b043a3d7e9cc050b1c (patch) | |
tree | a27c6c89bba769d5a6467b0a51df0c9adb8e9e47 /lib/public_key/doc | |
parent | 494cb3be4a98653c212d673008085bc3ea70dc7e (diff) | |
parent | 377f19f25aeec6939a6728bd0c4910086c22ccdc (diff) | |
download | otp-e6c3dd9f701d354c06b9b1b043a3d7e9cc050b1c.tar.gz otp-e6c3dd9f701d354c06b9b1b043a3d7e9cc050b1c.tar.bz2 otp-e6c3dd9f701d354c06b9b1b043a3d7e9cc050b1c.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/public_key/doc')
-rw-r--r-- | lib/public_key/doc/src/notes.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index 204520473a..62b4b4ca1b 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -35,6 +35,41 @@ <file>notes.xml</file> </header> +<section><title>Public_Key 1.6.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Removed <c>#DSAPrivateKey{}</c> as acceptable input to + <c>public_key:verify/5</c>.</p> + <p> + Own Id: OTP-15284</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + The typing in the CRYPTO and PUBLIC_KEY applications are + reworked and a few mistakes are corrected.</p> + <p> + The documentation is now generated from the typing and + some clarifications are made.</p> + <p> + A new chapter on Algorithm Details such as key sizes and + availability is added to the CRYPTO User's Guide.</p> + <p> + Own Id: OTP-15134</p> + </item> + </list> + </section> + +</section> + <section><title>Public_Key 1.6.1</title> <section><title>Fixed Bugs and Malfunctions</title> |