diff options
Diffstat (limited to 'lib/ssl/doc/src')
| -rw-r--r-- | lib/ssl/doc/src/notes.xml | 30 | 
1 files changed, 30 insertions, 0 deletions
| diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 7c55dd4c96..00419b63db 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -28,6 +28,36 @@    <p>This document describes the changes made to the SSL application.</p> +<section><title>SSL 7.3.1</title> + +    <section><title>Fixed Bugs and Malfunctions</title> +      <list> +        <item> +          <p> +	    Corrections to cipher suite handling using the 3 and 4 +	    tuple format in addition to commit +	    89d7e21cf4ae988c57c8ef047bfe85127875c70c</p> +          <p> +	    Own Id: OTP-13511</p> +        </item> +      </list> +    </section> + + +    <section><title>Improvements and New Features</title> +      <list> +        <item> +          <p> +	    Make values for the TLS-1.2 signature_algorithms +	    extension configurable</p> +          <p> +	    Own Id: OTP-13261</p> +        </item> +      </list> +    </section> + +</section> +  <section><title>SSL 7.3</title>      <section><title>Fixed Bugs and Malfunctions</title> | 
