summaryrefslogtreecommitdiffstats
path: root/crypto/encryptor_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in crypto/.avi2015-12-211-0/+3
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-171-1/+1
* Relax the failure mode of EncryptorTest.UnsupportedKeySize so that wewtc@chromium.org2014-07-311-6/+5
* Desupport AES-192 in crypto::SymmetricKey.davidben@chromium.org2014-07-251-26/+0
* Prevent invalid memory read when AES-CBC decrypting.eroman@chromium.org2013-10-011-0/+26
* Rename "decypted" to "decrypted".eroman@chromium.org2013-09-301-28/+28
* Support CTR-AES in encryptor_openssl.xhwang@chromium.org2013-06-131-28/+190
* Use a direct include of strings headers in crypto/, dbus/, device/.avi@chromium.org2013-06-111-1/+1
* Use NSS for symmetric key crypto operations on Windows and Mac.ddorwin@chromium.org2012-06-151-15/+25
* Add a wrong key that should be detected by all implementations.wtc@chromium.org2012-05-111-5/+24
* Demonstrate that not all wrong keys can be detected by padding error.wtc@chromium.org2012-04-271-0/+14
* Add a wrong key test into EncryptorTest.xhwang@chromium.org2012-04-231-1/+45
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-18/+0
* Implement AES-CTR for NSS.hclam@chromium.org2011-06-241-0/+68
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-0/+233