summaryrefslogtreecommitdiffstats
path: root/crypto/rsa_private_key.h
Commit message (Expand)AuthorAgeFilesLines
* Move PrivateKeyInfoCodec to rsa_private_key_nss.ccdavidben2016-03-231-136/+0
* Fix RSAPrivateKey::ExportPrivateKey documentation.davidben2016-01-261-1/+1
* Switch to standard integer types in crypto/.avi2015-12-211-57/+62
* Cleanup: Remove references to tests that no longer exists / are unused.thestig2015-09-241-20/+9
* Reland "Don't use RSAPrivateKey in NSS integration code."davidben2015-05-111-68/+1
* Revert of Don't use RSAPrivateKey in NSS integration code. (patchset #6 id:10...spang2015-05-011-1/+68
* Don't use RSAPrivateKey in NSS integration code.davidben2015-05-011-68/+1
* Initial support for using BoringSSL with NSS certificates.davidben2015-04-221-12/+17
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-171-6/+6
* Allow a crypto::RSAPrivateKey object to be wrapped round a pre-existingdougsteed2014-09-101-0/+6
* Implemented profile-aware owner key loading.ygorshenin@chromium.org2014-05-211-0/+18
* NSS: {EC,RSA}PrivateKey shouldn't call crypto::GetPublicNSSKeySlot or GetPriv...mattm@chromium.org2013-11-131-11/+18
* Remove platform-specific implementations of RSAPrivateKey and SignatureCreatorrsleevi@chromium.org2013-06-271-51/+23
* Add RSAPrivateKey::CreateFromKeypair()cmasone@chromium.org2013-05-081-6/+12
* Built crypto and crypto_unittests for iOSmsarda@chromium.org2012-08-091-0/+8
* Remove #pragma once from cryptoajwong@chromium.org2012-07-111-2/+1
* Implement RSAPrivateKey::Copy()sergeyu@chromium.org2011-12-031-2/+5
* Rename CRYPTO_API to CRYPTO_EXPORT.darin@chromium.org2011-08-051-2/+2
* crypto: Add crytpto_api.h and annotate the current exports needed to runrvargas@google.com2011-06-171-1/+2
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-0/+273