Skip to content

Commit 0f06e15

Browse files
committed
fixed build issue for Java 5.
Moved to 1.84-SNAPSHOT
1 parent 7b9461c commit 0f06e15

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

core/src/test/java/org/bouncycastle/pqc/crypto/test/HQCTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void testVectors()
4545
"PQCkemKAT_7333.rsp",
4646
};
4747

48-
HQCParameters[] listParams = new HQCParameters[]{
48+
final HQCParameters[] listParams = new HQCParameters[]{
4949
HQCParameters.hqc128,
5050
HQCParameters.hqc192,
5151
HQCParameters.hqc256

docs/releasenotes.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ <h3>2.1.2 Defects Fixed</h3>
2525
<ul>
2626
<li>Random numbers being generated for DSTU4145 signature calculations were 1 bit shorter than they could be. The code has been corrected to allow the generated numbers to occupy the full numeric range available.</li>
2727
</ul>
28+
<h3>2.1.3 Additional Features and Functionality</h3>
29+
<ul>
30+
</ul>
31+
<h3>2.1.4 Additional Notes</h3>
32+
<ul>
33+
<li>DSA was recently deprecated by NIST and several users have requested that we move to an RSA signing certificate for provider signing instead of our current DSA one. We are grateful to report that Oracle have been very supportive of this and issued us a second RSA certificate based on a new RSA key for signing providers. Providers signed with the previous DSA key will continue to work as before.<li>
34+
</ul>
2835

2936
<a id="r1rv83"><h3>2.2.1 Version</h3></a>
3037
Release: 1.83<br/>

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.jvmargs=-Xmx2g
2-
version=1.83
3-
maxVersion=1.84
2+
version=1.84-SNAPSHOT
3+
maxVersion=1.85
44
org.gradle.java.installations.auto-detect=false
55
org.gradle.java.installations.auto-download=false
66
org.gradle.java.installations.fromEnv=BC_JDK8,BC_JDK11,BC_JDK17,BC_JDK21,BC_JDK25

0 commit comments

Comments
 (0)