| Commit message (Expand) | Author | Age | Files | Lines |
* | Global conversion of Pass()→std::move(): CrOS edition | dcheng | 2015-12-31 | 1 | -8/+10 |
* | Remove trust from any certs in ScopedTestDB before closing it. | mattm | 2015-12-28 | 1 | -0/+18 |
* | Global conversion of Pass()→std::move() on OS==linux | dcheng | 2015-12-28 | 1 | -1/+1 |
* | Switch to standard integer types in crypto/. | avi | 2015-12-21 | 82 | -1010/+1051 |
* | clang/win: Let some chromium_code targets build with -Wextra. | thakis | 2015-12-10 | 1 | -4/+4 |
* | Cleanup: Correctly spell success(ful). | thestig | 2015-11-23 | 1 | -2/+2 |
* | Make vector_as_array use std::vector::data and switch a few directories. | davidben | 2015-11-19 | 4 | -10/+6 |
* | Use std::default_delete as the default deleter for scoped_ptr. | dcheng | 2015-11-19 | 2 | -3/+0 |
* | Roll src/third_party/boringssl/src d7421ebf6..3ac32b1ed | davidben | 2015-11-19 | 7 | -22/+82 |
* | Deprecate *_EXPORT_PRIVATE macros. | xhwang | 2015-11-06 | 6 | -16/+9 |
* | Remove unused private fields in crypto/. | mlamouri | 2015-10-21 | 3 | -10/+9 |
* | Remove work-around for compiler tree-vectorization bug in P224. | wez | 2015-10-20 | 1 | -15/+0 |
* | crypto: Remove duplicated list include from rsa_private_key.cc. | tfarina | 2015-10-19 | 1 | -1/+0 |
* | Remove crypto::ECPrivateKey::IsSupported. | davidben | 2015-10-15 | 3 | -42/+2 |
* | Remove cpu.has_avx_hardware() | fbarchard | 2015-10-06 | 1 | -18/+0 |
* | Fold away now dead NSS code. | davidben | 2015-10-02 | 2 | -158/+0 |
* | Convert some GN group's deps to be public | Brett Wilson | 2015-10-01 | 1 | -3/+3 |
* | Unwind all the code to account for old system NSS's. | davidben | 2015-09-29 | 6 | -1018/+1 |
* | Crypto: Remove myself from owners | rvargas | 2015-09-25 | 1 | -1/+0 |
* | Cleanup: Remove references to tests that no longer exists / are unused. | thestig | 2015-09-24 | 1 | -20/+9 |
* | Compile remoting client plugin with GN | sergeyu | 2015-09-14 | 1 | -172/+163 |
* | Move Singleton and related structs to namespace base | olli.raula | 2015-09-10 | 4 | -12/+14 |
* | Fix sbox_validation_tests & Make isolate_driver.py include the executable itself | maruel | 2015-09-09 | 1 | -1/+0 |
* | Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec... | stgao | 2015-09-03 | 1 | -0/+1 |
* | Fix sbox_validation_tests & Make isolate_driver.py include the executable itself | maruel | 2015-09-02 | 1 | -1/+0 |
* | Roll src/third_party/boringssl/src 12fe1b25e..ac8302a09 | davidben | 2015-09-02 | 1 | -1/+2 |
* | Sync GN tests with GYP build. | brettw | 2015-08-18 | 1 | -1/+1 |
* | Fix up #ifdefs in crypto/encryptor.h. | davidben | 2015-08-11 | 1 | -3/+2 |
* | Convert remaining StringToLowerASCII to ToLowerASCII. | brettw | 2015-08-11 | 1 | -1/+1 |
* | Only prime NSS in the sandbox for NSS ports. | davidben | 2015-08-11 | 2 | -1/+25 |
* | Revert "Compile and link libcrypto_nacl for nacl targets." | erikchen | 2015-07-28 | 1 | -1/+0 |
* | Add more isolate/swarming support for GN builds. | dpranke | 2015-07-27 | 1 | -0/+9 |
* | Fix and enable MSVC warning C4018 for crypto/. | pkasting | 2015-07-21 | 2 | -5/+1 |
* | Compile and link libcrypto_nacl for nacl targets. | erikchen | 2015-07-20 | 1 | -0/+1 |
* | Remove 'read_only': 1 from most .isolate files. | maruel | 2015-07-20 | 1 | -1/+0 |
* | Move GN obj files to target-specific dirs | brettw | 2015-07-11 | 1 | -1/+1 |
* | Move WriteInto to base namespace. | Brett Wilson | 2015-07-07 | 5 | -13/+14 |
* | Stub in more IPC attachment brokering functionality. | erikchen | 2015-07-07 | 1 | -161/+174 |
* | Generalize the NSS PK11_Decrypt/Encrypt methods in //crypto/. | peter | 2015-07-03 | 6 | -1/+1018 |
* | Remove wtc@chromium.org from crypto/OWNERS. | wtc | 2015-06-30 | 1 | -1/+0 |
* | Implement Mac Keychain migration algorithm. | vasilii | 2015-06-30 | 2 | -1/+17 |
* | Prune OpenSSLInitSingleton. | davidben | 2015-06-16 | 1 | -34/+1 |
* | increase crypto_unittest key sizes to satisfy NSS 3.19.1 | mostynb | 2015-06-09 | 2 | -3/+4 |
* | remove crypto_unittests_run's uneeded xdisplaycheck dep | mostynb | 2015-06-09 | 1 | -37/+11 |
* | Deprecate Startup.SlowStartup* histograms. | asvitkine | 2015-06-09 | 1 | -11/+0 |
* | Change most uses of Pickle to base::Pickle | brettw | 2015-06-03 | 3 | -10/+10 |
* | Move Pickle to base namespace. | brettw | 2015-06-02 | 1 | -2/+4 |
* | crypto: Load libchaps.so with RTLD_DEEPBIND | spang | 2015-05-14 | 1 | -0/+38 |
* | Replace EVP_PKEY_dup calls with EVP_PKEY_up_ref. | davidben | 2015-05-13 | 2 | -2/+2 |
* | Add support for crypto::ECPrivateKey::Copy when built with BoringSSL | nharper | 2015-05-12 | 3 | -3/+8 |