| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not include <Security/cssm.h> on iOS as it does not exist. | msarda@chromium.org | 2012-09-05 | 1 | -2/+2 |
* | Rename MacKeychain to AppleKeychain | msarda@chromium.org | 2012-08-30 | 8 | -205/+468 |
* | Add RSAPrivateKey stub implementation for iOS. | msarda@chromium.org | 2012-08-20 | 2 | -0/+76 |
* | Upstream minor iOS crypto diffs. | msarda@chromium.org | 2012-08-14 | 2 | -2/+5 |
* | Built crypto and crypto_unittests for iOS | msarda@chromium.org | 2012-08-09 | 3 | -7/+27 |
* | Added crypto random-number generator | mniknami@chromium.org | 2012-08-02 | 6 | -7/+78 |
* | Add a DCHECK to ECSignatureCreator::SetFactoryForTesting to help avoid use-af... | rch@chromium.org | 2012-08-01 | 1 | -0/+4 |
* | Make 'License' field in third-party metadata required | steveblock@chromium.org | 2012-08-01 | 1 | -0/+1 |
* | src/crypto should build on the x86_64 architecture. | mmaerean@adobe.com | 2012-07-30 | 2 | -42/+81 |
* | crypto: Tag some overridden methods with OVERRIDE. | tfarina@chromium.org | 2012-07-30 | 1 | -4/+5 |
* | crypto: special case ∞+a, a+∞ and a+a in p224. | agl@chromium.org | 2012-07-27 | 2 | -44/+113 |
* | Declare password_data_count_ as int to match the return type of its | wtc@chromium.org | 2012-07-19 | 1 | -1/+1 |
* | Remove #pragma once from crypto | ajwong@chromium.org | 2012-07-11 | 28 | -42/+14 |
* | NSS Channel ID: don't check ECC support on every socket creation. | mattm@chromium.org | 2012-07-09 | 3 | -4/+46 |
* | Convert SSLClientSocketNSS to use the NSS Channel ID callback. | mattm@chromium.org | 2012-06-26 | 1 | -1/+1 |
* | Use NSS for symmetric key crypto operations on Windows and Mac. | ddorwin@chromium.org | 2012-06-15 | 8 | -501/+58 |
* | Fixing gcc 4.7 building problems. | shenhan@google.com | 2012-06-05 | 3 | -10/+18 |
* | Remove TPMTokenInfoDelegate to make TPM initialization code path simple | hashimoto@chromium.org | 2012-05-17 | 2 | -103/+55 |
* | Upstream: Depend on OpenSSL directly instead of via system.gyp | jingzhao@chromium.org | 2012-05-16 | 1 | -1/+1 |
* | Remove crypto::IsTPMTokenAvailble | hashimoto@chromium.org | 2012-05-16 | 2 | -16/+0 |
* | Change the way _EXPORT macros look. | thakis@chromium.org | 2012-05-15 | 1 | -0/+4 |
* | Add a wrong key that should be detected by all implementations. | wtc@chromium.org | 2012-05-11 | 1 | -5/+24 |
* | Don't sign extensions with an unsupported/invalid private key | rsleevi@chromium.org | 2012-05-04 | 1 | -13/+16 |
* | win: Fix a few minor issues found by clang. | thakis@chromium.org | 2012-05-02 | 1 | -11/+5 |
* | Demonstrate that not all wrong keys can be detected by padding error. | wtc@chromium.org | 2012-04-27 | 1 | -0/+14 |
* | Add a warning about Decrypt() being used as a padding oracle. | wtc@chromium.org | 2012-04-25 | 1 | -1/+9 |
* | Add a wrong key test into EncryptorTest. | xhwang@chromium.org | 2012-04-23 | 1 | -1/+45 |
* | Properly pass NSS parameters when initializing the PKCS#11 module on CrOS | rsleevi@chromium.org | 2012-04-06 | 1 | -52/+7 |
* | Forces TPM slot to be "Friendly", allowing NSS to avoid locking | gspencer@chromium.org | 2012-04-03 | 1 | -3/+48 |
* | Fix some grammar in comments, error messages and documentation. | gavinp@chromium.org | 2012-04-03 | 1 | -1/+1 |
* | init key_ in ctor | tbreisacher@chromium.org | 2012-03-30 | 1 | -1/+3 |
* | Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt... | wez@chromium.org | 2012-03-28 | 3 | -30/+30 |
* | New CRYPTO_EXPORT macros. | thakis@chromium.org | 2012-03-28 | 2 | -2/+3 |
* | Fix a few warnings that -Wnull-conversion of a future clang will complain about. | thakis@chromium.org | 2012-03-28 | 2 | -7/+8 |
* | Reland - Create a database for NaCl validation caching that is shared between... | nduca@google.com | 2012-03-27 | 3 | -21/+70 |
* | Revert 129061 - Create a database for NaCl validation caching that is shared ... | nduca@google.com | 2012-03-27 | 3 | -70/+21 |
* | Create a database for NaCl validation caching that is shared between processes. | ncbray@chromium.org | 2012-03-27 | 3 | -21/+70 |
* | Move *keychain_mac* files to crypto/ | akalin@chromium.org | 2012-03-17 | 5 | -0/+993 |
* | mac: Make crypto_unittests depend on nspr | thakis@chromium.org | 2012-03-15 | 1 | -0/+5 |
* | Don't enforce the old HMAC key size requirement in FIPS 198 Sec. 3. | wtc@chromium.org | 2012-03-14 | 2 | -2/+8 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 4 | -22/+19 |
* | Avoid loading ws2_32.dll just to get htons() and friends. | wez@chromium.org | 2012-03-06 | 1 | -0/+8 |
* | Convert blocking chromeos::CryptohomeClient::Pkcs11* methods to async | hashimoto@chromium.org | 2012-02-28 | 2 | -44/+68 |
* | Fix SpdySession::WriteCredentialFrame ECPrivateKey creation args. | mattm@chromium.org | 2012-02-28 | 7 | -36/+95 |
* | Properly parse UTF8Strings in certificates on Windows. | rsleevi@chromium.org | 2012-02-15 | 3 | -18/+19 |
* | Make nss/TPM integration in ChromeOS more robust. | stevenjb@chromium.org | 2012-02-15 | 1 | -3/+1 |
* | mac: Add _EXPORT macros, crypto/. | thakis@chromium.org | 2012-02-09 | 1 | -1/+1 |
* | Add EnsureNSSInit in SymmetricKey::Import. | xhwang@chromium.org | 2012-02-09 | 1 | -1/+2 |
* | Use a forward declaration of RSAPrivateKey in crypto/signature_creator.h. | wtc@chromium.org | 2012-02-08 | 6 | -7/+13 |
* | Upstream: Build crypto_unittests for Android. | jingzhao@chromium.org | 2012-02-07 | 1 | -2/+2 |