You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTORS.html
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@
6
6
<p>
7
7
Donors
8
8
<p>
9
+
The following people donated financially to help with the release of 1.61:
10
+
<br/>
11
+
Bihari Babu
12
+
</p>
13
+
<p>
9
14
The following people donated financially to help with the release of 1.60:
10
15
<br/>
11
16
Jens Neuhalfen and perillamint.
@@ -457,7 +462,7 @@
457
462
<li>Anders Schack-Mulligen <https://github.com/aschackmull> code cleanups for CMSSignedDataParser, BrokenKDF2BytesGenerator.</li>
458
463
<li>Sebastian Wolfgang Roland <sebastianwolfgang.roland@stud.tu-darmstadt.de> Initial XMSS/XMSS-MT implementation.</li>
459
464
<li>didisoft <https://github.com/didisoft> test code for PGP signature removal involving user ids.</li>
460
-
<li>Mike Safonov<https://github.com/MikeSafonov> initial implementation of GOST3410-2012 for light weight provider and JCA, parameters patches for ECGOST keys, initial implementation of GOST3412-2015.</li>
465
+
<li>Mike Safonov<https://github.com/MikeSafonov> initial implementation of GOST3410-2012 for light weight provider and JCA, parameters patches for ECGOST keys, initial implementation of GOST3412-2015, addition of fromExtensions() for CRLDistPoint.</li>
461
466
<li>Artem Storozhuk <storojs72@gmail.com> initial implementation of DSTU7564 (digest) and DSTU7624 (cipher) and their associated modes.</li>
462
467
<li>Andreas Glaser <andreas.glaser@gi-de.com> patch to recognise ANSSI curves for PKCS#10 requests.</li>
463
468
<li>codeborne <https://github.com/cbxp> patch to correct OIDs used in public key digest parameters for ECGOST-2012.</li>
@@ -484,6 +489,9 @@
484
489
<li>MTG <https://github.com/mtgag> patch for decoding issues in PKIPublicationInfo and CertifiedKeyPair.</li>
485
490
<li>Andreas Gadermaier <up.gadermaier@gmail.com> initial version of Argon2 PBKDF algorithm.</li>
486
491
<li>Tony Washer <tony.washer@yahoo.co.uk> review of qTesla, Java 1.9 module code.</li>
492
+
<li>Vincent Bouckaert <https://github.com/veebee> initial version of RFC 4998 ASN.1 classes.</li>
493
+
<li>Tony Washer <https://github.com/tonywasher> ECIESKeyEncapsulation fix for use of OldCofactor mode.</li>
494
+
<li>Aurimas Liutikas <https://github.com/liutikas> JavaDoc patches to ReasonsMask.</li>
<li>An incompatibility issue in ECIES-KEM encryption in cofactor mode has been fixed.</li>
38
+
<li>An issue with XMSS/XMSSMT private key loading which could result in invalid signatures has been fixed.</li>
39
+
<li>StateAwareSignature.isSigningCapable() now returns false when the key has reached it's maximum number of signatures.</li>
40
+
<li>The McEliece KeyPairGenerator was failing to initialize the underlying class if a SecureRandom was explicitly passed.</li>
41
+
<li>The McEliece cipher would sometimes report the wrong value on a call to Cipher.getOutputSize(int). This has been fixed.</li>
42
+
<li>CSHAKEDigest.leftEncode() was using the wrong endianness for multi byte values. This has been fixed.</li>
43
+
<li>Some ciphers, such as CAST6, were missing AlgorithmParameters implementations. This has been fixed.</li>
44
+
<li>An issue with the default "m" parameter for 1024 bit Diffie-Hellman keys which could result in an exception on key pair generation has been fixed.</li>
45
+
<li>The SPHINCS256 implementation is now more tolerant of parameters wrapped with a SecureRandom and will not throw an exception if it receives one.</li>
46
+
<li>A regression in PGPUtil.writeFileToLiteralData() which could cause corrupted literal data has been fixed.</li>
47
+
<li>Several parsing issues related to the processing of CMP PKIPublicationInfo have been fixed.</li>
37
48
</ul>
38
49
<h3>2.1.3 Additional Features and Functionality</h3>
39
50
<ul>
51
+
<li>The qTESLA signature algorithm has been added to PQC light-weight API and the PQC provider.</li>
40
52
<li>The password hashing function, Argon2 has been added to the lightweight API.</li>
41
53
<li>BCJSSE: Added support for endpoint ID validation (HTTPS, LDAP, LDAPS).</li>
42
54
<li>BCJSSE: Added support for 'useCipherSuitesOrder' parameter.</li>
@@ -49,6 +61,12 @@ <h3>2.1.3 Additional Features and Functionality</h3>
49
61
<li>TLS: Updated to RFC 7627 from draft-ietf-tls-session-hash-04.</li>
50
62
<li>TLS: Improved certificate sig. alg. checks.</li>
51
63
<li>TLS: Finalised support for RFC 8442 cipher suites.</li>
64
+
<li>Support has been added to the main Provider for the Ed25519 and Ed448 signature algorithms.</li>
65
+
<li>Support has been added to the main Provider for the X25519 and X448 key agreement algorithms.</li>
66
+
<li>Utility classes have been added for handling OpenSSH keys.</li>
67
+
<li>Support for processing messages built using GPG and Curve25519 has been added to the OpenPGP API.</li>
68
+
<li>The provider now recognises the standard SM3 OID.</li>
69
+
<li>An new API for directly parsing and creating S/MIME documents has been added to the PKIX API.</li>
<tr><td><b>SHAKEDigest</b></td><td>128, 256</td><td>cSHAKE primitive also supported.</td></tr>
331
331
<tr><td><b>SkeinDigest</b></td><td>any byte length</td><td>256 bit, 512 bit and 1024 state sizes. Additional parameterisation using SkeinParameters.</td></tr>
0 commit comments