summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JarFile: make test chain 3 longKenny Root2014-04-293-4/+16
* Tests for API to check certificate chain signaturesKenny Root2014-04-183-0/+58
* Add API to check certificate chain signaturesKenny Root2014-04-173-11/+66
* Delete test that depends on an external server.Narayan Kamath2014-02-051-30/+3
* Merge "SSLEngine: Test that server params are verified" into jb-devAlex Klyubin2013-11-143-0/+200
|\
| * SSLEngine: Test that server params are verifiedAlex Klyubin2013-11-133-0/+200
* | SSLEngine: Verify server RSA params signatureAlex Klyubin2013-11-131-0/+10
|/
* SSLEngine: verify DHE signatureKenny Root2013-11-124-67/+109
* Merge "Test fallback SHA1PRNG uses full width seeds" into jb-devKenny Root2013-09-051-0/+29
|\
| * Test fallback SHA1PRNG uses full width seedsKenny Root2013-09-051-0/+29
* | Merge "Move SHA1PRNG_SecureRandomImpl tests to libcore" into jb-devKenny Root2013-09-051-0/+403
|\ \ | |/
| * Move SHA1PRNG_SecureRandomImpl tests to libcoreKenny Root2013-09-051-0/+403
* | Merge "Make sure seed values use full range" into jb-devKenny Root2013-09-051-0/+5
|\ \ | |/
| * Make sure seed values use full rangeKenny Root2013-09-051-0/+5
* | Delay SSLSocketImpl instantiation until neededKenny Root2013-08-135-15/+29
|/
* Bumper ZipFile/ZipEntry backport.Elliott Hughes2013-08-124-90/+329
* Tests for ZIP sign extension bugs.Elliott Hughes2013-07-111-44/+137
* Values in ZIP files are unsigned.Elliott Hughes2013-07-032-7/+7
* Merge "Remove support for duplicate file entries." into jb-devGeremy Condra2013-03-022-1/+68
|\
| * Remove support for duplicate file entries.Geremy Condra2013-03-012-1/+68
* | Revert "Remove support for duplicate file entries."Geremy Condra2013-03-012-68/+1
* | Remove support for duplicate file entries.Geremy Condra2013-03-012-1/+68
|/
* DO NOT MERGEBrian Carlstrom2012-11-267-267/+5
* Reconcile GOOG and AOSP jb-devJean-Baptiste Queru2012-08-060-0/+0
|\
| * Tracking DSA Signature.verify behavioral changeBrian Carlstrom2012-08-061-4/+12
* | Tracking DSA Signature.verify behavioral changeBrian Carlstrom2012-08-061-4/+12
* | Increment OpenSSLKey EVP_PKEY reference when it is selected for use with SSL_...Brian Carlstrom2012-07-311-0/+4
* | Merge "Add test for isPubkeyBlacklisted" into jb-devGeremy Condra2012-07-271-1/+71
|\ \
| * | Add test for isPubkeyBlacklistedGeremy Condra2012-07-271-1/+71
* | | Merge "Tests for the CertBlacklist." into jb-devGeremy Condra2012-07-271-1/+1
|\ \ \ | |/ /
| * | Tests for the CertBlacklist.Geremy Condra2012-07-271-1/+1
| |/
* | Fix even more CipherTest flakiness due to implicit random IV valuesBrian Carlstrom2012-07-271-25/+24
|/
* Make ZipFileTest#testHugeZipFile faster, and reduce ZipFile memory usage.Elliott Hughes2012-07-262-4/+5
* Address more CipherTest flakiness due to random IV valuesBrian Carlstrom2012-07-241-104/+37
* Fix URLConnectionTest#test_getAllowUserInteraction.Elliott Hughes2012-07-245-139/+52
* Signature.verify should not throw if called twiceBrian Carlstrom2012-07-242-4/+12
* TLS + SNI + proxy => bug : the SNI at the TLS layer is the hostname of the pr...Brian Carlstrom2012-07-191-1/+1
* Address flakiness of doFinal and unwrap CipherTestsBrian Carlstrom2012-07-192-110/+113
* OldDateFormatTest is flaky; improve its output.Elliott Hughes2012-07-181-17/+11
* Remove flakiness from libcore.javax.net.ssl.SSLSessionTest#test_SSLSession_ge...Elliott Hughes2012-07-161-3/+16
* Remove flakiness from OldSocketChannelTest#test_socketChannel_read_DirectByte...Elliott Hughes2012-07-161-32/+18
* add timezone settingKeun young Park2012-07-131-2/+14
* HttpEngine should not attempt to cache proxy CONNECT responsesBrian Carlstrom2012-06-292-0/+62
* Fix OldAndroidZipStressTest for user buildsBrian Muramatsu2012-06-241-1/+6
* Change OpenSSLSocketImpl to forbid empty lists of NPN protocols.Jesse Wilson2012-05-281-4/+7
* Revert "Revert "Cut down on object allocation in CipherInputStream""Brian Carlstrom2012-05-212-32/+42
* Revert "Cut down on object allocation in CipherInputStream"Brian Carlstrom2012-05-202-38/+33
* Cut down on object allocation in CipherInputStreamBrian Carlstrom2012-05-172-33/+38
* Merge "AssertionError(Object) should only initCause if the object is a Throwa...Elliott Hughes2012-05-162-2/+31
|\
| * AssertionError(Object) should only initCause if the object is a Throwable.Elliott Hughes2012-05-162-2/+31