summaryrefslogtreecommitdiffstats
path: root/crypto/signature_creator.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in crypto/.avi2015-12-211-5/+7
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-171-2/+2
* Use EVP_DigestSign* rather than EVP_Sign* in SignatureCreator.davidben2015-01-211-2/+0
* Generalize crypto::SignatureCreator to allow choice of hash function, so as t...dougsteed2014-09-191-4/+13
* clean up code at crypto folder.rucifer1217@gmail.com2014-07-221-2/+1
* Introduce RSAPrivateKey::SignDigestpfeldman@chromium.org2013-07-091-0/+7
* Remove platform-specific implementations of RSAPrivateKey and SignatureCreatorrsleevi@chromium.org2013-06-271-17/+7
* Do not include <Security/cssm.h> on iOS as it does not exist.msarda@chromium.org2012-09-051-2/+2
* Remove #pragma once from cryptoajwong@chromium.org2012-07-111-1/+0
* Use a forward declaration of RSAPrivateKey in crypto/signature_creator.h.wtc@chromium.org2012-02-081-2/+3
* Rename CRYPTO_API to CRYPTO_EXPORT.darin@chromium.org2011-08-051-2/+2
* 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