summaryrefslogtreecommitdiffstats
path: root/crypto/signature_creator_openssl.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in crypto/.avi2015-12-211-4/+6
* Make vector_as_array use std::vector::data and switch a few directories.davidben2015-11-191-3/+2
* Use EVP_DigestSign* rather than EVP_Sign* in SignatureCreator.davidben2015-01-211-8/+14
* Fix crypto_unittests on Windows BoringSSL port.davidben2014-10-021-3/+2
* Generalize crypto::SignatureCreator to allow choice of hash function, so as t...dougsteed2014-09-191-4/+35
* Fix memory leaks when calling EVP_PKEY_get1_RSA.davidben@chromium.org2014-07-141-3/+4
* Introduce RSAPrivateKey::SignDigestpfeldman@chromium.org2013-07-091-0/+22
* Use a forward declaration of RSAPrivateKey in crypto/signature_creator.h.wtc@chromium.org2012-02-081-1/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-0/+54