- 18 Jan, 2013 3 commits
-
-
Brian Carlstrom authored
Change-Id: I2122f8c7d69f4d8837d5a677599d33cb32b24f2a
-
Kenny Root authored
-
Kenny Root authored
Bug: 8030138 Change-Id: Ib29438238a21e20c4f039660d76ded2b96bed492
-
- 17 Jan, 2013 12 commits
-
-
Brian Carlstrom authored
Merge "Make test_SSLSocket_getSupportedCipherSuites_connect continue to next supported cipher suite on exception"
-
Kenny Root authored
-
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
-
Brian Carlstrom authored
Make test_SSLSocket_getSupportedCipherSuites_connect continue to next supported cipher suite on exception Change-Id: I251c96bd033fa14a01880df20eba7f7626bfccb3
-
Elliott Hughes authored
-
Elliott Hughes authored
The bug was already fixed as part of the icu4c 4.9 upgrade, so there's no corresponding fix. Bug: http://code.google.com/p/android/issues/detail?id=42769 Change-Id: I2ceed6e9c1bc230683e6c8b9f38aaadee371eeef
-
Brian Carlstrom authored
-
Brian Carlstrom authored
Change-Id: I10962481d365ac0a9bb77f9fb5302faf2bc8ddec
-
Brian Carlstrom authored
-
Brian Carlstrom authored
Change-Id: Ifdd8020e7afdd4f74129d0d6cac45a1ea33b08b4
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I6a9f7d8203c91f854fef64c9acd0e0b04459724b
-
- 16 Jan, 2013 7 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Another day, another private field accessed. Bug: 7726934 Change-Id: I1cf2e9b9c9c7c53afd43642fcbf8f1a1d203bf6c
-
Brian Carlstrom authored
* changes: Fix getIssuerAlternativeNames() test Make sure alternativeNames are unmodifiable
-
Kenny Root authored
The test of "getIssuerAlternativeNames()" actually called "getSubjectAlternativeNames()" instead. Change-Id: I9b47bb4f83349157086cb4b70fe930897f38859a
-
Kenny Root authored
Add tests to make sure the Collection<List<?>> instance returned from getSubjectAlternativeNames and getIssuerAlternativeNames is unmodifiable. Also test the byte arrays returned are clones of anything kept long-term. Change-Id: Ia7564665643e63cb04a264b011eeebaeeed3811f
-
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
-