| Commit message (Expand) | Author | Age | Files | Lines |
* | This reinstates a change of gauravsh's that I reverted | gspencer@chromium.org | 2011-10-19 | 1 | -3/+0 |
* | Use NSS to generate Origin-Bound Certs on Win and Mac. | mattm@chromium.org | 2011-10-18 | 1 | -0/+7 |
* | Revert 105136 - [chromiumos] Start TPM token initialization re-tries on login | gspencer@chromium.org | 2011-10-14 | 1 | -0/+3 |
* | [chromiumos] Start TPM token initialization re-tries on login | gauravsh@chromium.org | 2011-10-12 | 1 | -3/+0 |
* | Make constant-time comparison operators for cryptographic uses public. | palmer@chromium.org | 2011-10-07 | 4 | -21/+54 |
* | Fix library paths for preloading NSS on Ubuntu 11.10. | lambroslambrou@chromium.org | 2011-10-07 | 1 | -2/+12 |
* | OpenSSL component build fixes. | mattm@chromium.org | 2011-10-06 | 1 | -1/+2 |
* | Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH. | pkasting@chromium.org | 2011-09-28 | 1 | -1/+1 |
* | Convert SHA256_LENGTH from a constant-in-anonymous-enum to a static const. T... | pkasting@chromium.org | 2011-09-22 | 4 | -14/+12 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -1/+1 |
* | Changed OAuth token+secret encryption to use supplemental user key from NSS DB. | zelidrag@chromium.org | 2011-09-07 | 4 | -0/+72 |
* | Remove a static initializer from ScopedCAPIHandle | rsleevi@chromium.org | 2011-08-31 | 1 | -6/+3 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4) | thestig@chromium.org | 2011-08-18 | 2 | -3/+3 |
* | Remove Purify and Quantify.Doing so will reduce substantially the size of the... | jeanluc@chromium.org | 2011-08-17 | 1 | -9/+0 |
* | Rename CRYPTO_API to CRYPTO_EXPORT. | darin@chromium.org | 2011-08-05 | 16 | -63/+64 |
* | Add WARN_UNUSED_RESULT to crypto/hmac.h | rsleevi@chromium.org | 2011-07-30 | 2 | -6/+14 |
* | Add a routine for truncated HMAC verification | rsleevi@chromium.org | 2011-07-29 | 3 | -5/+25 |
* | mac: Components build for crypto | thakis@chromium.org | 2011-07-29 | 2 | -6/+9 |
* | Define FOO_IMPLEMENTATION unconditionally. Even though they only matter when | darin@chromium.org | 2011-07-20 | 1 | -5/+3 |
* | Fix linux redux build | joth@chromium.org | 2011-07-20 | 1 | -5/+5 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 5 | -6/+6 |
* | Add a Verify routine for HMAC | rsleevi@chromium.org | 2011-07-18 | 3 | -27/+101 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 2 | -8/+2 |
* | Export some functions to fix component build for chromeos. | sadrul@chromium.org | 2011-07-13 | 1 | -7/+7 |
* | Revert "Add COMPONENT_BUILD global define. " | yurys@chromium.org | 2011-07-13 | 2 | -2/+8 |
* | Add COMPONENT_BUILD global define. | darin@chromium.org | 2011-07-13 | 2 | -8/+2 |
* | crypto: enable components build for Linux | evan@chromium.org | 2011-07-12 | 3 | -14/+13 |
* | Revert "crypto: enable components build for Linux" | evan@chromium.org | 2011-07-12 | 3 | -13/+14 |
* | crypto: enable components build for Linux | evan@chromium.org | 2011-07-12 | 3 | -14/+13 |
* | Protect against NULL delegate in NSSInit. | stevenjb@google.com | 2011-07-08 | 1 | -5/+12 |
* | Eliminate an extra allocation in encryptor_win when en/decrypting. | rsleevi@chromium.org | 2011-07-08 | 1 | -16/+23 |
* | Use base::StringPiece for input parameters in Encryptor, rather than std::string | rsleevi@chromium.org | 2011-07-08 | 6 | -29/+48 |
* | crypto: convert OpenPGP code to NSS | agl@chromium.org | 2011-07-07 | 3 | -112/+200 |
* | Revert "crypto: convert OpenPGP code to NSS" | agl@chromium.org | 2011-07-06 | 3 | -191/+111 |
* | crypto: convert OpenPGP code to NSS | agl@chromium.org | 2011-07-06 | 3 | -111/+191 |
* | Fixes for OpenSSL | bulach@chromium.org | 2011-07-05 | 1 | -2/+2 |
* | Revert "crypto: convert OpenPGP code to NSS" | agl@chromium.org | 2011-07-01 | 3 | -191/+111 |
* | crypto: convert OpenPGP code to NSS | agl@chromium.org | 2011-07-01 | 3 | -111/+191 |
* | net: Add NET_API to more code to enable building | rvargas@google.com | 2011-06-30 | 1 | -3/+6 |
* | Crypto: Build crypto.dll on Windows. | rvargas@google.com | 2011-06-29 | 1 | -11/+24 |
* | Use crnss.dll and crnspr.dll with the component build. | rvargas@google.com | 2011-06-28 | 1 | -0/+1 |
* | Replace WifiConfigModel with async CertLibrary | stevenjb@google.com | 2011-06-28 | 2 | -39/+67 |
* | crypto: add OpenPGP symmetric encryption for ChromeOS | agl@chromium.org | 2011-06-27 | 4 | -3/+877 |
* | Implement AES-CTR for NSS. | hclam@chromium.org | 2011-06-24 | 5 | -49/+375 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-06-22 | 2 | -1/+2 |
* | Crypto: Add crypto_api to code needed outside of crypto | rvargas@google.com | 2011-06-20 | 3 | -9/+14 |
* | net: Don't access SECOID_AlgorithmIDTemplate directly. | rvargas@google.com | 2011-06-20 | 1 | -1/+2 |
* | crypto: Add crytpto_api.h and annotate the current exports needed to run | rvargas@google.com | 2011-06-17 | 10 | -10/+44 |
* | Search all slots when looking for a key in NSS | gspencer@google.com | 2011-06-08 | 3 | -40/+36 |
* | Include the actual NSS database directory pathname in the | wtc@chromium.org | 2011-06-07 | 1 | -1/+1 |