summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/libcore/javax/crypto
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-232-0/+48
* Late binding: add tests for init-time rejectionKenny Root2015-07-232-0/+154
* javax.crypto.Cipher: try less specific Cipher/Mode/Padding combinations befor...Sergio Giro2015-07-132-1/+61
* libcore: add tests to check behaviour for padding and decrypt modeSergio Giro2015-06-111-9/+60
* Skip AndroidKeyStore provider in ECDHKeyAgreementTest.Alex Klyubin2015-06-091-4/+19
* libcore: throw InvalidKeyException instead of ProviderExceptionSergio Giro2015-06-094-1/+205
* 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
* Fix KeyGeneratorTest breakage due to AndroidKeyStore.Alex Klyubin2015-04-011-0/+9
* Late binding: specified Provider forces its useKenny Root2015-03-163-0/+179
* 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
* Deprecate use of BrokenTest and SideEffectBrett Chabot2014-05-213-5/+3
* Late binding: reinitializing causes selectionKenny Root2014-02-063-2/+73
* Late binding: fix refactor mistake in CipherKenny Root2014-02-061-0/+17
* Late binding: supplied Provider should be usedKenny Root2014-02-052-2/+60
* Assert PKCS#7 padding supported for AES and 3DES.Alex Klyubin2014-01-311-13/+94
* CipherInputStream: increase buffers for speedKenny Root2014-01-151-0/+104
* Late binding: add support to CipherKenny Root2013-12-162-13/+201
* CipherTest: add support for GCM cipherKenny Root2013-12-131-1/+26
* CipherTest: Move jurisdiction check lowerKenny Root2013-12-101-21/+25
* Late binding: Provider.Service#supportsParameterKenny Root2013-12-051-0/+40
* CipherTest: add tests for null parameters in initKenny Root2013-11-221-0/+41
* Remove unsupported Cipher modesKenny Root2013-09-301-4/+71
* KeyGeneratorTest: add key sizes for HmacSHA224Kenny Root2013-09-291-0/+2
* Update CipherInputStream to use AES insteadKenny Root2013-09-121-16/+34
* Add specific exception for wrong final block lengthKenny Root2013-09-121-0/+10
* Return IvParameters in OpenSSLCipher#getParametersKenny Root2013-09-111-4/+56
* PBKDF2 tests to exercise new, correct PBE implementation.William Luh2013-06-011-7/+49
* 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
* Unit tests for all registered ECDH KeyAgreement instances.Alex Klyubin2013-03-011-0/+438
* 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