summaryrefslogtreecommitdiffstats
path: root/crypto/rsa_private_key_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in crypto/.avi2015-12-211-298/+207
* increase crypto_unittest key sizes to satisfy NSS 3.19.1mostynb2015-06-091-1/+2
* Initial support for using BoringSSL with NSS certificates.davidben2015-04-221-4/+0
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-171-3/+3
* Don't allow importing non-RSA keys from crypto::RSAPrivateKey::CreateFromPriv...eroman2015-01-021-0/+27
* Don't allow trailing data when creating an RSAPrivateKey.davidben2014-11-241-0/+14
* Allow a crypto::RSAPrivateKey object to be wrapped round a pre-existingdougsteed2014-09-101-0/+27
* clean up code at crypto folder.rucifer1217@gmail.com2014-07-221-158/+158
* Implement RSAPrivateKey::Copy()sergeyu@chromium.org2011-12-031-106/+125
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-0/+386