| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement SymmetricKey::Import for HMAC-SHA-1 keys on Windows. | wtc@chromium.org | 2010-09-14 | 2 | -14/+20 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 1 | -2/+1 |
* | On NSS-using platforms, add a way to use an existing keypair given only the p... | cmasone@google.com | 2010-08-10 | 5 | -9/+259 |
* | FBTF: Remove unneeded headers from base/ (part 1) | thestig@chromium.org | 2010-08-05 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 9 | -0/+9 |
* | Fix 2 include guards found by my script | thakis@chromium.org | 2010-07-26 | 1 | -2/+2 |
* | Port SymmetricKey::Import to Mac and update tests. | albertb@chromium.org | 2010-07-23 | 3 | -6/+6 |
* | Remove <iostream> where possible. | erg@google.com | 2010-07-20 | 3 | -3/+0 |
* | Take 2 for: Add support for SymmetricKey to import raw keys when using NSS. | albertb@chromium.org | 2010-07-20 | 5 | -26/+97 |
* | AutoFill credit cards should be encrypted on the Mac | dhollowa@chromium.org | 2010-07-16 | 1 | -1/+1 |
* | Revert "Add support for SymmetricKey to import raw keys when using NSS." | albertb@chromium.org | 2010-07-12 | 5 | -93/+23 |
* | Add support for SymmetricKey to import raw keys when using NSS. | albertb@chromium.org | 2010-07-12 | 5 | -23/+93 |
* | Add a lock for OS X CSSM wrapper APIs | davidben@chromium.org | 2010-07-07 | 2 | -0/+33 |
* | Add a locked version of CryptAcquireContext | davidben@chromium.org | 2010-06-23 | 2 | -0/+81 |
* | Mac/clang: Uncontentious fixes. | thakis@chromium.org | 2010-06-11 | 1 | -1/+1 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-27 | 1 | -1/+1 |
* | Revert "Another dependency the bbot missed!!!" | rafaelw@chromium.org | 2010-05-26 | 1 | -1/+1 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-25 | 1 | -1/+1 |
* | Make the Nigori user salt key 128-bits to be FIPS compliant. | albertb@chromium.org | 2010-04-28 | 1 | -1/+4 |
* | Enable Nigori unit tests on all platforms. | albertb@chromium.org | 2010-04-23 | 1 | -1/+1 |
* | Implement PBKDF2-based key derivation, random key generation, | wtc@chromium.org | 2010-04-09 | 17 | -92/+866 |
* | Fix leak in encryptor_unittest.cc | albertb@chromium.org | 2010-03-31 | 1 | -1/+1 |
* | First pass of a Nigori implementation for Chrome. Only unassisted key | albertb@chromium.org | 2010-03-31 | 4 | -12/+11 |
* | Add Mac implementations of new SymmetricKey and Encryptor classes. | snej@chromium.org | 2010-03-29 | 16 | -96/+379 |
* | Implement random key generation and AES encryption using NSS. | albertb@chromium.org | 2010-03-25 | 15 | -133/+416 |
* | Annotated the scoped leak inside base::RSAPrivateKey::CreateFromPrivateKeyInfo, | glider@chromium.org | 2010-03-24 | 3 | -17/+4 |
* | PBKDF2 implemetation using NSS. | albertb@chromium.org | 2010-03-22 | 10 | -0/+339 |
* | Annotated the memory leaks in RSAPrivateKeyUnitTest.* and | glider@chromium.org | 2010-03-22 | 2 | -0/+17 |
* | Switch base to using CHECK_*. | willchan@chromium.org | 2010-03-02 | 2 | -2/+2 |
* | Style cleanup in preparation for auto-linting base/. | erg@google.com | 2010-01-26 | 1 | -3/+3 |
* | Linux: Add Certificate Info dialog (part 1) | mattm@chromium.org | 2010-01-14 | 3 | -4/+3 |
* | Remove the unnecessary workaround for NSS bug 455424, now that we require | wtc@chromium.org | 2009-12-01 | 2 | -8/+0 |
* | Avoid leaking hash_object_ in SignatureCreator on Windows. | dkegel@google.com | 2009-11-13 | 1 | -1/+0 |
* | Add a comment warning against using RSAPrivateKeyImport on untrusted sources. | rafaelw@chromium.org | 2009-10-20 | 1 | -4/+6 |
* | Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. | rafaelw@chromium.org | 2009-10-08 | 4 | -7/+17 |
* | Refactor ASN1 parsing/serialization | rafaelw@chromium.org | 2009-10-07 | 6 | -633/+573 |
* | Implement signature_creator_mac. Also moved CSSM memory functions to a common... | rafaelw@chromium.org | 2009-10-06 | 6 | -61/+127 |
* | Implement RSAPrivateKey for Mac OS X | hawk@chromium.org | 2009-10-02 | 2 | -1/+405 |
* | Add a TODO comment to describe when we can remove the const_cast for | wtc@chromium.org | 2009-09-25 | 1 | -0/+2 |
* | Reland: Linux (nss) implementations of RSAPrivateKey and SignatureCreator. | rafaelw@chromium.org | 2009-09-24 | 5 | -10/+327 |
* | Revert "Linux (nss) implementations of RSAPrivateKey and SignatureCreator" | rafaelw@chromium.org | 2009-09-23 | 5 | -327/+10 |
* | Linux (nss) implementations of RSAPrivateKey and SignatureCreator | rafaelw@chromium.org | 2009-09-23 | 5 | -10/+327 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 1 | -2/+2 |
* | Disable extensions besides externally installed ones and themes. | aa@chromium.org | 2009-06-23 | 1 | -258/+258 |
* | TBR: Fix dead tree. | aa@chromium.org | 2009-06-22 | 1 | -258/+258 |
* | Disable extensions besides externally installed ones and themes. | aa@chromium.org | 2009-06-22 | 1 | -258/+258 |
* | Add two new test cases to RSAPrivateKey. | aa@chromium.org | 2009-06-22 | 1 | -51/+313 |
* | Fix decoding bug in RSAPrivateKey. | aa@chromium.org | 2009-06-22 | 2 | -32/+52 |
* | TBR: Add more logging to try and track down flakey crypto tests. | aa@chromium.org | 2009-06-20 | 1 | -0/+8 |
* | Minor no-op change to ASN.1 encoding of private key. | aa@chromium.org | 2009-06-19 | 1 | -2/+2 |