• Home
  • History
  • Annotate
  • only in /libcore/luni/src/test/java/tests/java/security/
History log of /libcore/luni/src/test/java/tests/java/security/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
470d4739ef2a14ef77f11bc6dc5d0f09b9e8f6d0 19-Jan-2016 Sergio Giro <sgiro@google.com> IdentityTest/SignerTest: avoid using IdentityScope.getSystemScope()

There is no default system scope anymore.

Bug: 26590281
Bug: 26517816
Change-Id: Icd3dd88bdf9c4525888a27652916a7323415453b
dentityTest.java
686dd6f676dc348ac260f54e544cf8d813df64a9 07-Jun-2011 Elliott Hughes <enh@google.com> Remove dead tests.

Change-Id: Ife89885ea95de3bb2617172b95cdfd46d586a644
llPermissionTest.java
asicPermissionTest.java
229e34b182b98e1dba15d3dc6341954986ae2b7a 03-Mar-2011 Brian Carlstrom <bdc@google.com> Removing use of @tests and @Test.* annotations

Change-Id: I89243efdeebe22543c45a2166b634f40c3e78cf8
lgorithmParameterGeneratorSpiTest.java
llPermissionTest.java
asicPermissionTest.java
dentityTest.java
97793e09f2ef517863ac84538209d06084625a22 01-Mar-2011 Elliott Hughes <enh@google.com> Remove all the remaining AllTests cruft.

Change-Id: Ie61022069e597d9c5c6e7ea4659fd614efe31852
llTests.java
ceacc61d16fe3aec9c805de525a79f547e607a27 10-Jan-2011 Elliott Hughes <enh@google.com> Remove useless no-op tests.

(Or sometimes just useless annotations. Basically, this gets rid of every
reference to dalvik.annotation.TestLevel.NOT_FEASIBLE, except the definition.)

Change-Id: Ie3c1d9240f85a6237311b9282b3bc181f8af8120
ecureClassLoaderTest.java
7d71a13aa0cb794f14152b36b3873bf8ca595cdc 01-Dec-2010 Brian Carlstrom <bdc@google.com> SecureRandom should be thread safe

Random is documented to be thread safe and our implementation appears
to be. However, the SecureRandom subclass implementation was not. This
was quite reproducible with the javax.net.ssl unit tests when run on a
multicore device, but not seen on a uniprocessor.

Details:

Actual bug fix by adding synchronized to engine* methods

luni/src/main/java/org/apache/harmony/security/provider/crypto/SHA1PRNG_SecureRandomImpl.java

New testSecureRandomThreadSafety based on generateSeed errors in javax.net.ssl tests.

luni/src/test/java/tests/security/SecureRandomTest.java

Removing dalvik.annotation.* from assorted SecureRandom tests.

luni/src/test/java/org/apache/harmony/security/tests/java/security/SecureRandom2Test.java
luni/src/test/java/org/apache/harmony/security/tests/java/security/SecureRandomSpiTest.java
luni/src/test/java/tests/java/security/SecureRandomTest.java
luni/src/test/java/tests/security/SecureRandomTest.java

Change-Id: I5e8ece4c0836b02277d7cac1b9b2f60b3c4a7755
ecureRandomTest.java
aec2ed4b266b75aaab59c23ca71e355a9336b074 21-Oct-2010 Jesse Wilson <jessewilson@google.com> Remove tests for SecurityManager.

Many of the changes are to org.apache.harmony.* tests that we've copied
from upstream. We'll remove these duplicated tests completely once we
have the upstream Harmony tests properly integrated into CTS.

Change-Id: Idd6cfbeba5345156b207b9433928ee37b662c395
http://b/3102252
dentityTest.java
ecureClassLoaderTest.java
f33eae7e84eb6d3b0f4e86b59605bb3de73009f3 13-May-2010 Elliott Hughes <enh@google.com> Remove all trailing whitespace from the dalvik team-maintained parts of libcore.

Gentlemen, you may now set your editors to "strip trailing whitespace"...

Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
lgorithmParameterGeneratorSpiTest.java
llPermissionTest.java
asicPermissionTest.java
dentityTest.java
ecureClassLoaderTest.java
ecureRandomTest.java
cec4dd4b1d33f78997603d0f89c0d0e56e64dbcd 26-Apr-2010 Peter Hallam <peterhal@google.com> merge more modules into luni
lgorithmParameterGeneratorSpiTest.java
llPermissionTest.java
llTests.java
asicPermissionTest.java
dentityTest.java
ecureClassLoaderTest.java
ecureRandomTest.java