1 files changed, 14 insertions, 1 deletions
diff --git a/crypto/Readme.html b/crypto/Readme.html
index 40edf0c53..fc00814ad 100644
--- a/crypto/Readme.html
+++ b/crypto/Readme.html
@@ -31,6 +31,8 @@
<a href="#mozTocId3413">Notes:</a>
<ol>
<li>
+ <a href="#mozTocId85320">Release 1.8.6</a>
+ <li>
<a href="#mozTocId85319">Release 1.8.5</a>
<li>
<a href="#mozTocId85318">Release 1.8.4</a>
@@ -298,11 +300,22 @@ We state, where EC MQV has not otherwise been disabled or removed:
<hr style="WIDTH: 100%; HEIGHT: 2px">
<h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3>
+ <h4><a class="mozTocH4" name="mozTocId85320"></a>Release 1.8.6, TBD</h4>
+
+ <h5>Defects Fixed</h5>
+ <ul>
+ <li>EdDSA verifiers now reject overly long signatures.</li>
+ </ul>
+ <h5>Additional Features and Functionality</h5>
+ <ul>
+ <li>TLS: BasicTlsPskIdentity now reusable (returns cloned array from GetPsk).</li>
+ </ul>
+
<h4><a class="mozTocH4" name="mozTocId85319"></a>Release 1.8.5, Thursday January 31, 2019</h4>
<h5>Additional Features and Functionality</h5>
<ul>
- <li>Supported added for encoding and decoding of GOST3410-2012 keys</li>
+ <li>Support added for encoding and decoding of GOST3410-2012 keys</li>
<li>Basic support added for CMP (RFC 4210) and CRMF (RFC 4211), including the PKI archive control.</li>
</ul>
|