| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 241080 "Add ClientCertStoreChromeOS which only returns th..." | mattm@chromium.org | 2014-01-13 | 2 | -50/+1 |
* | Add ClientCertStoreChromeOS which only returns the certs for a given user. | mattm@chromium.org | 2013-12-17 | 2 | -1/+50 |
* | Update keygen to use correct NSS slot on ChromeOS multiprofile. | mattm@chromium.org | 2013-12-16 | 4 | -35/+55 |
* | Fix location of NSS library on armhf linux. | sbc@chromium.org | 2013-12-11 | 1 | -0/+4 |
* | Initialize per-ChromeOS-user NSS slots and provide the functions to access them. | mattm@google.com | 2013-12-06 | 3 | -12/+278 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 1 | -1/+1 |
* | Remove crypto::GetTPMTokenInfo which is no longer necessary. | mattm@chromium.org | 2013-11-25 | 2 | -38/+4 |
* | crypto: disable NSS AES-NI support when AVX is disabled by OS. | agl@chromium.org | 2013-11-22 | 1 | -0/+18 |
* | Remove ChromeOS TPM slot unlock hacks that are unnecessary with chaps. | mattm@chromium.org | 2013-11-21 | 1 | -18/+1 |
* | crypto: enable NEON optimisations when supported by the platform. | agl@chromium.org | 2013-11-20 | 2 | -0/+15 |
* | NSS: {EC,RSA}PrivateKey shouldn't call crypto::GetPublicNSSKeySlot or GetPriv... | mattm@chromium.org | 2013-11-13 | 5 | -113/+103 |
* | Start adding threading checks to nss_util. | mattm@chromium.org | 2013-11-12 | 1 | -0/+45 |
* | crypto/nss_util: Get TPM slot id, do lookup by id instead of by name. | mattm@chromium.org | 2013-10-25 | 2 | -24/+38 |
* | crypto: Implement ECSignatureCreatorImpl for OpenSSL | digit@chromium.org | 2013-10-25 | 2 | -17/+61 |
* | Add ScopedPK11SlotList to scoped_nss_types.h | mattm@chromium.org | 2013-10-23 | 1 | -0/+3 |
* | Add missing include of algorithm for std::min | scottmg@chromium.org | 2013-10-22 | 1 | -0/+2 |
* | openssl: Implement crypto::ECPrivateKey. | digit@chromium.org | 2013-10-17 | 2 | -26/+166 |
* | Update the NSS bug number for the invalid read when AES-CBC decrypting. | wtc@chromium.org | 2013-10-02 | 1 | -1/+1 |
* | Prevent invalid memory read when AES-CBC decrypting. | eroman@chromium.org | 2013-10-01 | 2 | -3/+38 |
* | Rename "decypted" to "decrypted". | eroman@chromium.org | 2013-09-30 | 1 | -28/+28 |
* | add missing #include of <algorithm>, needed on VS2013 for std::min | scottmg@chromium.org | 2013-09-12 | 1 | -0/+2 |
* | crypto: Don't try to init NSS with nonexistent DB. | derat@chromium.org | 2013-09-12 | 1 | -7/+9 |
* | Convert most run_all_unittests.cc files to use new unit test launcher. | phajdan.jr@chromium.org | 2013-09-05 | 2 | -21/+1 |
* | Make CryptohomeClientImplStub and ScopedTestNSSDB use the same TokenName. | pneubeck@chromium.org | 2013-08-12 | 2 | -1/+6 |
* | Reland http://crrev.com/209278 | rsleevi@chromium.org | 2013-08-07 | 2 | -17/+7 |
* | [MIPS] Add additional directory for NSS libraries | petarj@mips.com | 2013-08-01 | 1 | -1/+3 |
* | Fix a bug where packing an extension with bad private key causes crash. | DHNishi@gmail.com | 2013-07-31 | 1 | -1/+0 |
* | net: fix buffer overflow in GHASH. | agl@chromium.org | 2013-07-17 | 2 | -12/+20 |
* | Introduce RSAPrivateKey::SignDigest | pfeldman@chromium.org | 2013-07-09 | 4 | -6/+100 |
* | OpenSSL/NSS implementation of ProofVerfifier. | rtenneti@chromium.org | 2013-07-03 | 2 | -5/+26 |
* | Revert 209515 "Reland http://crrev.com/209278" | rsleevi@chromium.org | 2013-07-01 | 2 | -7/+17 |
* | Reland http://crrev.com/209278 | rsleevi@chromium.org | 2013-07-01 | 2 | -17/+7 |
* | Use the HASH_ResultLenContext and HASH_GetType functions, now that they | wtc@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | Actually close the test NSS DB when ScopedTestNSSDB is destroyed | rsleevi@chromium.org | 2013-06-29 | 1 | -11/+14 |
* | Revert 209278 "Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2" | joaodasilva@chromium.org | 2013-06-29 | 2 | -7/+17 |
* | Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2 | rsleevi@chromium.org | 2013-06-29 | 2 | -17/+7 |
* | Add SignatureVerifier::VerifyInitRSAPSS for verifying RSA-PSS signatures. | wtc@chromium.org | 2013-06-28 | 8 | -38/+1315 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 4 | -4/+4 |
* | Remove platform-specific implementations of RSAPrivateKey and SignatureCreator | rsleevi@chromium.org | 2013-06-27 | 10 | -777/+60 |
* | mac: Update clients of scoped_nsobject.h. | thakis@chromium.org | 2013-06-24 | 1 | -5/+5 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 2 | -14/+8 |
* | On NSS, treat non-permanent RSA private keys as ephemeral | rsleevi@chromium.org | 2013-06-21 | 1 | -2/+4 |
* | Support CTR-AES in encryptor_openssl. | xhwang@chromium.org | 2013-06-13 | 3 | -33/+240 |
* | Use a direct include of strings headers in crypto/, dbus/, device/. | avi@chromium.org | 2013-06-11 | 9 | -10/+10 |
* | Remove unused crypto::GetSupplementalUserKey() method. | davidroche@chromium.org | 2013-06-11 | 2 | -62/+0 |
* | Revert 202305 "Destroy all Singletons and LazyInstances between ..." | rsesek@chromium.org | 2013-05-25 | 1 | -2/+3 |
* | Destroy all Singletons and LazyInstances between each test. | rsesek@chromium.org | 2013-05-25 | 1 | -3/+2 |
* | Fix crypto target on linux-redux when using clang | rsleevi@chromium.org | 2013-05-09 | 1 | -4/+4 |
* | Add RSAPrivateKey::CreateFromKeypair() | cmasone@chromium.org | 2013-05-08 | 3 | -6/+51 |