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
path: root/docs
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2014-06-21 08:25:21 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2014-06-21 08:25:21 +0400
commitc8088daeb02f03c6a01dea9c3181c0c0b3a7a795 (patch)
treecab856b1340d17790b3e888ebf867ea1e033c751 /docs
parentd761d55c1c753b1f945ac34fb684f633fa2767e3 (diff)
update
Diffstat (limited to 'docs')
-rw-r--r--docs/releasenotes.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releasenotes.html b/docs/releasenotes.html
index ee733492..04899a60 100644
--- a/docs/releasenotes.html
+++ b/docs/releasenotes.html
@@ -28,7 +28,8 @@ Release 1.51
<ul>
<li>The AEAD GCM AlgorithmParameters object was unable to return a GCMParameterSpec object. This has been fixed.</li>
<li>Cipher.getIV() was returning null for AEAD mode ciphers. This has been fixed.</li>
-<li>CipherInputStream would fail for some AEAD mode ciphers if the message was over 4k in length. This has been fixed.
+<li>CipherInputStream would fail for some AEAD mode ciphers if the message was over 4k in length. This has been fixed.</li>
+<li>The JCE provider will now produce simple RSAPrivateKey objects where CRT coefficients are not provided.</li>
</ul>
<h3>2.1.3 Additional Features and Functionality</h3>
<ul>