diff options
| author | Erlang/OTP <[email protected]> | 2018-05-02 15:53:43 +0200 | 
|---|---|---|
| committer | Erlang/OTP <[email protected]> | 2018-05-02 15:53:43 +0200 | 
| commit | d45a09c774b6173f4db804e25b21a67e58b66d6b (patch) | |
| tree | e14f8cd0f057b4a3f08c47ef863e5f6e61aaedae /lib/ssl/doc/src | |
| parent | 23f55b391c0dcab7af62fd31542706ccbf45af99 (diff) | |
| download | otp-d45a09c774b6173f4db804e25b21a67e58b66d6b.tar.gz otp-d45a09c774b6173f4db804e25b21a67e58b66d6b.tar.bz2 otp-d45a09c774b6173f4db804e25b21a67e58b66d6b.zip | |
Update release notes
Diffstat (limited to 'lib/ssl/doc/src')
| -rw-r--r-- | lib/ssl/doc/src/notes.xml | 16 | 
1 files changed, 16 insertions, 0 deletions
| diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 4ad7da9486..34fe352d08 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,22 @@    </header>    <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 8.2.6</title> + +    <section><title>Fixed Bugs and Malfunctions</title> +      <list> +        <item> +          <p> +	    Proper handling of clients that choose to send an empty +	    answer to a certificate request</p> +          <p> +	    Own Id: OTP-15050</p> +        </item> +      </list> +    </section> + +</section> +  <section><title>SSL 8.2.5</title>      <section><title>Fixed Bugs and Malfunctions</title> | 
