summaryrefslogtreecommitdiff
path: root/luni/src/test/java/tests/security/interfaces
Commit message (Collapse)AuthorAgeFilesLines
* libcore: use default SecureRandom in KeyGen DSA testsSergio Giro2015-06-262-6/+2
| | | | | | | | | | While generating key pairs, BouncyCastle checks that random numbers are strong enough. Tests were using a mock random generator that generates the constant 10. Bug: 19657861 Change-Id: Ia68f759103399781a49af23de6356bdfac9c3915
* Revert "NativeCrypto: RSA fields cannot be NULL"Kenny Root2013-01-141-40/+8
| | | | | | This reverts commit 1496f006676166c1835ac859d5c4ffeb6357b4d0 Change-Id: I5869083fe6cb5f3f3de71233b466d0b1ac702e82
* NativeCrypto: RSA fields cannot be NULLKenny Root2013-01-071-8/+40
| | | | | | | | | | If an RSA field is left NULL, it will not be represented in the ASN.1 output of the RSAPrivateKey. This leads to problems trying to recreate the key since it does not emit the NULL fields and the fields are not numbered. Bug: 7920357 Change-Id: I144302925f9b080a2152a6d12f77981b3aad9495
* Removing use of @tests and @Test.* annotationsBrian Carlstrom2011-03-0210-216/+25
| | | | Change-Id: I89243efdeebe22543c45a2166b634f40c3e78cf8
* Remove all the remaining AllTests cruft.Elliott Hughes2011-02-281-45/+0
| | | | Change-Id: Ie61022069e597d9c5c6e7ea4659fd614efe31852
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-1311-75/+75
| | | | | | Gentlemen, you may now set your editors to "strip trailing whitespace"... Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
* merge more modules into luniPeter Hallam2010-04-2712-0/+1018