summaryrefslogtreecommitdiffstats
path: root/crypto/ec_private_key.h
Commit message (Expand)AuthorAgeFilesLines
* Cut down on usage of deprecated APIs in //crypto.davidben2016-03-011-2/+1
* Switch to standard integer types in crypto/.avi2015-12-211-8/+11
* Remove crypto::ECPrivateKey::IsSupported.davidben2015-10-151-3/+0
* Add support for crypto::ECPrivateKey::Copy when built with BoringSSLnharper2015-05-121-1/+1
* Remove dead code in ECPrivateKey.davidben2015-02-251-39/+0
* crypto: Add ECPrivateKey::Copy (not needed for OpenSSL) andwtc@chromium.org2014-06-241-0/+6
* NSS: {EC,RSA}PrivateKey shouldn't call crypto::GetPublicNSSKeySlot or GetPriv...mattm@chromium.org2013-11-131-10/+18
* Remove #pragma once from cryptoajwong@chromium.org2012-07-111-1/+0
* NSS Channel ID: don't check ECC support on every socket creation.mattm@chromium.org2012-07-091-1/+4
* Support EC certs in OriginBoundCertService and OriginBoundCertStore.mattm@chromium.org2011-12-061-0/+17
* Add ECPrivateKey for Elliptic Curve keypair generation.mattm@chromium.org2011-11-091-0/+124