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
/
libcore
/
javax
/
crypto
/
CipherTest.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove crypto tests that have been moved to Conscrypt.
Adam Vartanian
2018-02-19
1
-4615
/
+0
*
Clean up a couple test oddities.
Adam Vartanian
2018-02-06
1
-1
/
+3
*
Update tests for Conscrypt upstream merge.
Adam Vartanian
2017-11-14
1
-2
/
+8
*
Update tests for Conscrypt upstream merge.
Adam Vartanian
2017-10-26
1
-2
/
+87
*
Deprecate BC implementations of duplicated algorithms
Adam Vartanian
2017-10-13
1
-0
/
+19
*
Use decryption keys on decryption tests in CipherTest
Adam Vartanian
2017-06-23
1
-4
/
+6
*
Small test improvements
Adam Vartanian
2017-02-14
1
-6
/
+6
*
Merge "Update class reference in CipherTest TODO"
Kenny Root
2017-02-13
1
-1
/
+1
|
\
|
*
Update class reference in CipherTest TODO
Kenny Root
2017-02-10
1
-1
/
+1
*
|
Conscrypt: Add key-constrained versions of AES algorithms.
Adam Vartanian
2017-02-10
1
-8
/
+106
|
/
*
CipherTest: assert getParameters output is correct
Kenny Root
2016-11-21
1
-57
/
+85
*
CipherTest: add tests for RSA OAEP with labels
Kenny Root
2016-10-07
1
-9
/
+132
*
CipherTest: add block and output size for OAEP
Kenny Root
2016-10-07
1
-0
/
+54
*
CipherTest: fix miswording and expectation of zero-length ops
Kenny Root
2016-10-07
1
-13
/
+3
*
CipherTest: templatize OAEP tests
Kenny Root
2016-09-27
1
-50
/
+29
*
CipherTest: add RSA OAEP tests
Kenny Root
2016-09-27
1
-4
/
+424
*
CipherTest: log more information on failure
Kenny Root
2016-09-23
1
-11
/
+10
*
CipherTest: test providers that don't use full transform name
Kenny Root
2016-09-23
1
-4
/
+25
*
GCM ciphers should not allow key and nonce re-use
Kenny Root
2016-09-22
1
-10
/
+17
*
CipherTest: do not test known ciphertext for randomized algorithms
Kenny Root
2016-09-19
1
-2
/
+4
*
CipherTest: specify AlgorithmParameterSpec instead of IV
Kenny Root
2016-09-19
1
-38
/
+32
*
CipherTest: key generation failure is AssertionError
Kenny Root
2016-09-19
1
-28
/
+31
*
CipherTest: add new CipherTestParam ctor that takes both keys
Kenny Root
2016-09-19
1
-3
/
+10
*
CipherTest: distinguish between encrypt and decrypt keys
Kenny Root
2016-09-19
1
-11
/
+15
*
CipherTest: factor out common log code
Kenny Root
2016-09-19
1
-13
/
+11
*
CipherTest: Remove unused AES_MODES
Kenny Root
2016-09-19
1
-8
/
+0
*
CipherTest: remove unused pubKey variable
Kenny Root
2016-09-19
1
-2
/
+0
*
CipherTest: remove the now-unused keyAlgorithm field
Kenny Root
2016-09-19
1
-19
/
+22
*
CipherTest: use SecretKeySpec instead of byte[]
Kenny Root
2016-09-19
1
-44
/
+36
*
CipherTest: replace repeated key public construction
Kenny Root
2016-09-19
1
-44
/
+17
*
CipherTest: replace repeated key construction
Kenny Root
2016-09-19
1
-40
/
+8
*
CipherTest: add missing RSA private key parameters
Kenny Root
2016-09-19
1
-2
/
+67
*
CipherTest: fix RSA encrypt and decrypt meaning
Kenny Root
2016-09-19
1
-19
/
+36
*
CipherTest: in ASN1 encoding for GCM, no value for tag size means 12
Sergio Giro
2016-09-09
1
-3
/
+4
*
Fix 58 libcore tests that caught "expected" Exceptions but didn't fail()
Tobias Thierer
2016-09-06
1
-0
/
+1
*
CipherTest: add known answer tests for ARC4
Sergio Giro
2016-08-26
1
-4
/
+95
*
Assert that DESede/CBC/PKCS5Padding Cipher works as expected
Alex Klyubin
2016-08-25
1
-8
/
+147
*
resolve merge conflicts of 856ecc0 to nyc-dev-plus-aosp
Sergio Giro
2016-06-08
1
-0
/
+107
|
\
|
*
Cipher: always select a SPI in init according to the parameters
Sergio Giro
2016-06-07
1
-0
/
+108
*
|
Merge "CipherTest: cover additional cases that should throw IllegalStateExcep...
Tobias Thierer
2016-05-17
1
-1
/
+152
|
\
\
|
|
/
|
/
|
|
*
CipherTest: cover additional cases that should throw IllegalStateException.
Tobias Thierer
2016-05-16
1
-1
/
+152
|
*
CipherTest: add tests checking the behaviour of BCPBE keys without IV and PKCS12
Sergio Giro
2016-04-05
1
-0
/
+68
*
|
CipherTest: add tests checking the behaviour of BCPBE keys without IV and PKCS12
Sergio Giro
2016-04-04
1
-0
/
+69
*
|
Test more updateAAD variations
Kenny Root
2016-03-16
1
-1
/
+3
*
|
CipherTest: add test for multiple updateAAD calls
Kenny Root
2016-02-26
1
-0
/
+27
*
|
CipherTest: test instance reuse with updateAAD
Kenny Root
2016-02-26
1
-0
/
+41
*
|
GCMParameters: check that the default tag size is secure (16 bits) am: 025a53...
Sergio Giro
2016-02-23
1
-0
/
+22
|
\
\
|
|
/
|
/
|
|
*
GCMParameters: check that the default tag size is secure (16 bits) am: 025a53...
Sergio Giro
2016-02-23
1
-0
/
+22
|
|
\
|
|
*
GCMParameters: check that the default tag size is secure (16 bits) am: 025a53...
Sergio Giro
2016-02-23
1
-0
/
+22
|
|
|
\
|
|
|
*
GCMParameters: check that the default tag size is secure (16 bits)
Sergio Giro
2016-02-23
1
-0
/
+22
[next]