summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Switch to BoringSSL.davidben@chromium.org2014-07-229-21/+25
* clean up code at crypto folder.rucifer1217@gmail.com2014-07-229-170/+168
* Revert "Switch to BoringSSL."agl@chromium.org2014-07-189-25/+21
* Switch to BoringSSL.agl@chromium.org2014-07-189-21/+25
* Remove NSSCertDatabase from ClientCertStoreChromeOS unittest.pneubeck@chromium.org2014-07-181-6/+10
* Remove some unnecessary ifs.eroman@chromium.org2014-07-181-4/+2
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-181-1/+1
* Revert 283813 "Switch to BoringSSL."vitalybuka@chromium.org2014-07-179-25/+21
* Switch to BoringSSL.agl@chromium.org2014-07-179-21/+25
* Revert "Switch to BoringSSL."agl@chromium.org2014-07-179-25/+21
* Switch to BoringSSL.agl@chromium.org2014-07-169-21/+25
* Fix memory leaks when calling EVP_PKEY_get1_RSA.davidben@chromium.org2014-07-142-5/+6
* Add GetSystemNSSKeySlot, merge GetPrivateNSSKeySlot/GetPublicNSSKeySlot to Ge...mattm@chromium.org2014-07-133-55/+52
* Remove usage of singleton software_slot_ in nss on ChromeOStbarzic@chromium.org2014-07-124-68/+76
* Eliminate ScopedOpenSSL in favour of scoped_ptr<> specializations.rsleevi@chromium.org2014-07-107-70/+98
* crypto: Add ECPrivateKey::Copy (not needed for OpenSSL) andwtc@chromium.org2014-06-244-10/+118
* 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