summaryrefslogtreecommitdiffstats
path: root/patches/README
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2010-09-02 10:30:27 -0700
committerJesse Wilson <jessewilson@google.com>2010-09-02 11:23:15 -0700
commit1db2c7981937d5dbd739d1b6dd0199b6f0dd1ed6 (patch)
tree63b76418fe54b8fdaa5bfac62e566924a0bc7091 /patches/README
parent0d31ca0f54efe12f12049174bfa9403961654a92 (diff)
downloadandroid_external_bouncycastle-1db2c7981937d5dbd739d1b6dd0199b6f0dd1ed6.tar.gz
android_external_bouncycastle-1db2c7981937d5dbd739d1b6dd0199b6f0dd1ed6.tar.bz2
android_external_bouncycastle-1db2c7981937d5dbd739d1b6dd0199b6f0dd1ed6.zip
Fix a copy and paste error in EncryptedPrivateKeyInfo.
See bug 2100030. Change-Id: I617d289a11b88d4e7251ef98d9ec28ae07243c38
Diffstat (limited to 'patches/README')
-rw-r--r--patches/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/README b/patches/README
index 48cda19..416773d 100644
--- a/patches/README
+++ b/patches/README
@@ -31,3 +31,4 @@ Other performance (both speed and memory) changes:
- PKCS12 KeyStore.getCreationDate tries to mimic RI behavior on null and missing aliases
- Make PKCS12 KeyStore throw error when setting non-PrivateKey, instead of on get
- Make PKCS12 KeyStore tolerate setting with an empty certificate chain
+- Fixed cut & paste instanceof error in EncryptedPrivateKeyInfo