summaryrefslogtreecommitdiff
path: root/luni/src/test/java/tests/security
Commit message (Expand)AuthorAgeFilesLines
* Add API Coverage for java.security.cert methodsPete Bentley2021-03-123-9/+150
* Make CERT_CORRECT actually correct.David Benjamin2020-11-041-36/+39
* Add TestRule to enable access to deprecated BC algorithmsPaul Duffin2019-09-251-18/+8
* Remove the @KnownFailure annotation from CertPathBuilder1Test.Pete Gillin2019-07-261-4/+0
* Deprecate BC implementations of duplicated algorithmsAdam Vartanian2017-10-131-0/+18
* Merge "Tests for java.security.cert.Certificate(PublicKey, Provider)" am: ef4...Przemyslaw Szczepaniak2017-03-011-2/+30
|\
| * Tests for java.security.cert.Certificate(PublicKey, Provider)pszczepaniak2017-03-011-2/+30
* | CertificateTest: fix error-prone code in testSergio Giro2016-10-281-1/+1
|/
* Fix 58 libcore tests that caught "expected" Exceptions but didn't fail()Tobias Thierer2016-09-062-0/+4
* java.security.cert: update classes in java.security.cert (part 2)Sergio Giro2016-08-241-1/+10
* Fix use of Object.equals() to compare arrays.Tobias Thierer2016-04-251-2/+3
* CertPathBuilder1Test: remove Security#setProperty callsKenny Root2016-04-211-17/+2
* CertificateRevokedException: test getAuthorityNameKenny Root2016-04-011-0/+6
* CertPathValidatorException: test new constructorKenny Root2016-04-011-0/+26
* CertPathValidatorSpiTest: remove useless testKenny Root2016-04-011-64/+0
* Fix X509CertSelectorTest testShubham Ajmera2016-03-281-1/+5
* Enable X509CertSelectorTestShubham Ajmera2016-02-231-180/+252
* Unblacklist a couple of testsShubham Ajmera2016-02-101-5/+11
* Merge mnc-dr-enso-dev into masterPrzemyslaw Szczepaniak2015-11-213-178/+225
|\
| * Merge lmp changes into mnc.Narayan Kamath2015-11-123-178/+225
| |\
| | * Fix TrustAnchorTest.Piotr Jastrzebski2015-11-111-104/+136
| | * Fix X509CRLTest#testGetRevokedCertificatePiotr Jastrzebski2015-11-111-2/+8
| | * Fix X509CertSelectorTest.Piotr Jastrzebski2015-11-111-71/+80
| | * Fix X509CertSelectorTest.Piotr Jastrzebski2015-11-111-1/+1
| * | libcore: use default SecureRandom in KeyGen DSA testsSergio Giro2015-06-262-6/+2
| * | Fix CertificateTest#testVerifyPublicKeyString2Narayan Kamath2015-06-151-8/+7
| |/
* | Get rid of as much of dalvik.annotation.* as we can.Narayan Kamath2015-07-152-13/+2
* | libcore: use default SecureRandom in KeyGen DSA testsSergio Giro2015-06-262-6/+2
* | Fix CertificateTest#testVerifyPublicKeyString2Narayan Kamath2015-06-151-8/+7
|/
* Use milliseconds to avoid timezonesKenny Root2014-09-121-1/+1
* Add CRLReason and friendsKenny Root2014-05-081-0/+167
* Fix test since getExtendedKeyUsage doc disagreesKenny Root2013-03-151-4/+15
* Remove invalid X509Certificate2Test testsKenny Root2013-02-081-25/+0
* Add tests for CertificateFactory byte offsetKenny Root2013-01-291-3/+4
* Revert "NativeCrypto: RSA fields cannot be NULL"Kenny Root2013-01-141-40/+8
* NativeCrypto: RSA fields cannot be NULLKenny Root2013-01-071-8/+40
* Fix X509Certificate.getBasicConstraints implementation for DRLCertFactoryBrian Carlstrom2012-12-212-706/+661
* Update test now that DNS names starting with a digit are allowedBrian Carlstrom2011-10-051-7/+31
* Remove dead tests.Elliott Hughes2011-06-061-119/+0
* resolved conflicts for merge of 7195b3b9 to dalvik-devBrian Carlstrom2011-04-291-110/+45
|\
| * Fix X509CertImpl.verify(PublicKey, String) to respect provider argumentBrian Carlstrom2011-04-291-110/+45
* | post bouncycastle 1.46 upgrade test cleanupBrian Carlstrom2011-04-141-2/+2
|/
* Removing use of @tests and @Test.* annotationsBrian Carlstrom2011-03-0288-4963/+125
* Remove all the remaining AllTests cruft.Elliott Hughes2011-02-285-275/+0
* am cfac1139: Merge "Don\'t use runtime tests for compile-time checks."Jesse Wilson2011-02-221-31/+0
|\
| * Don't use runtime tests for compile-time checks.Jesse Wilson2011-02-211-31/+0
* | am fedab477: am 7be1bb6d: am 0ac85ead: Tracking jarjar of org.bouncycastle to...Brian Carlstrom2011-01-251-1/+1
|\|
| * Tracking jarjar of org.bouncycastle to com.android.org.bouncycastleBrian Carlstrom2011-01-241-1/+1
| * Clean up/out some comments. DO NOT MERGE.Dan Bornstein2011-01-141-26/+2
| * Remove pointless tests. DO NOT MERGE.Dan Bornstein2011-01-136-777/+0