Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS.html2
-rw-r--r--docs/releasenotes.html8
2 files changed, 8 insertions, 2 deletions
diff --git a/CONTRIBUTORS.html b/CONTRIBUTORS.html
index 79c27366..cd6727db 100644
--- a/CONTRIBUTORS.html
+++ b/CONTRIBUTORS.html
@@ -318,7 +318,7 @@ CertPath support for implicit DSA parameters and a range of NameConstraints. Add
<li>Ted Shaw &lt;xiao.xj&#064gmail.com&gt; patch to MiscPEMGenerator for handling new PKCS10CeriticationRequests.</li>
<li>Eleriseth &lt;Eleriseth&#064WPECGLtYbVi8Rl6Y7Vzl2Lvd2EUVW99v3yNV3IWROG8.fms&gt; speed up for SIC/CTR mode. Provider compatibilty generalisations for EC operations.</li>
<li>Kenny Root &lt;kenny&#064the-b.org&gt; patch for issuerAltName, subjectAltName support in X509CertificateObject</li>
-<li>Marteen Bodewes &lt;maarten.bodewes&#064gmail.com&gt; initial implementation of HKDF.</li>
+<li>Marteen Bodewes &lt;maarten.bodewes&#064gmail.com&gt; initial implementation of HKDF and NIST SP 800-108 MAC based KDF functions.</li>
<li>Philip Clay &lt;pilf_b&#064gyahoo.com&gt; Initial implementation of J-PAKE.</li>
<li>Brian Carlstrom &lt;bdc&#064carlstrom.com&gt; compliance patches for some JCA/JCE keystore and cipher classes, miscellaneous code quality improvements, intial provider PBKDF2WithHmacSHA1 SecretKeyFactory.</li>
<li>Samuel Lid&eacute;n Borell &lt;samuel&#064primekey.se&gt; patch to add DSTU-4145 to DefaultSignatureAlgorithmFinder</li>
diff --git a/docs/releasenotes.html b/docs/releasenotes.html
index 27e8ea2c..a2651c73 100644
--- a/docs/releasenotes.html
+++ b/docs/releasenotes.html
@@ -31,14 +31,20 @@ Release 1.50
<li>OpenPGP NotationData was restricting the name and value lengths to 255 characters and truncating silently. This has been fixed.</li>
<li>CTS mode is now in alignment with the errata for RFC 2040, as detailed in RFC 3962.</li>
<li>Occasionally the provider implementation of DH KeyAgreement would drop a leading zero byte off the start of the shared secret (see RFC 2631 2.1.2). This has been fixed.</li>
+<li>RFC3394WrapEngine was ignoring the offset parameter inOff and using zero instead. This has been fixed.</li>
</ul>
-<h3>2.2.3 Additional Features and Functionality</h3>
+<h3>2.1.3 Additional Features and Functionality</h3>
<ul>
<li>Addtional work has been done on CMS recipient generation to simplify the generation of OAEP encrypted messages and allow for non-default parameters.</li>
<li>OCB implementation updated to account for changes in draft-irtf-cfrg-ocb-03.</li>
<li>RFC 6637 ECDSA support has been added to the OpenPGP API.</li>
<li>Implementations of Threefish and Skein have been added to the provider and the lightweight API.</li>
<li>Implementations of the SM3 digest have been added to the provider and the lightweight API.</li>
+<li>The 3 MAC based KDF generators in NIST SP 800-108 have been added to the lightweight API.</li>
+</ul>
+<h3>2.1.4 Notes</h3>
+<ul>
+<li>org.bouncycastle.crypto.DerivationFunction is now a base interface, the getDigest() method appears on DigestDerivationFunction.</li>
</ul>
<h3>2.2.1 Version</h3>