| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix an SECItem leak in the new ECSignatureCreator class. | rnk@chromium.org | 2012-02-01 | 1 | -14/+9 |
* | crypto: P224::Contract could produce a non-minimal representation. | agl@chromium.org | 2012-01-31 | 1 | -2/+35 |
* | Add crypto pre-submit that will add the openssl builder to the default try-bo... | joth@chromium.org | 2012-01-25 | 1 | -0/+14 |
* | Remove wrong parameter from ECSignatureCreator's constructor in openssl imple... | jnd@chromium.org | 2012-01-25 | 1 | -4/+2 |
* | CertDatabaseNSSTest: Don't delete test DB dir since we don't close the DB (br... | mattm@chromium.org | 2012-01-25 | 2 | -14/+22 |
* | Create a new ECSignatureCreator class for signing content using EC crypto. | rch@chromium.org | 2012-01-25 | 6 | -25/+271 |
* | Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T. | fischman@chromium.org | 2012-01-23 | 1 | -5/+3 |
* | This adds support for encrypted ONC import to Chrome. | gspencer@chromium.org | 2012-01-11 | 2 | -2/+17 |
* | net: allow CRLSets to block specific SPKIs. | agl@chromium.org | 2012-01-10 | 2 | -6/+7 |
* | Move net/base/sys_byteorder.h to base/sys_byteorder.h | isherman@chromium.org | 2011-12-28 | 2 | -40/+5 |
* | Fixed bad pointer on edge case | groby@chromium.org | 2011-12-22 | 1 | -1/+2 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 2 | -1/+4 |
* | Revert 115227 - Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-21 | 2 | -4/+1 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-12-20 | 2 | -1/+4 |
* | Reland: Simplify PRTimeToBaseTime implementation, add BaseTimeToPRTime. | mattm@chromium.org | 2011-12-15 | 4 | -16/+52 |
* | Revert 114499 - Simplify PRTimeToBaseTime implementation, add BaseTimeToPRTime. | sail@chromium.org | 2011-12-14 | 4 | -52/+16 |
* | Simplify PRTimeToBaseTime implementation, add BaseTimeToPRTime. | mattm@chromium.org | 2011-12-14 | 4 | -16/+52 |
* | Simplify SPAKE2 implementation. | sergeyu@chromium.org | 2011-12-13 | 3 | -61/+34 |
* | Support EC certs in OriginBoundCertService and OriginBoundCertStore. | mattm@chromium.org | 2011-12-06 | 2 | -52/+99 |
* | Implement RSAPrivateKey::Copy() | sergeyu@chromium.org | 2011-12-03 | 6 | -117/+175 |
* | ReReland: Allow signing EC certs and creating EC origin-bound certs. | mattm@chromium.org | 2011-12-02 | 3 | -0/+141 |
* | Revert 112385 - Reland: Allow signing EC certs and creating EC origin-bound c... | rbyers@chromium.org | 2011-12-01 | 3 | -141/+0 |
* | Reland: Allow signing EC certs and creating EC origin-bound certs. | mattm@chromium.org | 2011-12-01 | 3 | -0/+141 |
* | ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ... | pkasting@chromium.org | 2011-11-29 | 8 | -54/+48 |
* | replace platform conditions with os_posix and os_bsd where applicable | robert.nagy@gmail.com | 2011-11-22 | 1 | -1/+1 |
* | net: add low-entropy, shared secret authentication protocol. | agl@chromium.org | 2011-11-22 | 5 | -0/+518 |
* | Upstream: Build net_unittests for Android. | jingzhao@chromium.org | 2011-11-21 | 2 | -5/+13 |