diff options
author | Dan Gudmundsson <[email protected]> | 2010-03-16 15:35:58 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-03-16 17:33:40 +0100 |
commit | e2c29e24e0635ed729896f16c1d32fc2437371cf (patch) | |
tree | b1d5e1b3d9930555f6ff567df79306fd8e139c90 /lib/ssl/doc | |
parent | 1cebec8de1e63b0d995933ccd5257216a274c7e2 (diff) | |
download | otp-e2c29e24e0635ed729896f16c1d32fc2437371cf.tar.gz otp-e2c29e24e0635ed729896f16c1d32fc2437371cf.tar.bz2 otp-e2c29e24e0635ed729896f16c1d32fc2437371cf.zip |
OTP-8510 ssl crash
Fixed a crash in the certificate certification part.
Diffstat (limited to 'lib/ssl/doc')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 4265445d23..2dd11bc88e 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -31,6 +31,21 @@ <p>This document describes the changes made to the SSL application. </p> +<section><title>SSL 3.10.9</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed a crash in the certificate certification part.</p> + <p> + Own Id: OTP-8510 Aux Id: seq11525 </p> + </item> + </list> + </section> + +</section> + <section><title>SSL 3.10.8</title> <section><title>Fixed Bugs and Malfunctions</title> |