summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-271-1/+4
* Fix component build with gcc 4.6 on Android.aurimas@google.com2014-05-221-1/+1
* Enable more targets in the Android GN build.brettw@chromium.org2014-05-221-0/+4
* Add OpenSSL BIO method that writes to a std::string.mattm@chromium.org2014-05-225-0/+184
* Implemented profile-aware owner key loading.ygorshenin@chromium.org2014-05-212-28/+91
* Implement SSL server socket over OpenSSL.byungchul@chromium.org2014-05-171-1/+2
* Revert 270872 "Move all callers of GetHomeDir() to PathService::..."benwells@chromium.org2014-05-161-4/+1
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-161-1/+4
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-071-2/+1
* GN build improvements.brettw@chromium.org2014-04-301-6/+0
* Remove unused bits implementing parts of RFC 4880rsleevi@chromium.org2014-04-287-975/+0
* Fix for 64-bits, 32-bit size_t assumption.anton@chromium.org2014-04-231-1/+1
* Make GN's "check" run cleanly.brettw@chromium.org2014-04-221-1/+4
* Work on Mac GN build.brettw@chromium.org2014-04-171-10/+5
* Implement net in GN build.brettw@chromium.org2014-04-151-1/+9
* Add SSL support to the GN buildbrettw@chromium.org2014-04-141-0/+278
* Allow empty keys in hmac_openssl.cc.davidben@chromium.org2014-04-102-0/+26
* Get rid of all component builds specific .isolate.maruel@chromium.org2014-04-041-28/+0
* Introduce USE_OPENSSL_CERTS for certificate handling.haavardm@opera.com2014-03-283-9/+6
* Remove prtypes.h and prcpucfg*.h from base/third_party/nspr.wtc@chromium.org2014-03-256-5/+84
* crypto.gyp: move openssl dependency into use_openssl section. Remove redundan...mattm@chromium.org2014-03-221-11/+3
* Hack to allow ec_private_key_openssl loading keys generated with NSS.mattm@chromium.org2014-03-222-3/+128
* 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