diff options
author | Micael Karlberg <[email protected]> | 2011-03-17 12:25:59 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-03-17 12:25:59 +0100 |
commit | 30779c7f9e9c2e961548df333df842c7aa39b297 (patch) | |
tree | ba6b00d65f5d69d1a81cc7bbbf2e8e66a35e8b6a /lib/public_key/doc/src/notes.xml | |
parent | 61c6577254568abd92c2d8d00c948cf230e602ca (diff) | |
parent | f861b4fdb3fd39e35f2951c53a73b30a98c7f973 (diff) | |
download | otp-30779c7f9e9c2e961548df333df842c7aa39b297.tar.gz otp-30779c7f9e9c2e961548df333df842c7aa39b297.tar.bz2 otp-30779c7f9e9c2e961548df333df842c7aa39b297.zip |
Merge branch 'dev' into bmk/inets/httpd/mod_sec_prop_docs_data_file/OTP-9131
Diffstat (limited to 'lib/public_key/doc/src/notes.xml')
-rw-r--r-- | lib/public_key/doc/src/notes.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index befbd3e586..14b43041ce 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -34,6 +34,25 @@ <file>notes.xml</file> </header> +<section><title>Public_Key 0.11</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Allows the public_key module to decode and encode RSA and + DSA keys encoded using the SubjectPublicKeyInfo format. + When pem_entry_encode is called on an RSA or DSA public + key type, the key is wrapped in the SubjectPublicKeyInfo + format.</p> + <p> + Own Id: OTP-9061</p> + </item> + </list> + </section> + +</section> + <section><title>Public_Key 0.10</title> <section><title>Improvements and New Features</title> |