summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: Tag some overridden methods with OVERRIDE.tfarina@chromium.org2012-07-301-4/+5
* crypto: special case ∞+a, a+∞ and a+a in p224.agl@chromium.org2012-07-272-44/+113
* Declare password_data_count_ as int to match the return type of itswtc@chromium.org2012-07-191-1/+1
* Remove #pragma once from cryptoajwong@chromium.org2012-07-1128-42/+14
* NSS Channel ID: don't check ECC support on every socket creation.mattm@chromium.org2012-07-093-4/+46
* Convert SSLClientSocketNSS to use the NSS Channel ID callback.mattm@chromium.org2012-06-261-1/+1
* Use NSS for symmetric key crypto operations on Windows and Mac.ddorwin@chromium.org2012-06-158-501/+58
* Fixing gcc 4.7 building problems.shenhan@google.com2012-06-053-10/+18
* Remove TPMTokenInfoDelegate to make TPM initialization code path simplehashimoto@chromium.org2012-05-172-103/+55
* Upstream: Depend on OpenSSL directly instead of via system.gypjingzhao@chromium.org2012-05-161-1/+1
* Remove crypto::IsTPMTokenAvailblehashimoto@chromium.org2012-05-162-16/+0
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-151-0/+4
* Add a wrong key that should be detected by all implementations.wtc@chromium.org2012-05-111-5/+24
* Don't sign extensions with an unsupported/invalid private keyrsleevi@chromium.org2012-05-041-13/+16
* win: Fix a few minor issues found by clang.thakis@chromium.org2012-05-021-11/+5
* Demonstrate that not all wrong keys can be detected by padding error.wtc@chromium.org2012-04-271-0/+14
* Add a warning about Decrypt() being used as a padding oracle.wtc@chromium.org2012-04-251-1/+9
* Add a wrong key test into EncryptorTest.xhwang@chromium.org2012-04-231-1/+45
* Properly pass NSS parameters when initializing the PKCS#11 module on CrOSrsleevi@chromium.org2012-04-061-52/+7
* Forces TPM slot to be "Friendly", allowing NSS to avoid lockinggspencer@chromium.org2012-04-031-3/+48
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* init key_ in ctortbreisacher@chromium.org2012-03-301-1/+3
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-283-30/+30
* New CRYPTO_EXPORT macros.thakis@chromium.org2012-03-282-2/+3
* Fix a few warnings that -Wnull-conversion of a future clang will complain about.thakis@chromium.org2012-03-282-7/+8
* Reland - Create a database for NaCl validation caching that is shared between...nduca@google.com2012-03-273-21/+70
* Revert 129061 - Create a database for NaCl validation caching that is shared ...nduca@google.com2012-03-273-70/+21
* Create a database for NaCl validation caching that is shared between processes.ncbray@chromium.org2012-03-273-21/+70
* Move *keychain_mac* files to crypto/akalin@chromium.org2012-03-175-0/+993
* mac: Make crypto_unittests depend on nsprthakis@chromium.org2012-03-151-0/+5
* Don't enforce the old HMAC key size requirement in FIPS 198 Sec. 3.wtc@chromium.org2012-03-142-2/+8