| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 202305 "Destroy all Singletons and LazyInstances between ..." | rsesek@chromium.org | 2013-05-25 | 1 | -2/+3 |
* | Destroy all Singletons and LazyInstances between each test. | rsesek@chromium.org | 2013-05-25 | 1 | -3/+2 |
* | Fix crypto target on linux-redux when using clang | rsleevi@chromium.org | 2013-05-09 | 1 | -4/+4 |
* | Add RSAPrivateKey::CreateFromKeypair() | cmasone@chromium.org | 2013-05-08 | 3 | -6/+51 |
* | Fix client certificate authentication on Mac and Linux introduced in r178732 | rsleevi@chromium.org | 2013-04-25 | 1 | -1/+0 |
* | Update the remaining include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-17 | 8 | -8/+8 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in crypto. | dcheng@chromium.org | 2013-04-11 | 2 | -7/+7 |
* | Finish scoped_array<T> to scoped_ptr<T[]> conversion on Linux. | dcheng@chromium.org | 2013-04-09 | 2 | -2/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 2 | -5/+6 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 2 | -6/+5 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 2 | -5/+6 |
* | Add support for P-256 key exchange in crypto handshake. | rtenneti@chromium.org | 2013-03-31 | 1 | -2/+2 |
* | Update the remaining references to sys_string_conversions.h to its new location. | tfarina@chromium.org | 2013-03-30 | 1 | -1/+1 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -5/+5 |
* | Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does not | lliabraa@chromium.org | 2013-03-15 | 1 | -3/+0 |
* | Land Recent QUIC Changes | rtenneti@chromium.org | 2013-03-14 | 1 | -11/+19 |
* | Added Curve25519-donna changes. | rtenneti@chromium.org | 2013-03-08 | 5 | -0/+724 |
* | CRYPTO - Resolved comments from wtc. Used scoped_ptr<char[]> and | rtenneti@chromium.org | 2013-02-27 | 2 | -7/+6 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Relanding Porting of HKDF changes from server. | rtenneti@chromium.org | 2013-02-23 | 4 | -0/+253 |
* | Revert 184133 | vandebo@chromium.org | 2013-02-22 | 4 | -251/+0 |
* | Porting of HKDF changes from server. | rtenneti@chromium.org | 2013-02-22 | 4 | -0/+251 |
* | This patch adds some Android-support code to allow the network | digit@chromium.org | 2013-02-11 | 1 | -1/+6 |
* | More FilePath -> base::FilePath replacement. | brettw@chromium.org | 2013-02-10 | 1 | -16/+16 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -4/+1 |
* | Time NSS Initialization for slow startups. | jeremy@chromium.org | 2013-01-22 | 1 | -0/+10 |
* | Disabling nacl_win64 targets when building in target_arch!=ia32 mode. | bradnelson@google.com | 2013-01-21 | 1 | -1/+1 |
* | Make crypto build on Win64 | jschuh@chromium.org | 2013-01-10 | 1 | -0/+8 |
* | Add the QuicRandom interface with a default implementation that is | wtc@chromium.org | 2012-12-08 | 1 | -1/+1 |
* | Use size_t as the type of the key_length and digest_length arguments | wtc@chromium.org | 2012-12-04 | 6 | -16/+13 |
* | Fix nits in SecureHash. | wtc@chromium.org | 2012-11-30 | 2 | -1/+3 |
* | Fix nits in crypto::InitNSSSafely(). | jorgelo@chromium.org | 2012-11-29 | 2 | -11/+12 |
* | Update nss_revision to 169146. | wtc@chromium.org | 2012-11-22 | 1 | -2/+0 |
* | Always force a crash with error info on NSS_NoDB_Init failure. | wtc@chromium.org | 2012-11-21 | 1 | -10/+8 |
* | Disable MD5 certificate signatures if NSS is used to verify certificates. | wtc@chromium.org | 2012-11-20 | 1 | -5/+8 |
* | Initialize NSS in the PPAPI process for ClearKey CDM. | jorgelo@chromium.org | 2012-11-17 | 2 | -1/+22 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -3/+4 |
* | Use LOG(FATAL) instead of CHECK(false) to force a crash on NSS_NoDB_Init | wtc@chromium.org | 2012-11-16 | 1 | -1/+1 |
* | Force a crash with error info on NSS_NoDB_Init failure. | wtc@chromium.org | 2012-11-15 | 1 | -0/+13 |
* | crypto: add GHASH implementation. | agl@chromium.org | 2012-11-09 | 4 | -0/+484 |
* | crypto: Remove forbidden using namespace directive. | tfarina@chromium.org | 2012-11-03 | 2 | -3/+12 |
* | First step towards component build for Android. | yfriedman@chromium.org | 2012-11-01 | 1 | -1/+2 |
* | Enable MD5 certificate signatures until we figure out how to deal | wtc@chromium.org | 2012-10-19 | 1 | -0/+5 |
* | Remove all the "set noparent" directives | dpranke@chromium.org | 2012-10-19 | 1 | -1/+0 |
* | Reland: Implement ScopedTestNSSDB instead of OpenTestNSSDB() | toyoshim@chromium.org | 2012-10-18 | 3 | -7/+32 |
* | Revert 162327 - Implement ScopedTestNSSDB instead of OpenTestNSSDB() | estade@chromium.org | 2012-10-17 | 3 | -31/+7 |
* | Implement ScopedTestNSSDB instead of OpenTestNSSDB() | toyoshim@chromium.org | 2012-10-17 | 3 | -7/+31 |
* | Use the NSS internal key slot for all temporary key operations | rsleevi@chromium.org | 2012-10-17 | 4 | -9/+4 |
* | crypto: remove unused Mac SignatureVerifier. | agl@chromium.org | 2012-10-09 | 2 | -227/+0 |
* | Force crypto::AppleKeychain access to be guarded by a Big Global Lock | rsleevi@chromium.org | 2012-10-03 | 1 | -0/+13 |