summaryrefslogtreecommitdiffstats
path: root/crypto/encryptor.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in crypto/.avi2015-12-211-4/+6
* Fix up #ifdefs in crypto/encryptor.h.davidben2015-08-111-3/+2
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-171-2/+2
* Introduce USE_OPENSSL_CERTS for certificate handling.haavardm@opera.com2014-03-281-1/+2
* Support CTR-AES in encryptor_openssl.xhwang@chromium.org2013-06-131-1/+4
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* Use the NSS internal key slot for all temporary key operationsrsleevi@chromium.org2012-10-171-1/+0
* Remove #pragma once from cryptoajwong@chromium.org2012-07-111-1/+0
* Use NSS for symmetric key crypto operations on Windows and Mac.ddorwin@chromium.org2012-06-151-14/+3
* Add a warning about Decrypt() being used as a padding oracle.wtc@chromium.org2012-04-251-1/+9
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-3/+5
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-2/+2
* Rename CRYPTO_API to CRYPTO_EXPORT.darin@chromium.org2011-08-051-2/+2
* Use base::StringPiece for input parameters in Encryptor, rather than std::stringrsleevi@chromium.org2011-07-081-9/+10
* Implement AES-CTR for NSS.hclam@chromium.org2011-06-241-1/+67
* crypto: Add crytpto_api.h and annotate the current exports needed to runrvargas@google.com2011-06-171-1/+2
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-0/+69