- 19 Apr, 2013 1 commit
-
-
Kenny Root authored
Bug: 8657552 Change-Id: I2659f1b67bb0fc298a187938d560fd57d3ceb214
-
- 17 Apr, 2013 5 commits
-
-
Brian Carlstrom authored
-
William Luh authored
Merge "Only enforce the encrypted bit in the GPBF, and ignore other unsupported bits." into jb-mr2-dev
-
William Luh authored
Bug: 8617715 Change-Id: I2f906ae6107d2bdf990a7991f56d4a0873bca634
-
Elliott Hughes authored
-
Kenny Root authored
-
- 16 Apr, 2013 8 commits
-
-
Kenny Root authored
Any InputStream where the first character was an EOF (-1) would cause OpenSSLBIOInputStream to hang forever. This caused bad X.509 certificates to hang forever in the call to CertificateFactory#generateCertificate(InputStream) Bug: 8632056 Change-Id: Ia88f33aa356c3a6a23be872c7eef844873d73d5c
-
Elliott Hughes authored
icu4c doesn't translate the deprecated language codes Java uses back into the current language codes, so we need to do that ourselves. Bug: 8619221 (cherry picked from commit d4f2bbad) Change-Id: Idd1d775e033c2330c92f50fc1362f1084652ef99
-
Brian Carlstrom authored
(cherry-picked from 2cdf5407) Bug: 8313312 Bug: https://code.google.com/p/android/issues/detail?id=52295 Change-Id: Ie9f58c1bdc676471eaaf3073a78b0b00c5d9a833
-
Kenny Root authored
The KeyPairGenerator was renamed in frameworks/base, but it is tested during CTS so the StandardNames in libcore needs to be updated to know about this change as well so tests that use StandardNames don't have erroneous returns. Bug: 8626181 Change-Id: I079eb650d2dbe7baa204ff8d110a5389132e32a4
-
Elliott Hughes authored
* commit '0ca50a3d': Fix a z/Z mixup in the SimpleDateFormat documentation.
-
Elliott Hughes authored
Change-Id: Ie3e622667fb2300cfb8b1927767dc6402970bf9e
-
Elliott Hughes authored
* commit 'eec1345b': Fix a z/Z mixup in the SimpleDateFormat documentation.
-
Elliott Hughes authored
(cherry picked from commit be17058c) Bug: 8605629 Change-Id: I936b3fb858cba39903b5b7d7dfa26fe35699d356
-
- 15 Apr, 2013 1 commit
-
-
Kenny Root authored
X.509 does not have a notion of milliseconds so it was not being set through the Calendar instances we used in OpenSSLX509Certificate, et al. Instead it was getting whatever the current millisecond offset was from the GregorianCalendar default constructor. That made two parsed certificates unlikely to be equal when comparing since the milliseconds were also checked. Bug: 8616647 Change-Id: I756088d946191417bb3afcba082bed5371ed731a
-
- 12 Apr, 2013 1 commit
-
-
Kenny Root authored
The new AndroidKeyStore uses a KeyPairGenerator which uses a special algorithm parameters. The libcore test doesn't know about those at compile time. It is tested elsewhere in the CTS tests. Bug: 8704815 Change-Id: I3f5470320b779460d68a4f0eab449956ae07c3a0
-
- 11 Apr, 2013 12 commits
-
-
Elliott Hughes authored
* commit '4ec69e8d': Fix Formatter documentation.
-
Elliott Hughes authored
am 486b3de5: am 6cb5da25: am ce7dd45a: Fix the BigDecimal documentation to not be a copy & paste of the BigInteger documentation. * commit '486b3de5': Fix the BigDecimal documentation to not be a copy & paste of the BigInteger documentation.
-
Elliott Hughes authored
* commit '2b98d8bf': Fix the SimpleDateFormat L/M E/c documentation.
-
Elliott Hughes authored
* commit 'a20919ef': Fix Formatter documentation.
-
Elliott Hughes authored
am 6cb5da25: am ce7dd45a: Fix the BigDecimal documentation to not be a copy & paste of the BigInteger documentation. * commit '6cb5da25': Fix the BigDecimal documentation to not be a copy & paste of the BigInteger documentation.
-
Elliott Hughes authored
Change-Id: Ia83e62f734f8a587abce8850300f1a735a7020a7
-
Elliott Hughes authored
* commit 'ec786a87': Fix Formatter documentation.
-
Elliott Hughes authored
am ce7dd45a: Fix the BigDecimal documentation to not be a copy & paste of the BigInteger documentation. * commit 'ce7dd45a': Fix the BigDecimal documentation to not be a copy & paste of the BigInteger documentation.
-
Elliott Hughes authored
* commit 'a7e616b1': Fix the SimpleDateFormat L/M E/c documentation.
-
Elliott Hughes authored
The code samples for the various "hour of day" format specifiers were wrong. (cherry-pick of 68e6dc9c.) Bug: https://code.google.com/p/android/issues/detail?id=53983 Change-Id: I8db792dbf8a44ca951692620d15d243a7b033273
-
Elliott Hughes authored
Also do some other documentation clean-up. In particular, it's confusing to use ^ to mean exponentiation when the language uses it to mean exclusive-or. (cherry-pick of 995e3c8d.) Bug: https://code.google.com/p/android/issues/detail?id=54103 Change-Id: I704bb4d29ea27664adcba6579eabbccd3782b6b1
-
Elliott Hughes authored
(cherry-pick of 498df39c.) Change-Id: I04c1957955fc8cf9af9374264a0266ad61334795
-
- 08 Apr, 2013 3 commits
-
-
Elliott Hughes authored
This way, if there's some I/O problem that means we can't set up an HTTP cache, the app can stumble on cacheless rather than fail to start. Bug: 8270511 Change-Id: I48331151e4f649a6c8120daf03424708cb409fbe
-
Brian Carlstrom authored
Also to prevent similar problems in the future, remember SSLSession we are trying to use in case it disappears from SSLSessionContext. Added test of SSLSocket SSLSession reuse. Bug: https://code.google.com/p/android/issues/detail?id=52738 Bug: 8313208 (cherry picked from commit b88ab0ef) Change-Id: I229e018c3acb427a7b580eaf880f86d9b263bac7
-
Chris Palmer authored
BUG=https://code.google.com/p/chromium/issues/detail?id=167607 and https://b.corp.google.com/issue?id=7920492 (cherry picked from commit 0da1515c) Change-Id: I4309d4a90a9d41390f41c748fa1442ed736e225f
-
- 05 Apr, 2013 2 commits
-
-
Alex Klyubin authored
There's no need for the OpenSSL-backed KeyFactory.translateKey to create copies of Key instances which are already backed by OpenSSL. (cherry picked from commit 3fb32505) Change-Id: I49322aa2d29e44a06e6bd35aed3aebc0ea70a3f9
-
Kenny Root authored
Also add a generic fallback for certificate verification when the specific type of error is unknown. (cherry picked from commit f04fc33c) Bug: 8550441 Change-Id: Ica617074718ccac224c9ce3cc8b89502e2abb90d
-
- 04 Apr, 2013 2 commits
-
-
Elliott Hughes authored
(cherry-pick of a85d3a86.) Bug: 8541850 Change-Id: I766f106b9165932de17de84bdd422d0fc0ae27f1
-
William Luh authored
Bug: 8476102 (cherry picked from commit d0bd4c19) Change-Id: I03f19095ac4e6f8abcb61ba6c120227c2df1f2d1
-
- 02 Apr, 2013 5 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I9e822e8f9ecbad83b8915b087d645334fe26b0a6
-
Elliott Hughes authored
Bug: 8351278 Change-Id: I2bc3371ed1271b79bfec769a89b755b2cf74cc9f
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: 8283323 Change-Id: I8aaa91df899de157cbbfc1f8b1f38fdfd1f4c46c
-