summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Remove unused SymmetricKey::CreateFromKey method.mattm@chromium.org2014-03-202-12/+0
* Move more file_util functions to base namespace.brettw@chromium.org2014-03-131-3/+3
* Build src/crypto for PNaClsergeyu@chromium.org2014-03-123-90/+155
* Convert most Chromium presubmit files to use new multiple-tryserver-compatibl...phajdan.jr@chromium.org2014-03-111-3/+6
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-1/+2
* chromeos: Load chaps module and lookup TPM slots on the worker pool.mattm@chromium.org2014-02-272-41/+126
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-262-29/+24
* Make net_unittests_run work with component=shared_library.maruel@chromium.org2014-02-051-0/+28
* Use file_util::GetFileSystemType() in crypto/nss_util.cc.thestig@chromium.org2014-02-051-18/+19
* Disable noisy printf in nss_util.ccdanakj@chromium.org2014-01-311-1/+1
* ChromeOS: Fix crash if login profile triggers client auth.mattm@chromium.org2014-01-142-1/+19
* Allow Win64 build of base library even in a Win32 build.petewil@chromium.org2014-01-091-1/+1
* crypto: fix typo in unittest found by thakis's new compiler warning.agl@chromium.org2013-12-211-1/+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