summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* Test to verify BC Signature algorithms by OIDBrian Carlstrom2012-11-011-4/+0
* Fix ConcurrentCloseTest flakiness.Elliott Hughes2012-10-161-25/+35
* Change OpenSSLCipherRSA.{engineGetBlockSize,engineGetOutputSize} to return re...Brian Carlstrom2012-10-101-0/+40
* Tracking upgrade to bouncycastle 1.47Brian Carlstrom2012-09-121-8/+0
* am a1359997: am 9f519e17: Merge "Add OpenSSLProvider support for Cipher.RSA/N...Brian Carlstrom2012-09-121-0/+1
|\
| * Add OpenSSLProvider support for Cipher.RSA/None/PKCS1PaddingBrian Carlstrom2012-09-121-0/+1
* | Add Android KeyStore provider to StandardNamesKenny Root2012-08-291-0/+6
|/
* Add new Android-only algos to StandardNamesKenny Root2012-08-151-0/+4
* Remove SSLContext TLSv1.1 and TLSv1.2 from expected list for RIBrian Carlstrom2012-08-011-0/+6
* Fix URLConnectionTest#test_getAllowUserInteraction.Elliott Hughes2012-07-242-13/+17
* Start removing Support_PortManager.Elliott Hughes2012-07-181-38/+8
* Split OpenSSLRSAPrivateCrtKey from OpenSSLRSAPrivateKeyBrian Carlstrom2012-03-221-42/+9
* Tracking openssl-1.0.1Brian Carlstrom2012-03-212-6/+19
* Kill SerializationTester; obsoleted by SerializableTester.Jesse Wilson2011-12-131-246/+0
* Always trigger finalization the same way in our tests.Jesse Wilson2011-11-171-4/+3
* Set ANDROID_DATA for DalvikExecTestBrian Carlstrom2011-10-141-3/+3
* Fix a couple of isReachable bugs.Elliott Hughes2011-09-301-6/+6
* Fix ClassLoaderBuilder to work in an APK file.Jesse Wilson2011-08-121-1/+20
* am 8624c425: Merge "Use the same host name in the SSL cert as in mockwebserver."Jesse Wilson2011-06-082-6/+9
|\
| * Use the same host name in the SSL cert as in mockwebserver.Jesse Wilson2011-06-082-6/+9
* | am fd92a508: Merge "Use external/mockwebserver in libcore"Jesse Wilson2011-06-071-0/+3
|\ \ | |/
| * Use external/mockwebserver in libcoreJesse Wilson2011-06-071-0/+3
* | am 003f7a4d: Make test initialization lazyBrian Carlstrom2011-06-061-1/+1
|\ \ | |/
| * Make test initialization lazyBrian Carlstrom2011-06-041-1/+1
* | Remove more dead "security theater" cruft.Elliott Hughes2011-06-043-109/+4
|/
* Make ErrnoException a checked exception.Elliott Hughes2011-05-271-1/+1
* am e2fdfbde: Merge "OpenSSLSocketImpl should tolerate X509KeyManager returnin...Brian Carlstrom2011-05-241-80/+123
|\
| * OpenSSLSocketImpl should tolerate X509KeyManager returning null valuesBrian Carlstrom2011-05-241-80/+123
* | Make the HttpResponseCache robust to file I/O errors.Jesse Wilson2011-05-181-36/+50
* | Cache HTTP responses with a Vary header.Jesse Wilson2011-05-171-2/+2
* | am 3041d84e: Merge "Make CertInstaller installed CA certs trusted by applicat...Brian Carlstrom2011-05-171-238/+288
|\ \ | |/
| * Make CertInstaller installed CA certs trusted by applications via default Tru...Brian Carlstrom2011-05-161-238/+288
* | Test DiskLruCache with fault injection.Jesse Wilson2011-05-161-0/+106
* | Provide hit and miss stats on the HTTP response cache.Jesse Wilson2011-05-121-462/+0
* | Support Eviction in DiskLruCache.Jesse Wilson2011-05-111-4/+6
* | Merge "Address code review comments to Adopt DiskLruCache change." into dalvi...Jesse Wilson2011-05-111-14/+22
|\ \
| * | Address code review comments to Adopt DiskLruCache change.Jesse Wilson2011-05-111-14/+22
* | | Merge "Clean up the select(2) implementation." into dalvik-devElliott Hughes2011-05-111-0/+18
|\ \ \ | |/ / |/| |
| * | Clean up the select(2) implementation.Elliott Hughes2011-05-111-0/+18
* | | Adopt DiskLruCache in HttpResponseCache.Jesse Wilson2011-05-101-144/+296
|/ /
* | Don't lose the import for InetAddress.Jesse Wilson2011-05-051-0/+1
* | Fix proxy+HTTPS to handle authentication requests from the proxy.Jesse Wilson2011-05-052-4/+23
* | Merge "A handful of networking test fixes." into dalvik-devElliott Hughes2011-05-051-50/+1
|\ \ | |/ |/|
| * A handful of networking test fixes.Elliott Hughes2011-05-041-50/+1
* | Refactor HttpURLConnection implementation.Jesse Wilson2011-05-041-8/+9
|/
* Merge "Honor max-age and min-fresh request headers." into dalvik-devJesse Wilson2011-04-301-1/+1
|\
| * Honor max-age and min-fresh request headers.Jesse Wilson2011-04-291-1/+1
* | resolved conflicts for merge of 7195b3b9 to dalvik-devBrian Carlstrom2011-04-292-60/+21
|\ \
| * \ Merge "Fix X509CertImpl.verify(PublicKey, String) to respect provider argument"Brian Carlstrom2011-04-292-72/+31
| |\ \
| | * | Fix X509CertImpl.verify(PublicKey, String) to respect provider argumentBrian Carlstrom2011-04-292-72/+31