summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Move PrivateKeyInfoCodec to rsa_private_key_nss.ccdavidben2016-03-235-527/+481
* Adding macro to enable changing SSL library (Part 1)svaldez2016-03-181-2/+0
* [iOS/OS X] Add Security.framework to //crypto link flags.sdefresne2016-03-171-0/+2
* Suppress -Wdeprecated-declarations warnings in apple_keychain_mac.mm.erikchen2016-03-161-0/+10
* [Downloads] Rework how hashes are calculated for download files.asanka2016-03-155-141/+62
* Switch SignatureVerifier to taking an algorithm enum.davidben2016-03-036-164/+86
* Suppress the clang warning "-Wdeprecated-declarations" for CSSM API calls.erikchen2016-03-022-0/+14
* Cut down on usage of deprecated APIs in //crypto.davidben2016-03-0112-178/+191
* Disable all NEON in BoringSSL if has_broken_neon is set.davidben2016-02-241-6/+5
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-281-8/+0
* Fix RSAPrivateKey::ExportPrivateKey documentation.davidben2016-01-261-1/+1
* Move CRYPTO_EXPORT in openssl_util.h to the beginning of the line.bauerb2016-01-231-2/+2
* Remove crypto::GaloisHash.davidben2016-01-226-505/+0
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-201-1/+1
* 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