Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to standard integer types in crypto/. | avi | 2015-12-21 | 1 | -4/+6 |
* | Make vector_as_array use std::vector::data and switch a few directories. | davidben | 2015-11-19 | 1 | -3/+2 |
* | Use EVP_DigestSign* rather than EVP_Sign* in SignatureCreator. | davidben | 2015-01-21 | 1 | -8/+14 |
* | Fix crypto_unittests on Windows BoringSSL port. | davidben | 2014-10-02 | 1 | -3/+2 |
* | Generalize crypto::SignatureCreator to allow choice of hash function, so as t... | dougsteed | 2014-09-19 | 1 | -4/+35 |
* | Fix memory leaks when calling EVP_PKEY_get1_RSA. | davidben@chromium.org | 2014-07-14 | 1 | -3/+4 |
* | Introduce RSAPrivateKey::SignDigest | pfeldman@chromium.org | 2013-07-09 | 1 | -0/+22 |
* | Use a forward declaration of RSAPrivateKey in crypto/signature_creator.h. | wtc@chromium.org | 2012-02-08 | 1 | -1/+2 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -0/+54 |