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:
authorDavid Hook <dgh@cryptoworkshop.com>2014-07-22 09:14:38 +0400
committerDavid Hook <dgh@cryptoworkshop.com>2014-07-22 09:14:38 +0400
commitb92dc8acd8da89f81b5948e667b8c82869e8cbf8 (patch)
tree4f0b7f27383abaaad76f0ff9e5e3a569f56da6c0
parent48383acfa3b2e1db373ea5bbf9dc72a3bd5baef1 (diff)
update
-rw-r--r--docs/releasenotes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/releasenotes.html b/docs/releasenotes.html
index 15a18cc7..aebaf99a 100644
--- a/docs/releasenotes.html
+++ b/docs/releasenotes.html
@@ -32,6 +32,7 @@ Release 1.51
<li>The JCE provider will now produce simple RSAPrivateKey objects where CRT coefficients are not provided.</li>
<li>PGP key signature certifications did not support DIRECT KEY signatures. This has been fixed.</li>
<li>User Attribute subpackets in PGP with long length encodings could result in certification verification failing. This has been fixed.</li>
+<li>Calls to CommandMap.setDefaultCommandMap() in the SMIME API are now wrapped in doPrivileged() blocks to allow them to work with a security manager.</li>
</ul>
<h3>2.1.3 Additional Features and Functionality</h3>
<ul>