summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Revert 241080 "Add ClientCertStoreChromeOS which only returns th..."mattm@chromium.org2014-01-132-50/+1
* Add ClientCertStoreChromeOS which only returns the certs for a given user.mattm@chromium.org2013-12-172-1/+50
* Update keygen to use correct NSS slot on ChromeOS multiprofile.mattm@chromium.org2013-12-164-35/+55
* Fix location of NSS library on armhf linux.sbc@chromium.org2013-12-111-0/+4
* Initialize per-ChromeOS-user NSS slots and provide the functions to access them.mattm@google.com2013-12-063-12/+278
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-021-1/+1
* Remove crypto::GetTPMTokenInfo which is no longer necessary.mattm@chromium.org2013-11-252-38/+4
* crypto: disable NSS AES-NI support when AVX is disabled by OS.agl@chromium.org2013-11-221-0/+18
* Remove ChromeOS TPM slot unlock hacks that are unnecessary with chaps.mattm@chromium.org2013-11-211-18/+1
* crypto: enable NEON optimisations when supported by the platform.agl@chromium.org2013-11-202-0/+15
* NSS: {EC,RSA}PrivateKey shouldn't call crypto::GetPublicNSSKeySlot or GetPriv...mattm@chromium.org2013-11-135-113/+103
* Start adding threading checks to nss_util.mattm@chromium.org2013-11-121-0/+45
* crypto/nss_util: Get TPM slot id, do lookup by id instead of by name.mattm@chromium.org2013-10-252-24/+38
* crypto: Implement ECSignatureCreatorImpl for OpenSSLdigit@chromium.org2013-10-252-17/+61
* Add ScopedPK11SlotList to scoped_nss_types.hmattm@chromium.org2013-10-231-0/+3
* Add missing include of algorithm for std::minscottmg@chromium.org2013-10-221-0/+2
* openssl: Implement crypto::ECPrivateKey.digit@chromium.org2013-10-172-26/+166
* Update the NSS bug number for the invalid read when AES-CBC decrypting.wtc@chromium.org2013-10-021-1/+1
* Prevent invalid memory read when AES-CBC decrypting.eroman@chromium.org2013-10-012-3/+38
* Rename "decypted" to "decrypted".eroman@chromium.org2013-09-301-28/+28
* add missing #include of <algorithm>, needed on VS2013 for std::minscottmg@chromium.org2013-09-121-0/+2
* crypto: Don't try to init NSS with nonexistent DB.derat@chromium.org2013-09-121-7/+9
* Convert most run_all_unittests.cc files to use new unit test launcher.phajdan.jr@chromium.org2013-09-052-21/+1
* Make CryptohomeClientImplStub and ScopedTestNSSDB use the same TokenName.pneubeck@chromium.org2013-08-122-1/+6
* Reland http://crrev.com/209278rsleevi@chromium.org2013-08-072-17/+7
* [MIPS] Add additional directory for NSS librariespetarj@mips.com2013-08-011-1/+3
* Fix a bug where packing an extension with bad private key causes crash.DHNishi@gmail.com2013-07-311-1/+0
* net: fix buffer overflow in GHASH.agl@chromium.org2013-07-172-12/+20
* Introduce RSAPrivateKey::SignDigestpfeldman@chromium.org2013-07-094-6/+100
* OpenSSL/NSS implementation of ProofVerfifier.rtenneti@chromium.org2013-07-032-5/+26
* Revert 209515 "Reland http://crrev.com/209278"rsleevi@chromium.org2013-07-012-7/+17
* Reland http://crrev.com/209278rsleevi@chromium.org2013-07-012-17/+7
* Use the HASH_ResultLenContext and HASH_GetType functions, now that theywtc@chromium.org2013-07-011-2/+2
* Actually close the test NSS DB when ScopedTestNSSDB is destroyedrsleevi@chromium.org2013-06-291-11/+14
* Revert 209278 "Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2"joaodasilva@chromium.org2013-06-292-7/+17
* Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2rsleevi@chromium.org2013-06-292-17/+7
* Add SignatureVerifier::VerifyInitRSAPSS for verifying RSA-PSS signatures.wtc@chromium.org2013-06-288-38/+1315
* Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...avi@chromium.org2013-06-284-4/+4
* Remove platform-specific implementations of RSAPrivateKey and SignatureCreatorrsleevi@chromium.org2013-06-2710-777/+60
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-5/+5
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-242-14/+8
* On NSS, treat non-permanent RSA private keys as ephemeralrsleevi@chromium.org2013-06-211-2/+4
* Support CTR-AES in encryptor_openssl.xhwang@chromium.org2013-06-133-33/+240
* Use a direct include of strings headers in crypto/, dbus/, device/.avi@chromium.org2013-06-119-10/+10
* Remove unused crypto::GetSupplementalUserKey() method.davidroche@chromium.org2013-06-112-62/+0
* Revert 202305 "Destroy all Singletons and LazyInstances between ..."rsesek@chromium.org2013-05-251-2/+3
* Destroy all Singletons and LazyInstances between each test.rsesek@chromium.org2013-05-251-3/+2
* Fix crypto target on linux-redux when using clangrsleevi@chromium.org2013-05-091-4/+4
* Add RSAPrivateKey::CreateFromKeypair()cmasone@chromium.org2013-05-083-6/+51