summaryrefslogtreecommitdiff
path: root/luni/src/test/java/libcore/javax/crypto/CipherTest.java
Commit message (Expand)AuthorAgeFilesLines
* Remove crypto tests that have been moved to Conscrypt.Adam Vartanian2018-02-191-4615/+0
* Clean up a couple test oddities.Adam Vartanian2018-02-061-1/+3
* Update tests for Conscrypt upstream merge.Adam Vartanian2017-11-141-2/+8
* Update tests for Conscrypt upstream merge.Adam Vartanian2017-10-261-2/+87
* Deprecate BC implementations of duplicated algorithmsAdam Vartanian2017-10-131-0/+19
* Use decryption keys on decryption tests in CipherTestAdam Vartanian2017-06-231-4/+6
* 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
|/
* CipherTest: assert getParameters output is correctKenny Root2016-11-211-57/+85
* CipherTest: add tests for RSA OAEP with labelsKenny Root2016-10-071-9/+132
* 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
* CipherTest: distinguish between encrypt and decrypt keysKenny Root2016-09-191-11/+15
* CipherTest: factor out common log codeKenny Root2016-09-191-13/+11
* CipherTest: Remove unused AES_MODESKenny Root2016-09-191-8/+0
* CipherTest: remove unused pubKey variableKenny Root2016-09-191-2/+0
* CipherTest: remove the now-unused keyAlgorithm fieldKenny Root2016-09-191-19/+22
* CipherTest: use SecretKeySpec instead of byte[]Kenny Root2016-09-191-44/+36
* CipherTest: replace repeated key public constructionKenny Root2016-09-191-44/+17
* CipherTest: replace repeated key constructionKenny Root2016-09-191-40/+8
* CipherTest: add missing RSA private key parametersKenny Root2016-09-191-2/+67
* CipherTest: fix RSA encrypt and decrypt meaningKenny Root2016-09-191-19/+36
* CipherTest: in ASN1 encoding for GCM, no value for tag size means 12Sergio Giro2016-09-091-3/+4
* Fix 58 libcore tests that caught "expected" Exceptions but didn't fail()Tobias Thierer2016-09-061-0/+1
* CipherTest: add known answer tests for ARC4Sergio Giro2016-08-261-4/+95
* Assert that DESede/CBC/PKCS5Padding Cipher works as expectedAlex Klyubin2016-08-251-8/+147
* resolve merge conflicts of 856ecc0 to nyc-dev-plus-aospSergio Giro2016-06-081-0/+107
|\
| * Cipher: always select a SPI in init according to the parametersSergio Giro2016-06-071-0/+108
* | Merge "CipherTest: cover additional cases that should throw IllegalStateExcep...Tobias Thierer2016-05-171-1/+152
|\ \ | |/ |/|
| * CipherTest: cover additional cases that should throw IllegalStateException.Tobias Thierer2016-05-161-1/+152
| * CipherTest: add tests checking the behaviour of BCPBE keys without IV and PKCS12Sergio Giro2016-04-051-0/+68
* | CipherTest: add tests checking the behaviour of BCPBE keys without IV and PKCS12Sergio Giro2016-04-041-0/+69
* | Test more updateAAD variationsKenny Root2016-03-161-1/+3
* | CipherTest: add test for multiple updateAAD callsKenny Root2016-02-261-0/+27
* | CipherTest: test instance reuse with updateAADKenny Root2016-02-261-0/+41
* | GCMParameters: check that the default tag size is secure (16 bits) am: 025a53...Sergio Giro2016-02-231-0/+22
|\ \ | |/ |/|
| * GCMParameters: check that the default tag size is secure (16 bits) am: 025a53...Sergio Giro2016-02-231-0/+22
| |\
| | * GCMParameters: check that the default tag size is secure (16 bits) am: 025a53...Sergio Giro2016-02-231-0/+22
| | |\
| | | * GCMParameters: check that the default tag size is secure (16 bits)Sergio Giro2016-02-231-0/+22