summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: remove unused Mac SignatureVerifier.agl@chromium.org2012-10-092-227/+0
* Force crypto::AppleKeychain access to be guarded by a Big Global Lockrsleevi@chromium.org2012-10-031-0/+13
* crypto: add DecodeSignature and use SHA-256 with ECDSA.agl@chromium.org2012-09-195-11/+50
* Do not include <Security/cssm.h> on iOS as it does not exist.msarda@chromium.org2012-09-051-2/+2
* Rename MacKeychain to AppleKeychainmsarda@chromium.org2012-08-308-205/+468
* Add RSAPrivateKey stub implementation for iOS.msarda@chromium.org2012-08-202-0/+76
* Upstream minor iOS crypto diffs.msarda@chromium.org2012-08-142-2/+5
* Built crypto and crypto_unittests for iOSmsarda@chromium.org2012-08-093-7/+27
* Added crypto random-number generatormniknami@chromium.org2012-08-026-7/+78
* Add a DCHECK to ECSignatureCreator::SetFactoryForTesting to help avoid use-af...rch@chromium.org2012-08-011-0/+4
* Make 'License' field in third-party metadata requiredsteveblock@chromium.org2012-08-011-0/+1
* src/crypto should build on the x86_64 architecture.mmaerean@adobe.com2012-07-302-42/+81