summaryrefslogtreecommitdiffstats
path: root/patches/README
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-01-07 10:41:42 -0800
committerKenny Root <kroot@google.com>2013-01-07 16:15:13 -0800
commit44021512997b337e6079e46fd4230ce979c20b6f (patch)
treeec68b167840c6ed63bdc71665b869be6bb61b20e /patches/README
parentb61009d97029003bd9f2eed34bfba92b1c3555b0 (diff)
downloadandroid_external_bouncycastle-44021512997b337e6079e46fd4230ce979c20b6f.tar.gz
android_external_bouncycastle-44021512997b337e6079e46fd4230ce979c20b6f.tar.bz2
android_external_bouncycastle-44021512997b337e6079e46fd4230ce979c20b6f.zip
Add getSubjectAlternativeNames() to certificate JCE
Change-Id: I4a486878447111fa53d0d78ae9c2bf9365e154ed
Diffstat (limited to 'patches/README')
-rw-r--r--patches/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/patches/README b/patches/README
index 1389c8d..0caaea9 100644
--- a/patches/README
+++ b/patches/README
@@ -29,6 +29,9 @@ Other performance (both speed and memory) and correctness changes:
- Make BouncyCastleProvider.PROVIDER_NAME final
- Added wrapper for SecretKeyFactory.PBKDF2WithHmacSHA1
- Fixed BaseKeyFactorySpi to convert all Exceptions to InvalidKeySpecException for KeyRepTest
+- Added support for getSubjectAlternativeNames and getIssuerAlternativeNames to the JCE interface
+- Changed subjectAlternativeNames to match X509Certificate documentation's specified output
+- T61String are decoded as UTF-8 to match RI
Other security changes:
- Blacklist fraudulent Comodo certificates in PKIXCertPathValidatorSpi