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>2013-12-04 00:37:37 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2013-12-04 00:37:37 +0400
commitcf61320a112e5ee7b26f6f0e677d2b9abf1c7e90 (patch)
tree6daddc9c6f293d84aa2463302a686c1939323e70 /docs
parentf6f530b18826c26347c4cbd8c459b880f3d39aa4 (diff)
update
Diffstat (limited to 'docs')
-rw-r--r--docs/releasenotes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/releasenotes.html b/docs/releasenotes.html
index d4eb654d..3af1eb46 100644
--- a/docs/releasenotes.html
+++ b/docs/releasenotes.html
@@ -51,6 +51,7 @@ Release 1.50
<li>Implementations of XSalsa20 and ChaCha have been added. Support for reduced round Salas20 has been added.</li>
<li>Support has been added for RFC 6979 Determinstic DSA/ECDSA to the provider and the lightweight API.</li>
<li>Support for RC2 and RC4 in the CMS API has been generalised to work for other JCE providers.</li>
+<li>Support for the Poly1305 MAC has been added to the lightweight API and the JCE Provider.</li>
<li>OpenSSL JcaPEMKeyConverter now supports OIDs for RSA and DSA as well as ECDSA.</li>
<li>A simplified certificate path API has been added to the PKIX package. It is not fully NIST compliant yet, however it does provide a range of basic validations without having to use the JCA.</li>
<li>Package version inforamation is now included in the jar MANIFEST.MF.</li>