- 17 Jan, 2013 1 commit
-
-
Kenny Root authored
When converting to ASN.1 format from a named curve, try to make sure we can output those named curves whenever possible instead of all the parameters. Also make sure we output in uncompressed point format for compatibility with other implementations. Change-Id: I3f370be694ac709f02e3043a2c1152ad4838ef41
-
- 16 Jan, 2013 2 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
The Facebook app uses reflection to access a private field of BaseDexClassLoader, and won't start if we rename that field. Bug: 7726934 Change-Id: I0b8febed1226655dbfeb5d1a539734b860558df4
-
- 15 Jan, 2013 1 commit
-
-
Kenny Root authored
-
- 14 Jan, 2013 5 commits
-
-
Kenny Root authored
This reverts commit 1496f006 Change-Id: I5869083fe6cb5f3f3de71233b466d0b1ac702e82
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: 7924970 Change-Id: I392e8110885f662f32caae46d961ca6e9e4301d7
-
Elliott Hughes authored
-
Elliott Hughes authored
-
- 12 Jan, 2013 2 commits
-
-
Elliott Hughes authored
Change-Id: I5ed2c5784fcf545009f2b4d64c7db03933e8dc03
-
Elliott Hughes authored
The reason the array had later items commented out is that the loop was wrong: it would always choose the _last_ valid device, not the _first_ as intended. There were two choices here: 1. fix the loop and have the same list of three devices that OpenSSL uses. 2. remove the loop and just say "you must have /dev/urandom". This patch goes with option 2. Change-Id: Ia99be6ba929c7b6c35bed77c19d47de80719973c
-
- 11 Jan, 2013 1 commit
-
-
Elliott Hughes authored
-
- 10 Jan, 2013 1 commit
-
-
Brian Carlstrom authored
-
- 09 Jan, 2013 1 commit
-
-
Brian Carlstrom authored
Bug: http://code.google.com/p/android/issues/detail?id=42533 Change-Id: Id0e0eb8f007987decb4fee94135be8a92d2f8981
-
- 08 Jan, 2013 7 commits
-
-
Elliott Hughes authored
-
Brian Carlstrom authored
-
Kenny Root authored
* changes: X509CertificateTest: test for empty subjectAltNames Track Bouncycastle fixes for subjectAltNames
-
Kenny Root authored
If the subjectAltNames field is missing, providers should return null Change-Id: If11202d97e0a5a41ca598fb7df3320d6a20474c9
-
Kenny Root authored
Change-Id: Ib67395e8ec461feb8f4b1826d18e98d318a157d2
-
Kenny Root authored
-
Kenny Root authored
In SubjectAlternativeName, the directoryName (4) entry is actually a CHOICE of a single possibility. Harmony was trying to decode it as the single possibility itself and running into parsing issues. Additionally, change T61String (TeletexString) handling to assume UTF8 encoding like the RI does. Change-Id: Ic0b9541dfed21b59940fa50a27cee2e7704d8950
-
- 07 Jan, 2013 11 commits
-
-
Kenny Root authored
-
Kenny Root authored
-
Kenny Root authored
The RI and other providers will ignore invalid IP lengths instead of throwing a parsing exception. Bring Harmony in line with those other providers. Change-Id: I65715a58614543ab296493829338239cf402ae5d
-
Kenny Root authored
If an RSA field is left NULL, it will not be represented in the ASN.1 output of the RSAPrivateKey. This leads to problems trying to recreate the key since it does not emit the NULL fields and the fields are not numbered. Bug: 7920357 Change-Id: I144302925f9b080a2152a6d12f77981b3aad9495
-
Kenny Root authored
-
Kenny Root authored
The docs say that if an InputStream does not have any certificates, it will return an empty collection. Change-Id: I470c05c097de6c3fa80571294b31cf7ffd10f003
-
Brian Carlstrom authored
This reverts a regression introduced in commit 1331404b that was caught by tests.api.javax.net.ssl.HostnameVerifierTest.testVerify Bug: 7894348 Bug: http://code.google.com/p/android/issues/detail?id=41662 Change-Id: Iec8000b716e3d99ca7af4aa2c3fd7b43e22c68cd
-
Elliott Hughes authored
-
Kenny Root authored
-
Kenny Root authored
Serializing and deserializing should work for X509Certificate Change-Id: Id32df1a50e25e48194702744dce6b9be4fd6929d
-
Vladimir Marko authored
This is a minor cleanup after https://android-review.googlesource.com/47964 Change-Id: Id8de6c09f3397b044082c275095ff7a7a43185f9
-
- 04 Jan, 2013 2 commits
-
-
Brian Carlstrom authored
-
Brian Carlstrom authored
Bug: 7894348 Bug: http://code.google.com/p/android/issues/detail?id=41662 Change-Id: I3814d653b628f6af12ce1ba59b39b1c7cc45e124
-
- 03 Jan, 2013 3 commits
-
-
jwilson authored
See https://github.com/JakeWharton/DiskLruCache/issues/28 Change-Id: I4815aed3b40f0d2599ff12a42853a4947feffbca
-
Elliott Hughes authored
-
Elliott Hughes authored
There were a few other instances of the same error reported in the bug, plus bits that didn't make much sense, so I gave the whole file a quick scrub. Bug: http://code.google.com/p/android/issues/detail?id=42100 Change-Id: I40669a614c92a80038253a4adf89f8c7f7f8e95c
-
- 02 Jan, 2013 3 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: http://code.google.com/p/android/issues/detail?id=42059 Change-Id: I08112426fcd8a2389e4068d2c6f9c3a583ec95d5
-
Kenny Root authored
-