Skip to content

Commit

Permalink
Add various TLS-related notes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdettman committed Aug 16, 2017
1 parent dab6c05 commit 5a23db8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/releasenotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ <h3>2.1.2 Defects Fixed</h3>
<li>Some class resolving used by the provider would fail if the BC jar was loaded on the boot class path. This has been fixed.</li>
<li>An off-by-one range check in SM2Signer has been fixed.</li>
<li>Retrieving an SM2 key from a certificate could result in a NullPointerException due to a problem with the curve lookup. This has been fixed.</li>
<li>DTLS now supports records containing multiple handshake messages.</li>
</ul>
<h3>2.2.3 Additional Features and Functionality</h3>
<ul>
Expand All @@ -51,6 +52,16 @@ <h3>2.2.3 Additional Features and Functionality</h3>
<li>Some EC aliases in the provider had no corresponding implementations. These have been cleaned up.</li>
<li>TimeStampResponses now support definite-length encoding to allow the preservation of order in certificates sets for legacy responses.</li>
<li>The TSP API now supports SM2withSM3.</li>
<li>The BCJSSE provider now has a FIPS mode.</li>
<li>The BCJSSE provider now supports layered sockets.</li>
<li>The new TLS API now has protocol/API support for the status_request extension (OCSP stapling).</li>
<li>The new TLS API now supports RFC 7633 - X.509v3 TLS Feature Extension (e.g. "must staple"), enabled in default clients.</li>
<li>TLS exceptions have been made more directly informative.</li>
</ul>
<h3>2.2.4 Removed Features and Functionality</h3>
<ul>
<li>Per RFC 7465, removed support for RC4 in the new TLS API.</li>
<li>Per RFC 7568, removed support for SSLv3 in the new TLS API.</li>
</ul>

<h3>2.2.1 Version</h3>
Expand Down

0 comments on commit 5a23db8

Please sign in to comment.