Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge change 26055 into eclair | Android (Google) Code Review | 2009-09-21 | 1 | -1/+16 |
|\ | | | | | | | | | * changes: Replaced an O(N) algorithm with an O(1) algorithm. This shaves off 2/3 of the server cert checking time or ~200ms on Sapphire. This is in preparation for tripling the number of certs in an upcoming change. | ||||
| * | Replaced an O(N) algorithm with an O(1) algorithm. This shaves off 2/3 of ↵ | Bob Lee | 2009-09-20 | 1 | -1/+16 |
| | | | | | | | | the server cert checking time or ~200ms on Sapphire. This is in preparation for tripling the number of certs in an upcoming change. | ||||
* | | Fix cert code to use the String form for TELETEX-encoded certs; see bug 2102191. | Jesse Wilson | 2009-09-10 | 4 | -1/+105 |
|/ | |||||
* | Update GlobalSign Root CA to one that expires in 2028. | Nagendra Modadugu | 2009-09-03 | 2 | -32/+31 |
| | |||||
* | Add Entrust root and intermediate certs. | Nagendra Modadugu | 2009-09-01 | 5 | -0/+290 |
| | |||||
* | Each time we start an SSL session, we have to find the trust anchor. This ↵ | Bob Lee | 2009-08-26 | 5 | -48/+205 |
| | | | | used to be an O(N) operation. If the trust anchor we're looking for was close to N, finding it could take a couple seconds. This change makes the operation O(1). | ||||
* | Removing MD2 | Urs Grob | 2009-07-29 | 25 | -517/+1250 |
| | |||||
* | Adding: | Nagendra Modadugu | 2009-06-15 | 4 | -0/+365 |
| | | | | | | QuoVadis Root Certification Authority QuoVadis Root CA 2 QuoVadis Root CA 3 | ||||
* | Reactivating tests disabled because of ClassLoader loop | Urs Grob | 2009-05-28 | 2 | -6/+8 |
| | | | | | | | Since ClassLoader.isAncestorOf has been fixed these tests now succeed. So they can be reactivated. BUG=1732214 | ||||
* | AI 148447: Marking some more tests as broken, because they | Jorg Pleumann | 2009-05-07 | 1 | -0/+2 |
| | | | | | | | | don't work properly in the CTS environment for some reason. BUG=1285921 Automated import of CL 148447 | ||||
* | AI 147896: Some more fixes for tests that failed in | Jorg Pleumann | 2009-04-28 | 2 | -16/+7 |
| | | | | | | | | | | | | | | | | the CTS, but worked fine in run-core-tests: - One cert test needs isolation, because it destroys the security provider. - The Thread.sleep() tests were too flaky. - Tests that tried to open a temporary DEX file failed in the CTS because we do not have access to the system DEX cache. We are now simply creating our own. The Java plan in the CTS should now pass fully. Yippie! BUG=1285921 Automated import of CL 147896 | ||||
* | AI 147838: A couple of fixes for making the | Jorg Pleumann | 2009-04-27 | 3 | -3/+32 |
| | | | | | | | | | | | | | core tests work better in the CTS environment. Some tests had to be marked broken either because they either expose different behavior than in run-core-tests or they take too much time (beyond the CTS' timeout). BUG=1285921 Automated import of CL 147838 | ||||
* | AI 147660: Fixes for tests in the security module. | Urs Grob | 2009-04-24 | 16 | -161/+321 |
| | | | | | | | Some tests are still failing in the cts host environment. This CL fixes most of them in the security module BUG=1285921 Automated import of CL 147660 | ||||
* | AI 147464: Some small bugfixes for the core tests. | Jorg Pleumann | 2009-04-23 | 7 | -72/+100 |
| | | | | | | | | | | | | Some need to be marked broken, because they take too long (or even forever) due to implementation problems. Some need to take into account differences between the CTS environment and the Dalvik VM, so they succeed in both cases. BUG=1285921 Automated import of CL 147464 | ||||
* | AI 145288: Removing tabs from tests. | Urs Grob | 2009-04-09 | 1 | -1/+1 |
| | | | | | | BUG=1285921 Automated import of CL 145288 | ||||
* | AI 143458: Bringing the security tests down to zero failures (and | Jorg Pleumann | 2009-03-30 | 59 | -105/+908 |
| | | | | | | | adding lots of missing headers in the process). BUG=1285921 Automated import of CL 143458 | ||||
* | auto import from //branches/cupcake_rel/...@141571 | The Android Open Source Project | 2009-03-19 | 1 | -9/+18 |
| | |||||
* | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 2 | -6/+0 |
| | |||||
* | auto import from //branches/cupcake_rel/...@138607 | The Android Open Source Project | 2009-03-13 | 45 | -794/+440 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1163 | -0/+208182 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1163 | -208171/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -12/+1 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -1/+12 |
| | |||||
* | auto import from //branches/cupcake/...@131421 | The Android Open Source Project | 2009-02-13 | 4 | -3/+13 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 159 | -1431/+676 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 341 | -17743/+28666 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 417 | -3291/+47888 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 956 | -0/+153396 |