summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* Fix XML DOM test failures and close guard warnings.Jesse Wilson2010-11-291-58/+5
* am 6c78b7b9: Toward EC TLS supportBrian Carlstrom2010-11-295-40/+478
|\
| * Toward EC TLS supportBrian Carlstrom2010-11-295-40/+478
* | am 57f2cc03: Test updates for Elliptic CurveBrian Carlstrom2010-11-182-146/+45
|\ \ | |/
| * Test updates for Elliptic CurveBrian Carlstrom2010-11-182-146/+45
* | Improve ConcurrentCloseTest.Elliott Hughes2010-11-161-0/+57
* | am 8a720cce: TrustManager should include PrivateKeyEntry CAs, OpenSSLSocketIm...Brian Carlstrom2010-11-152-3/+110
|\ \ | |/
| * TrustManager should include PrivateKeyEntry CAs, OpenSSLSocketImpl close fix,...Brian Carlstrom2010-11-152-3/+110
* | GZIPInputStream/GZIPOutputStream test improvements.Elliott Hughes2010-11-041-0/+0
|/
* resolved conflicts for merge of a5c608e5 to dalvik-devBrian Carlstrom2010-11-022-46/+90
|\
| * TrustManager improvementsBrian Carlstrom2010-11-022-46/+90
* | am 9103cc15: am 47d94511: am 95d52b3b: Remove a pointless test, which just te...Dan Bornstein2010-10-291-256/+0
|\ \ | |/
| * am 47d94511: am 95d52b3b: Remove a pointless test, which just tested a test s...Dan Bornstein2010-10-291-256/+0
| |\
| | * Remove a pointless test, which just tested a test support class.Dan Bornstein2010-10-291-256/+0
* | | Fix broken interactions between HTTP response caches and redirects.Jesse Wilson2010-10-271-2/+4
* | | Merge "Fix ResponseCache to support caching of HTTPS responses." into dalvik-devJesse Wilson2010-10-261-6/+76
|\ \ \
| * | | Fix ResponseCache to support caching of HTTPS responses.Jesse Wilson2010-10-261-6/+76
* | | | Fixing concurrency bug in CloseGuardTester.Jesse Wilson2010-10-261-2/+2
|/ / /
* | | Close process-spawned streams when the process is destroyed.Jesse Wilson2010-10-251-0/+69
* | | am 8a81dbf2: am 1d2861f4: am 7d38fa0f: Merge "Test updates for new SecretKeyF...Brian Carlstrom2010-10-051-3/+0
|\ \ \ | |/ /
| * | am 1d2861f4: am 7d38fa0f: Merge "Test updates for new SecretKeyFactory.PBKDF2...Brian Carlstrom2010-10-051-3/+0
| |\ \ | | |/
| | * Test updates for new SecretKeyFactory.PBKDF2WithHmacSHA1 supportBrian Carlstrom2010-10-041-3/+0
* | | CloseGuard: finalizers for closeable objects should log complaintsBrian Carlstrom2010-10-043-0/+22
|/ /
* | am 65eee03b: am 2d9aee7a: Merge "Update TestUtils certificates to fix CertPat...Brian Carlstrom2010-10-042-197/+208
|\ \ | |/
| * Update TestUtils certificates to fix CertPathBuilder1Test and CertPathTestBrian Carlstrom2010-10-042-197/+208
* | resolved conflicts for merge of 0c4b3205 to masterJesse Wilson2010-09-241-184/+0
|\ \ | |/
| * Merge "Rely on the test runner to ensure a pristine VM." into gingerbreadJesse Wilson2010-09-241-184/+0
| |\
| | * Rely on the test runner to ensure a pristine VM.Jesse Wilson2010-09-241-184/+0
* | | am 82e18c5a: am 53bbb2b2: am 00feece2: Strip usage of the term \'localhost\' ...Jesse Wilson2010-09-241-3/+6
|\ \ \ | |/ /
| * | Strip usage of the term 'localhost' from URLConnectionTest.Jesse Wilson2010-09-231-3/+6
| |/
* | am 1501cd6b: am 4e44dbbe: am a2e75c78: Update supported cipher suites listBrian Carlstrom2010-09-201-4/+4
|\ \ | |/
| * Update supported cipher suites listBrian Carlstrom2010-09-181-4/+4
* | am 001c38bb: am 82cc2fdb: am 8edffc91: Merge "Fix test code that hardcodes th...Jesse Wilson2010-09-151-1/+0
|\ \ | |/
| * Fix test code that hardcodes the keystore. Necessary for the host build.Jesse Wilson2010-09-141-1/+0
* | am e721ac62: am a8d1672a: am 48dfb27f: Restore PBE Ciphers and SecreyKeyFacto...Brian Carlstrom2010-08-241-0/+32
|\ \ | |/
| * Restore PBE Ciphers and SecreyKeyFactories if underlying algorithm is support...Brian Carlstrom2010-08-231-0/+32
| * Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-gingerbreadBrian Carlstrom2010-08-196-11/+28
| |\
* | \ am 1b878d30: am f4d21046: am ccb503dd: Merge "Updating StandardNames for rece...Brian Carlstrom2010-08-231-5/+14
|\ \ \ | |/ /
| * | Updating StandardNames for recent ARCFOUR and Blowfish additionsBrian Carlstrom2010-08-191-5/+14
* | | Fix the exception thrown by getDeclaredFields if the class is unavailable.Jesse Wilson2010-08-191-0/+131
| |/ |/|
* | Moving tests to be under the libcore.* package.Jesse Wilson2010-08-106-11/+28
|/
* Support for TLS Extensions enabled SSLSockets with fallback to vanila SSLBrian Carlstrom2010-08-022-1/+29
* Bring SSLSocketImpl and SSLEngine in line with OpenSSLSocketImpl's cipher suitesBrian Carlstrom2010-07-224-96/+106
* Fix PKCS12 and BKS KeyStore as well as SSL renegotiationBrian Carlstrom2010-07-163-48/+72
* Improved client certificate and certificate chain supportBrian Carlstrom2010-07-135-105/+371
* TestKeyStore only use RSA by default & fixing SSLEngine client auth with DSA ...Brian Carlstrom2010-07-082-8/+16
* Buffering the decoding of chunked encoding and HTTP headers.Jesse Wilson2010-07-011-23/+104
* Trim BouncyCastle *-OpenSSL algorithmsBrian Carlstrom2010-06-301-10/+0
* Fixing response cache and connection reuse for HTTP client.Jesse Wilson2010-06-283-14/+215
* Remove libcore's dependency on bouncycastleBrian Carlstrom2010-06-261-5/+1