aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-09-04 10:11:39 +0200
committerBjörn-Egil Dahlberg <[email protected]>2012-09-04 10:11:39 +0200
commit0dca4bcf9eb70a567c617ebc1b2da15057ad3806 (patch)
tree9b07bc16a39ffaaa992a32d419b6a4e53ad6f7e6 /lib/public_key
parent94fa6d2fcf729d3df37a4e8dc4e369bf444ea55a (diff)
parent952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 (diff)
downloadotp-0dca4bcf9eb70a567c617ebc1b2da15057ad3806.tar.gz
otp-0dca4bcf9eb70a567c617ebc1b2da15057ad3806.tar.bz2
otp-0dca4bcf9eb70a567c617ebc1b2da15057ad3806.zip
Merge tag 'OTP_R15B02'
The R15B02 release
Diffstat (limited to 'lib/public_key')
-rw-r--r--lib/public_key/doc/src/notes.xml25
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 3afbdd543c..d895042570 100644
--- a/lib/public_key/doc/src/notes.xml
+++ b/lib/public_key/doc/src/notes.xml
@@ -34,6 +34,31 @@
<file>notes.xml</file>
</header>
+<section><title>Public_Key 0.16</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Add crypto and public_key support for the hash functions
+ SHA224, SHA256, SHA384 and SHA512 and also hmac and
+ rsa_sign/verify support using these hash functions.
+ Thanks to Andreas Schultz for making a prototype.</p>
+ <p>
+ Own Id: OTP-9908</p>
+ </item>
+ <item>
+ <p>
+ Optimize RSA private key handling in <c>crypto</c> and
+ <c>public_key</c>.</p>
+ <p>
+ Own Id: OTP-10065</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Public_Key 0.15</title>
<section><title>Improvements and New Features</title>