summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/libcore/javax/crypto/CipherTest.java
Commit message (Expand)AuthorAgeFilesLines
* CipherTest: in ASN1 encoding for GCM, no value for tag size means 12Sergio Giro2016-07-211-3/+4
* CipherTest: add test for multiple updateAAD callsKenny Root2016-03-251-0/+27
* CipherTest: test instance reuse with updateAADKenny Root2016-03-251-0/+41
* GCMParameters: check that the default tag size is secure (16 bits)Sergio Giro2016-02-261-0/+22
* Late binding: add Cipher#init checksKenny Root2015-07-231-3/+4
* Late binding: add more Cipher testsKenny Root2015-07-231-0/+27
* Late binding: add tests for init-time rejectionKenny Root2015-07-231-0/+88
* javax.crypto.Cipher: try less specific Cipher/Mode/Padding combinations befor...Sergio Giro2015-07-131-0/+60
* libcore: add tests to check behaviour for padding and decrypt modeSergio Giro2015-06-111-9/+60
* libcore: throw InvalidKeyException instead of ProviderExceptionSergio Giro2015-06-091-0/+25
* Add tests for AES/GCM/NOPADDINGKenny Root2015-05-131-42/+230
* CipherTest: make multiple doFinal calls for RSA/ECBKenny Root2015-04-281-0/+11
* Update Cipher testsKenny Root2015-04-241-0/+50
* Late binding: specified Provider forces its useKenny Root2015-03-161-0/+18
* Make Cipher.update return null for empty input.Alex Klyubin2015-01-231-0/+11
* CipherTest: check multiple calls to doFinal workKenny Root2014-07-141-0/+8
* Late binding: reinitializing causes selectionKenny Root2014-02-061-1/+22
* Late binding: fix refactor mistake in CipherKenny Root2014-02-061-0/+17
* Late binding: supplied Provider should be usedKenny Root2014-02-051-0/+54
* Assert PKCS#7 padding supported for AES and 3DES.Alex Klyubin2014-01-311-13/+94
* Late binding: add support to CipherKenny Root2013-12-161-13/+79
* CipherTest: add support for GCM cipherKenny Root2013-12-131-1/+26
* CipherTest: Move jurisdiction check lowerKenny Root2013-12-101-21/+25
* CipherTest: add tests for null parameters in initKenny Root2013-11-221-0/+41
* Remove unsupported Cipher modesKenny Root2013-09-301-4/+71
* Return IvParameters in OpenSSLCipher#getParametersKenny Root2013-09-111-4/+56
* Flip sense of negative isUnsupported* methodsBrian Carlstrom2013-05-241-17/+17
* CipherTest fixesBrian Carlstrom2013-05-241-30/+162
* Add classes for AEAD encryptionKenny Root2013-05-141-0/+83
* Remove BouncyCastle exclusion of PBE ciphers from wrapping testsBrian Carlstrom2013-01-281-7/+2
* am 70798f65: Merge "OpenSSLCipher: add ARC4 support"Kenny Root2012-10-151-0/+66
|\
| * OpenSSLCipher: add ARC4 supportKenny Root2012-10-151-0/+66
* | Change OpenSSLCipherRSA.{engineGetBlockSize,engineGetOutputSize} to return re...Brian Carlstrom2012-10-111-206/+563
|/
* OpenSSLCipher: don't explode during null decryptKenny Root2012-10-041-0/+15
* Add Cipher support for AES through OpenSSLKenny Root2012-10-021-1/+22
* Test key wrapping for all CiphersKenny Root2012-10-021-29/+33
* More testing of Cipher .doFinal variantsKenny Root2012-10-021-3/+31
* Add more CipherTest testsKenny Root2012-09-281-56/+551
* Add OpenSSLProvider support for Cipher.RSA/None/PKCS1PaddingBrian Carlstrom2012-09-121-11/+463
* Fix OpenSSLCipherRawRSA doFinal array copyKenny Root2012-08-101-0/+58
* Add raw RSA Cipher to OpenSSLProviderKenny Root2012-08-031-0/+735
* Refactoring to add a builder for TestKeyStore.Jesse Wilson2011-01-311-12/+8
* Tracking jarjar of org.bouncycastle to com.android.org.bouncycastleBrian Carlstrom2011-01-241-1/+1
* Cipher.init incorrectly implements RFC 3280 key usage validationBrian Carlstrom2011-01-231-0/+115