summaryrefslogtreecommitdiff
path: root/luni/src/test/java/org/apache/harmony/security
Commit message (Expand)AuthorAgeFilesLines
* Add API coverage for java.security methodsVictor Chang2021-03-111-2/+5
* Skip Elliptic curve DH in KeyFactory2Test.Pete Bentley2021-02-081-1/+8
* Inclusive Language Fixit: Replace dummy with fakePaul Duffin2020-07-284-33/+33
* Add TestRule to enable access to deprecated BC algorithmsPaul Duffin2019-09-251-13/+11
* Deprecate BC implementations of duplicated algorithmsAdam Vartanian2017-10-131-1/+17
* Automated: Canonicalize spelling of Android-changed across libcoreTobias Thierer2017-03-061-22/+22
* Fix NPE in Signature getCurrentSpi.rhed_jao2016-12-081-0/+79
* ojluni: solve issues with exceptions in cipher-related streamsSergio Giro2016-09-131-0/+61
* SignatureTest: make the mock MySignature publicSergio Giro2016-09-091-1/+3
* Fix 58 libcore tests that caught "expected" Exceptions but didn't fail()Tobias Thierer2016-09-062-9/+6
* java.security: update java.security.KeyStore to jdk8u60Sergio Giro2016-08-304-0/+203
* Remove expensive operations from constructorNeil Fuller2016-06-301-26/+23
* Add Iterable#forEach & Map#forEach from openJdk8Przemyslaw Szczepaniak2016-03-011-0/+33
* Merge "ProviderServiceTest: change tests to check that newly created services...Sergio Giro2016-01-251-4/+37
|\
| * ProviderServiceTest: change tests to check that newly created services must b...Sergio Giro2016-01-251-4/+37
* | Merge "java/security: remove system.scope from security.properties"Sergio Giro2016-01-201-5/+5
|\ \
| * | java/security: remove system.scope from security.propertiesSergio Giro2016-01-191-5/+5
| |/
* / IdentityTest/SignerTest: avoid using IdentityScope.getSystemScope()Sergio Giro2016-01-201-4/+9
|/
* Deleting unused or broken filesPaul Duffin2015-12-212-271/+0
* Merge "ProviderTest: use the correct provider object when creating a service"...Sergio Giro2015-12-161-9/+9
|\
| * ProviderTest: use the correct provider object when creating a serviceSergio Giro2015-12-151-9/+9
* | Fix Signature2Test.Narayan Kamath2015-12-031-10/+18
|/
* Remove a couple of bogus test cases from SecureRandom2Test.Narayan Kamath2015-07-161-45/+0
* Repurpose SHA1PRNG_SecureRandomTest.Narayan Kamath2015-07-161-432/+0
* Get rid of as much of dalvik.annotation.* as we can.Narayan Kamath2015-07-151-3/+2
* Signature2Test: calling verify a second time can throwKenny Root2015-05-291-11/+4
* CTS fix: Signature2Test.test_clone()Neil Fuller2014-06-181-0/+10
* ProviderServiceTest: fix SecureRandom test with late bindingKenny Root2014-01-131-7/+0
* am 881d1753: Merge "Remove bogus @test comments that confuse vogar."Elliott Hughes2013-08-231-3/+0
|\
| * Remove bogus @test comments that confuse vogar.Elliott Hughes2013-08-231-3/+0
| * Move SHA1PRNG_SecureRandomImpl tests to libcoreKenny Root2013-08-161-0/+403
* | Test fallback SHA1PRNG uses full width seedsKenny Root2013-08-201-0/+29
* | Move SHA1PRNG_SecureRandomImpl tests to libcoreKenny Root2013-08-201-0/+403
|/
* Fix Security2Test countingKenny Root2013-03-121-9/+7
* NativeCrypto: fix more DSA/ECDSA key generationKenny Root2013-02-051-196/+127
* am a7b391c1: Merge "AlgNameMapper: make test case insensitive"Kenny Root2012-10-161-6/+7
|\
| * AlgNameMapper: make test case insensitiveKenny Root2012-10-161-6/+7
* | am 196687f6: Merge "Use OpenSSL to convert from OID to name"Kenny Root2012-10-161-0/+30
|\|
| * Use OpenSSL to convert from OID to nameKenny Root2012-10-151-0/+30
* | am 34e8086a: Merge "Add tests for AlgNameMapper"Kenny Root2012-10-151-0/+78
|\|
| * Merge "Add tests for AlgNameMapper"Kenny Root2012-10-151-0/+78
| |\
| | * Add tests for AlgNameMapperKenny Root2012-10-151-0/+78
* | | am d3d501c3: Merge "SubjectPublicKeyInfo: use algorithm OID as fallback"Kenny Root2012-10-151-0/+162
|\| |
| * | SubjectPublicKeyInfo: use algorithm OID as fallbackKenny Root2012-10-151-0/+162
| |/
* / Fix Security2Test to not be case sensitiveBrian Carlstrom2012-09-143-179/+79
|/
* Updating KeyStore2Test to track change in behavior of KeyStoreSpi.engineSetEntryBrian Carlstrom2012-08-211-2/+4
* KeyStoreSpi.engineSetEntry should allow null ProtectionParameterBrian Carlstrom2012-08-171-50/+49
* Tracking DSA Signature.verify behavioral changeBrian Carlstrom2012-08-031-4/+12
* Add OpenSSL provider for SHA1PRNGKenny Root2012-08-011-29/+6
* Remove more dead code and tests.Elliott Hughes2011-06-081-79/+0