summaryrefslogtreecommitdiff
path: root/luni/src/test/java/libcore/javax/crypto
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated BouncyCastle algorithmsDaulet Zhanguzin2020-05-131-3/+3
* Revert "Remove deprecated BouncyCastle algorithms"Jack He2020-05-051-3/+3
* Remove deprecated BouncyCastle algorithmsDaulet Zhanguzin2020-05-021-3/+3
* Make test for hardware AES support explicit.Pete Bentley2020-02-131-0/+38
* Add TestRule to enable access to deprecated BC algorithmsPaul Duffin2019-09-251-18/+8
* Remove libcore java.security tests.Adam Vartanian2018-05-2417-977/+2
* Add README for javax.crypto testsAdam Vartanian2018-02-261-0/+2
* Remove crypto tests that have been moved to Conscrypt.Adam Vartanian2018-02-194-5500/+0
* Clean up a couple test oddities.Adam Vartanian2018-02-061-1/+3
* Update tests for Conscrypt merge.Adam Vartanian2018-01-031-0/+22
* Update tests for Conscrypt upstream merge.Adam Vartanian2017-11-142-3/+10
* Update tests for Conscrypt upstream merge.Adam Vartanian2017-10-263-7/+106
* Deprecate BC implementations of duplicated algorithmsAdam Vartanian2017-10-134-0/+78
* Merge "Revert "Revert "Consolidate byte to/from hex methods to use HexEncodin...Treehugger Robot2017-07-042-17/+8
|\
| * Revert "Revert "Consolidate byte to/from hex methods to use HexEncoding.""Adam Vartanian2017-07-042-17/+8
* | Merge "Add basic compliance tests for AES/GCM implementations"Treehugger Robot2017-07-041-14/+81
|\ \ | |/ |/|
| * Add basic compliance tests for AES/GCM implementationsAdam Vartanian2017-07-041-14/+81
* | Revert "Consolidate byte to/from hex methods to use HexEncoding."Nicolas Geoffray2017-07-032-8/+17
|/
* Consolidate byte to/from hex methods to use HexEncoding.Adam Vartanian2017-06-302-17/+8
* Add basic compliance tests for AES and DESEDE implementationsAdam Vartanian2017-06-301-0/+153
* Use decryption keys on decryption tests in CipherTestAdam Vartanian2017-06-231-4/+6
* Add tests for encodings of AlgorithmParameters.Adam Vartanian2017-06-227-0/+405
* Add test for PKCS5 PBE schemes with no salt.Adam Vartanian2017-05-221-0/+10
* Throw an exception if CipherOutputStream's cipher does.Adam Vartanian2017-03-271-0/+105
* Don't swallow AEADBadTagExceptions when closing CipherInputStreamAdam Vartanian2017-03-061-5/+78
* Small test improvementsAdam Vartanian2017-02-141-6/+6
* Merge "Update class reference in CipherTest TODO"Kenny Root2017-02-131-1/+1
|\
| * Update class reference in CipherTest TODOKenny Root2017-02-101-1/+1
* | Conscrypt: Add key-constrained versions of AES algorithms.Adam Vartanian2017-02-101-8/+106
|/
* AlgorithmParametersTestPBES2: change incorrect name of packageSergio Giro2016-12-211-1/+4
* CipherTest: assert getParameters output is correctKenny Root2016-11-211-57/+85
* Test CipherInputStream with growing Cipher.getOutputSize()Przemyslaw Szczepaniak2016-11-181-0/+68
* Merge "bouncycastle: add support for PKCS5S2 algorithm parameters"Sergio Giro2016-10-201-0/+235
|\
| * bouncycastle: add support for PKCS5S2 algorithm parametersSergio Giro2016-10-171-0/+235
* | Address various ErrorProne warningsKenny Root2016-10-197-6/+13
* | Merge "CipherTest: add tests for RSA OAEP with labels"Kenny Root2016-10-171-9/+132
|\ \ | |/ |/|
| * CipherTest: add tests for RSA OAEP with labelsKenny Root2016-10-071-9/+132
* | Merge "external/bouncycastle: add algorithms for PbeWithHmacSha mac variants"Sergio Giro2016-10-111-0/+62
|\ \ | |/ |/|
| * external/bouncycastle: add algorithms for PbeWithHmacSha mac variantsSergio Giro2016-10-051-0/+62
* | CipherTest: add block and output size for OAEPKenny Root2016-10-071-0/+54
* | CipherTest: fix miswording and expectation of zero-length opsKenny Root2016-10-071-13/+3
|/
* CipherTest: templatize OAEP testsKenny Root2016-09-271-50/+29
* CipherTest: add RSA OAEP testsKenny Root2016-09-271-4/+424
* CipherTest: log more information on failureKenny Root2016-09-231-11/+10
* CipherTest: test providers that don't use full transform nameKenny Root2016-09-231-4/+25
* GCM ciphers should not allow key and nonce re-useKenny Root2016-09-221-10/+17
* CipherTest: do not test known ciphertext for randomized algorithmsKenny Root2016-09-191-2/+4
* CipherTest: specify AlgorithmParameterSpec instead of IVKenny Root2016-09-191-38/+32
* CipherTest: key generation failure is AssertionErrorKenny Root2016-09-191-28/+31
* CipherTest: add new CipherTestParam ctor that takes both keysKenny Root2016-09-191-3/+10