summaryrefslogtreecommitdiffstats
path: root/crypto/ec_private_key_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Cut down on usage of deprecated APIs in //crypto.davidben2016-03-011-47/+55
* Switch to standard integer types in crypto/.avi2015-12-211-34/+35
* Add support for crypto::ECPrivateKey::Copy when built with BoringSSLnharper2015-05-121-2/+0
* Align OpenSSL and NSS ChannelID formats.davidben@chromium.org2014-08-061-11/+49
* crypto: Add ECPrivateKey::Copy (not needed for OpenSSL) andwtc@chromium.org2014-06-241-8/+47
* Hack to allow ec_private_key_openssl loading keys generated with NSS.mattm@chromium.org2014-03-221-3/+123
* openssl: Implement crypto::ECPrivateKey.digit@chromium.org2013-10-171-10/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Add ECPrivateKey for Elliptic Curve keypair generation.mattm@chromium.org2011-11-091-0/+107