summaryrefslogtreecommitdiffstats
path: root/crypto/signature_creator_nss.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in crypto/.avi2015-12-211-4/+5
* Use EVP_DigestSign* rather than EVP_Sign* in SignatureCreator.davidben2015-01-211-5/+1
* Generalize crypto::SignatureCreator to allow choice of hash function, so as t...dougsteed2014-09-191-4/+29
* Reland http://crrev.com/209278rsleevi@chromium.org2013-08-071-5/+1
* Fix a bug where packing an extension with bad private key causes crash.DHNishi@gmail.com2013-07-311-1/+0
* Introduce RSAPrivateKey::SignDigestpfeldman@chromium.org2013-07-091-0/+23
* Revert 209515 "Reland http://crrev.com/209278"rsleevi@chromium.org2013-07-011-1/+5
* Reland http://crrev.com/209278rsleevi@chromium.org2013-07-011-5/+1
* Revert 209278 "Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2"joaodasilva@chromium.org2013-06-291-1/+5
* Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2rsleevi@chromium.org2013-06-291-5/+1
* init key_ in ctortbreisacher@chromium.org2012-03-301-1/+3
* Use a forward declaration of RSAPrivateKey in crypto/signature_creator.h.wtc@chromium.org2012-02-081-1/+2
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-0/+76