summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of strings headers in crypto/, dbus/, device/.avi@chromium.org2013-06-119-10/+10
* Remove unused crypto::GetSupplementalUserKey() method.davidroche@chromium.org2013-06-112-62/+0
* Revert 202305 "Destroy all Singletons and LazyInstances between ..."rsesek@chromium.org2013-05-251-2/+3
* Destroy all Singletons and LazyInstances between each test.rsesek@chromium.org2013-05-251-3/+2
* Fix crypto target on linux-redux when using clangrsleevi@chromium.org2013-05-091-4/+4
* Add RSAPrivateKey::CreateFromKeypair()cmasone@chromium.org2013-05-083-6/+51
* Fix client certificate authentication on Mac and Linux introduced in r178732rsleevi@chromium.org2013-04-251-1/+0
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-178-8/+8
* Rewrite scoped_array<T> to scoped_ptr<T[]> in crypto.dcheng@chromium.org2013-04-112-7/+7
* Finish scoped_array<T> to scoped_ptr<T[]> conversion on Linux.dcheng@chromium.org2013-04-092-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-5/+6
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-092-6/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-5/+6
* Add support for P-256 key exchange in crypto handshake.rtenneti@chromium.org2013-03-311-2/+2
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-301-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-5/+5
* Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does notlliabraa@chromium.org2013-03-151-3/+0
* Land Recent QUIC Changesrtenneti@chromium.org2013-03-141-11/+19
* Added Curve25519-donna changes.rtenneti@chromium.org2013-03-085-0/+724
* CRYPTO - Resolved comments from wtc. Used scoped_ptr<char[]> andrtenneti@chromium.org2013-02-272-7/+6
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Relanding Porting of HKDF changes from server.rtenneti@chromium.org2013-02-234-0/+253
* Revert 184133vandebo@chromium.org2013-02-224-251/+0
* Porting of HKDF changes from server.rtenneti@chromium.org2013-02-224-0/+251
* This patch adds some Android-support code to allow the networkdigit@chromium.org2013-02-111-1/+6
* More FilePath -> base::FilePath replacement.brettw@chromium.org2013-02-101-16/+16
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-4/+1
* Time NSS Initialization for slow startups.jeremy@chromium.org2013-01-221-0/+10
* Disabling nacl_win64 targets when building in target_arch!=ia32 mode.bradnelson@google.com2013-01-211-1/+1
* Make crypto build on Win64jschuh@chromium.org2013-01-101-0/+8
* Add the QuicRandom interface with a default implementation that is wtc@chromium.org2012-12-081-1/+1
* Use size_t as the type of the key_length and digest_length argumentswtc@chromium.org2012-12-046-16/+13
* Fix nits in SecureHash.wtc@chromium.org2012-11-302-1/+3
* Fix nits in crypto::InitNSSSafely().jorgelo@chromium.org2012-11-292-11/+12
* Update nss_revision to 169146.wtc@chromium.org2012-11-221-2/+0
* Always force a crash with error info on NSS_NoDB_Init failure.wtc@chromium.org2012-11-211-10/+8
* Disable MD5 certificate signatures if NSS is used to verify certificates.wtc@chromium.org2012-11-201-5/+8
* Initialize NSS in the PPAPI process for ClearKey CDM.jorgelo@chromium.org2012-11-172-1/+22
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-3/+4
* Use LOG(FATAL) instead of CHECK(false) to force a crash on NSS_NoDB_Initwtc@chromium.org2012-11-161-1/+1
* Force a crash with error info on NSS_NoDB_Init failure.wtc@chromium.org2012-11-151-0/+13
* crypto: add GHASH implementation.agl@chromium.org2012-11-094-0/+484
* crypto: Remove forbidden using namespace directive.tfarina@chromium.org2012-11-032-3/+12
* First step towards component build for Android.yfriedman@chromium.org2012-11-011-1/+2
* Enable MD5 certificate signatures until we figure out how to dealwtc@chromium.org2012-10-191-0/+5
* Remove all the "set noparent" directivesdpranke@chromium.org2012-10-191-1/+0
* Reland: Implement ScopedTestNSSDB instead of OpenTestNSSDB()toyoshim@chromium.org2012-10-183-7/+32
* Revert 162327 - Implement ScopedTestNSSDB instead of OpenTestNSSDB()estade@chromium.org2012-10-173-31/+7
* Implement ScopedTestNSSDB instead of OpenTestNSSDB()toyoshim@chromium.org2012-10-173-7/+31
* Use the NSS internal key slot for all temporary key operationsrsleevi@chromium.org2012-10-174-9/+4