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-05-04 12:18:20 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2014-05-04 12:18:20 +0400
commitea5273f2d53c8d95f9c71e0ba3598e93aa0a2a20 (patch)
treeb5ec4f6428e7b4cd8cc5dedd6a324c33fa182b5c /docs
parentb510c177ed036de78315b8165a505897db77b16e (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 d310f2b9..2a2892f6 100644
--- a/docs/releasenotes.html
+++ b/docs/releasenotes.html
@@ -35,6 +35,7 @@ Release 1.51
<li>The range of key algorithm names that will be interpreted by KeyAgreement.generateSecret() has been expanded for ECDH derived algorithms in the provider. A KeyAgreement of ECDHwithSHA1KDF can now be explicitly created.</li>
<li>ECIES now supports the use of IVs with the underlying block cipher and CBC mode in both the lightweight and the JCE APIs.</li>
<li>Support has been add for RFC5649 key wrapping using AES.</li>
+<li>The PGP API now allows access and handling of User IDs as raw byte arrays, to deal with keyrings not using UTF-8.</li>
</ul>
<h3>2.1.4 Notes</h3>
<ul>