Skip to content

Commit 8b9cb67

Browse files
committed
release to github#1480
1 parent acbbb9d commit 8b9cb67

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CONTRIBUTORS.html

+1
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@
536536
<li>James Howe &lt;https://github.com/OrangeDog&gt; - improvement to cross-provider compatibility in JcaPKCS10CertificationRequest.</li>
537537
<li>Steffen Heil &lt;https://github.com/steffen-heil&gt; - correction to error handling in Arrays.getLength().</li>
538538
<li>Thomas D. &lt;https://github.com/thomdev&gt; - expansion of HPKE APIs, addition of user controlled ephemeral key to HPKE API.</li>
539+
<li>Franz Fangmeyer &lt;https://github.com/ff-wl&gt; exception handling for improper use of '=' in an X.500 RDN.</li>
539540
</ul>
540541
</body>
541542
</html>

docs/releasenotes.html

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ <h2>2.0 Release History</h2>
2323
Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TBD
2424
<h3>2.1.2 Defects Fixed</h3>
2525
<ul>
26+
<li>Using an unescaped '=' in an X.500 RDN would result in the RDN being truncated silently. The issue is now detected and an exception is thrown.</li>
2627
</ul>
2728
<h3>2.1.3 Additional Features and Functionality</h3>
2829
<ul>

0 commit comments

Comments
 (0)