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
/
tests
/
security
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add API Coverage for java.security.cert methods
Pete Bentley
2021-03-12
3
-9
/
+150
*
Make CERT_CORRECT actually correct.
David Benjamin
2020-11-04
1
-36
/
+39
*
Add TestRule to enable access to deprecated BC algorithms
Paul Duffin
2019-09-25
1
-18
/
+8
*
Remove the @KnownFailure annotation from CertPathBuilder1Test.
Pete Gillin
2019-07-26
1
-4
/
+0
*
Deprecate BC implementations of duplicated algorithms
Adam Vartanian
2017-10-13
1
-0
/
+18
*
Merge "Tests for java.security.cert.Certificate(PublicKey, Provider)" am: ef4...
Przemyslaw Szczepaniak
2017-03-01
1
-2
/
+30
|
\
|
*
Tests for java.security.cert.Certificate(PublicKey, Provider)
pszczepaniak
2017-03-01
1
-2
/
+30
*
|
CertificateTest: fix error-prone code in test
Sergio Giro
2016-10-28
1
-1
/
+1
|
/
*
Fix 58 libcore tests that caught "expected" Exceptions but didn't fail()
Tobias Thierer
2016-09-06
2
-0
/
+4
*
java.security.cert: update classes in java.security.cert (part 2)
Sergio Giro
2016-08-24
1
-1
/
+10
*
Fix use of Object.equals() to compare arrays.
Tobias Thierer
2016-04-25
1
-2
/
+3
*
CertPathBuilder1Test: remove Security#setProperty calls
Kenny Root
2016-04-21
1
-17
/
+2
*
CertificateRevokedException: test getAuthorityName
Kenny Root
2016-04-01
1
-0
/
+6
*
CertPathValidatorException: test new constructor
Kenny Root
2016-04-01
1
-0
/
+26
*
CertPathValidatorSpiTest: remove useless test
Kenny Root
2016-04-01
1
-64
/
+0
*
Fix X509CertSelectorTest test
Shubham Ajmera
2016-03-28
1
-1
/
+5
*
Enable X509CertSelectorTest
Shubham Ajmera
2016-02-23
1
-180
/
+252
*
Unblacklist a couple of tests
Shubham Ajmera
2016-02-10
1
-5
/
+11
*
Merge mnc-dr-enso-dev into master
Przemyslaw Szczepaniak
2015-11-21
3
-178
/
+225
|
\
|
*
Merge lmp changes into mnc.
Narayan Kamath
2015-11-12
3
-178
/
+225
|
|
\
|
|
*
Fix TrustAnchorTest.
Piotr Jastrzebski
2015-11-11
1
-104
/
+136
|
|
*
Fix X509CRLTest#testGetRevokedCertificate
Piotr Jastrzebski
2015-11-11
1
-2
/
+8
|
|
*
Fix X509CertSelectorTest.
Piotr Jastrzebski
2015-11-11
1
-71
/
+80
|
|
*
Fix X509CertSelectorTest.
Piotr Jastrzebski
2015-11-11
1
-1
/
+1
|
*
|
libcore: use default SecureRandom in KeyGen DSA tests
Sergio Giro
2015-06-26
2
-6
/
+2
|
*
|
Fix CertificateTest#testVerifyPublicKeyString2
Narayan Kamath
2015-06-15
1
-8
/
+7
|
|
/
*
|
Get rid of as much of dalvik.annotation.* as we can.
Narayan Kamath
2015-07-15
2
-13
/
+2
*
|
libcore: use default SecureRandom in KeyGen DSA tests
Sergio Giro
2015-06-26
2
-6
/
+2
*
|
Fix CertificateTest#testVerifyPublicKeyString2
Narayan Kamath
2015-06-15
1
-8
/
+7
|
/
*
Use milliseconds to avoid timezones
Kenny Root
2014-09-12
1
-1
/
+1
*
Add CRLReason and friends
Kenny Root
2014-05-08
1
-0
/
+167
*
Fix test since getExtendedKeyUsage doc disagrees
Kenny Root
2013-03-15
1
-4
/
+15
*
Remove invalid X509Certificate2Test tests
Kenny Root
2013-02-08
1
-25
/
+0
*
Add tests for CertificateFactory byte offset
Kenny Root
2013-01-29
1
-3
/
+4
*
Revert "NativeCrypto: RSA fields cannot be NULL"
Kenny Root
2013-01-14
1
-40
/
+8
*
NativeCrypto: RSA fields cannot be NULL
Kenny Root
2013-01-07
1
-8
/
+40
*
Fix X509Certificate.getBasicConstraints implementation for DRLCertFactory
Brian Carlstrom
2012-12-21
2
-706
/
+661
*
Update test now that DNS names starting with a digit are allowed
Brian Carlstrom
2011-10-05
1
-7
/
+31
*
Remove dead tests.
Elliott Hughes
2011-06-06
1
-119
/
+0
*
resolved conflicts for merge of 7195b3b9 to dalvik-dev
Brian Carlstrom
2011-04-29
1
-110
/
+45
|
\
|
*
Fix X509CertImpl.verify(PublicKey, String) to respect provider argument
Brian Carlstrom
2011-04-29
1
-110
/
+45
*
|
post bouncycastle 1.46 upgrade test cleanup
Brian Carlstrom
2011-04-14
1
-2
/
+2
|
/
*
Removing use of @tests and @Test.* annotations
Brian Carlstrom
2011-03-02
88
-4963
/
+125
*
Remove all the remaining AllTests cruft.
Elliott Hughes
2011-02-28
5
-275
/
+0
*
am cfac1139: Merge "Don\'t use runtime tests for compile-time checks."
Jesse Wilson
2011-02-22
1
-31
/
+0
|
\
|
*
Don't use runtime tests for compile-time checks.
Jesse Wilson
2011-02-21
1
-31
/
+0
*
|
am fedab477: am 7be1bb6d: am 0ac85ead: Tracking jarjar of org.bouncycastle to...
Brian Carlstrom
2011-01-25
1
-1
/
+1
|
\
|
|
*
Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle
Brian Carlstrom
2011-01-24
1
-1
/
+1
|
*
Clean up/out some comments. DO NOT MERGE.
Dan Bornstein
2011-01-14
1
-26
/
+2
|
*
Remove pointless tests. DO NOT MERGE.
Dan Bornstein
2011-01-13
6
-777
/
+0
[next]