index
:
libcore.git
kitkat
s12.0
s12.1
libcore
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
luni
/
src
/
test
/
java
/
org
/
apache
/
harmony
/
security
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add API coverage for java.security methods
Victor Chang
2021-03-11
1
-2
/
+5
*
Skip Elliptic curve DH in KeyFactory2Test.
Pete Bentley
2021-02-08
1
-1
/
+8
*
Inclusive Language Fixit: Replace dummy with fake
Paul Duffin
2020-07-28
4
-33
/
+33
*
Add TestRule to enable access to deprecated BC algorithms
Paul Duffin
2019-09-25
1
-13
/
+11
*
Deprecate BC implementations of duplicated algorithms
Adam Vartanian
2017-10-13
1
-1
/
+17
*
Automated: Canonicalize spelling of Android-changed across libcore
Tobias Thierer
2017-03-06
1
-22
/
+22
*
Fix NPE in Signature getCurrentSpi.
rhed_jao
2016-12-08
1
-0
/
+79
*
ojluni: solve issues with exceptions in cipher-related streams
Sergio Giro
2016-09-13
1
-0
/
+61
*
SignatureTest: make the mock MySignature public
Sergio Giro
2016-09-09
1
-1
/
+3
*
Fix 58 libcore tests that caught "expected" Exceptions but didn't fail()
Tobias Thierer
2016-09-06
2
-9
/
+6
*
java.security: update java.security.KeyStore to jdk8u60
Sergio Giro
2016-08-30
4
-0
/
+203
*
Remove expensive operations from constructor
Neil Fuller
2016-06-30
1
-26
/
+23
*
Add Iterable#forEach & Map#forEach from openJdk8
Przemyslaw Szczepaniak
2016-03-01
1
-0
/
+33
*
Merge "ProviderServiceTest: change tests to check that newly created services...
Sergio Giro
2016-01-25
1
-4
/
+37
|
\
|
*
ProviderServiceTest: change tests to check that newly created services must b...
Sergio Giro
2016-01-25
1
-4
/
+37
*
|
Merge "java/security: remove system.scope from security.properties"
Sergio Giro
2016-01-20
1
-5
/
+5
|
\
\
|
*
|
java/security: remove system.scope from security.properties
Sergio Giro
2016-01-19
1
-5
/
+5
|
|
/
*
/
IdentityTest/SignerTest: avoid using IdentityScope.getSystemScope()
Sergio Giro
2016-01-20
1
-4
/
+9
|
/
*
Deleting unused or broken files
Paul Duffin
2015-12-21
2
-271
/
+0
*
Merge "ProviderTest: use the correct provider object when creating a service"...
Sergio Giro
2015-12-16
1
-9
/
+9
|
\
|
*
ProviderTest: use the correct provider object when creating a service
Sergio Giro
2015-12-15
1
-9
/
+9
*
|
Fix Signature2Test.
Narayan Kamath
2015-12-03
1
-10
/
+18
|
/
*
Remove a couple of bogus test cases from SecureRandom2Test.
Narayan Kamath
2015-07-16
1
-45
/
+0
*
Repurpose SHA1PRNG_SecureRandomTest.
Narayan Kamath
2015-07-16
1
-432
/
+0
*
Get rid of as much of dalvik.annotation.* as we can.
Narayan Kamath
2015-07-15
1
-3
/
+2
*
Signature2Test: calling verify a second time can throw
Kenny Root
2015-05-29
1
-11
/
+4
*
CTS fix: Signature2Test.test_clone()
Neil Fuller
2014-06-18
1
-0
/
+10
*
ProviderServiceTest: fix SecureRandom test with late binding
Kenny Root
2014-01-13
1
-7
/
+0
*
am 881d1753: Merge "Remove bogus @test comments that confuse vogar."
Elliott Hughes
2013-08-23
1
-3
/
+0
|
\
|
*
Remove bogus @test comments that confuse vogar.
Elliott Hughes
2013-08-23
1
-3
/
+0
|
*
Move SHA1PRNG_SecureRandomImpl tests to libcore
Kenny Root
2013-08-16
1
-0
/
+403
*
|
Test fallback SHA1PRNG uses full width seeds
Kenny Root
2013-08-20
1
-0
/
+29
*
|
Move SHA1PRNG_SecureRandomImpl tests to libcore
Kenny Root
2013-08-20
1
-0
/
+403
|
/
*
Fix Security2Test counting
Kenny Root
2013-03-12
1
-9
/
+7
*
NativeCrypto: fix more DSA/ECDSA key generation
Kenny Root
2013-02-05
1
-196
/
+127
*
am a7b391c1: Merge "AlgNameMapper: make test case insensitive"
Kenny Root
2012-10-16
1
-6
/
+7
|
\
|
*
AlgNameMapper: make test case insensitive
Kenny Root
2012-10-16
1
-6
/
+7
*
|
am 196687f6: Merge "Use OpenSSL to convert from OID to name"
Kenny Root
2012-10-16
1
-0
/
+30
|
\
|
|
*
Use OpenSSL to convert from OID to name
Kenny Root
2012-10-15
1
-0
/
+30
*
|
am 34e8086a: Merge "Add tests for AlgNameMapper"
Kenny Root
2012-10-15
1
-0
/
+78
|
\
|
|
*
Merge "Add tests for AlgNameMapper"
Kenny Root
2012-10-15
1
-0
/
+78
|
|
\
|
|
*
Add tests for AlgNameMapper
Kenny Root
2012-10-15
1
-0
/
+78
*
|
|
am d3d501c3: Merge "SubjectPublicKeyInfo: use algorithm OID as fallback"
Kenny Root
2012-10-15
1
-0
/
+162
|
\
|
|
|
*
|
SubjectPublicKeyInfo: use algorithm OID as fallback
Kenny Root
2012-10-15
1
-0
/
+162
|
|
/
*
/
Fix Security2Test to not be case sensitive
Brian Carlstrom
2012-09-14
3
-179
/
+79
|
/
*
Updating KeyStore2Test to track change in behavior of KeyStoreSpi.engineSetEntry
Brian Carlstrom
2012-08-21
1
-2
/
+4
*
KeyStoreSpi.engineSetEntry should allow null ProtectionParameter
Brian Carlstrom
2012-08-17
1
-50
/
+49
*
Tracking DSA Signature.verify behavioral change
Brian Carlstrom
2012-08-03
1
-4
/
+12
*
Add OpenSSL provider for SHA1PRNG
Kenny Root
2012-08-01
1
-29
/
+6
*
Remove more dead code and tests.
Elliott Hughes
2011-06-08
1
-79
/
+0
[next]