summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Global conversion of Pass()→std::move(): CrOS editiondcheng2015-12-311-8/+10
* Remove trust from any certs in ScopedTestDB before closing it.mattm2015-12-281-0/+18
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-1/+1
* Switch to standard integer types in crypto/.avi2015-12-2182-1010/+1051
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-101-4/+4
* Cleanup: Correctly spell success(ful).thestig2015-11-231-2/+2
* Make vector_as_array use std::vector::data and switch a few directories.davidben2015-11-194-10/+6
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-192-3/+0
* Roll src/third_party/boringssl/src d7421ebf6..3ac32b1eddavidben2015-11-197-22/+82
* Deprecate *_EXPORT_PRIVATE macros.xhwang2015-11-066-16/+9
* Remove unused private fields in crypto/.mlamouri2015-10-213-10/+9
* Remove work-around for compiler tree-vectorization bug in P224.wez2015-10-201-15/+0
* crypto: Remove duplicated list include from rsa_private_key.cc.tfarina2015-10-191-1/+0
* Remove crypto::ECPrivateKey::IsSupported.davidben2015-10-153-42/+2
* Remove cpu.has_avx_hardware()fbarchard2015-10-061-18/+0
* Fold away now dead NSS code.davidben2015-10-022-158/+0
* Convert some GN group's deps to be publicBrett Wilson2015-10-011-3/+3
* Unwind all the code to account for old system NSS's.davidben2015-09-296-1018/+1
* Crypto: Remove myself from ownersrvargas2015-09-251-1/+0
* Cleanup: Remove references to tests that no longer exists / are unused.thestig2015-09-241-20/+9
* Compile remoting client plugin with GNsergeyu2015-09-141-172/+163
* Move Singleton and related structs to namespace baseolli.raula2015-09-104-12/+14
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-1/+0
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+1
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-1/+0
* Roll src/third_party/boringssl/src 12fe1b25e..ac8302a09davidben2015-09-021-1/+2
* Sync GN tests with GYP build.brettw2015-08-181-1/+1
* Fix up #ifdefs in crypto/encryptor.h.davidben2015-08-111-3/+2
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-1/+1
* Only prime NSS in the sandbox for NSS ports.davidben2015-08-112-1/+25
* Revert "Compile and link libcrypto_nacl for nacl targets."erikchen2015-07-281-1/+0
* Add more isolate/swarming support for GN builds.dpranke2015-07-271-0/+9
* Fix and enable MSVC warning C4018 for crypto/.pkasting2015-07-212-5/+1
* Compile and link libcrypto_nacl for nacl targets.erikchen2015-07-201-0/+1
* Remove 'read_only': 1 from most .isolate files.maruel2015-07-201-1/+0
* Move GN obj files to target-specific dirsbrettw2015-07-111-1/+1
* Move WriteInto to base namespace.Brett Wilson2015-07-075-13/+14
* Stub in more IPC attachment brokering functionality.erikchen2015-07-071-161/+174
* Generalize the NSS PK11_Decrypt/Encrypt methods in //crypto/.peter2015-07-036-1/+1018
* Remove wtc@chromium.org from crypto/OWNERS.wtc2015-06-301-1/+0
* Implement Mac Keychain migration algorithm.vasilii2015-06-302-1/+17
* Prune OpenSSLInitSingleton.davidben2015-06-161-34/+1
* increase crypto_unittest key sizes to satisfy NSS 3.19.1mostynb2015-06-092-3/+4
* remove crypto_unittests_run's uneeded xdisplaycheck depmostynb2015-06-091-37/+11
* Deprecate Startup.SlowStartup* histograms.asvitkine2015-06-091-11/+0
* Change most uses of Pickle to base::Picklebrettw2015-06-033-10/+10
* Move Pickle to base namespace.brettw2015-06-021-2/+4
* crypto: Load libchaps.so with RTLD_DEEPBINDspang2015-05-141-0/+38
* Replace EVP_PKEY_dup calls with EVP_PKEY_up_ref.davidben2015-05-132-2/+2
* Add support for crypto::ECPrivateKey::Copy when built with BoringSSLnharper2015-05-123-3/+8