| Commit message (Expand) | Author | Age | Files | Lines |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -105/+0 |
* | Base: Last set of files to use BASE_API (for base.dll) | rvargas@google.com | 2011-03-28 | 1 | -2/+3 |
* | Follow up comments on SymmetricKey::Import docs | joth@chromium.org | 2010-11-19 | 1 | -4/+4 |
* | Clarify some documentation on SymmetricKey | joth@chromium.org | 2010-11-16 | 1 | -3/+7 |
* | Implements encryptor_openssl.cc | joth@chromium.org | 2010-11-12 | 1 | -1/+3 |
* | implement openssl symmetric key | joth@chromium.org | 2010-11-12 | 1 | -2/+2 |
* | Make USE_OPENSSL and USE_NSS mutually exclusive | joth@chromium.org | 2010-10-22 | 1 | -1/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Port SymmetricKey::Import to Mac and update tests. | albertb@chromium.org | 2010-07-23 | 1 | -3/+0 |
* | Take 2 for: Add support for SymmetricKey to import raw keys when using NSS. | albertb@chromium.org | 2010-07-20 | 1 | -9/+11 |
* | Revert "Add support for SymmetricKey to import raw keys when using NSS." | albertb@chromium.org | 2010-07-12 | 1 | -11/+9 |
* | Add support for SymmetricKey to import raw keys when using NSS. | albertb@chromium.org | 2010-07-12 | 1 | -9/+11 |
* | Implement PBKDF2-based key derivation, random key generation, | wtc@chromium.org | 2010-04-09 | 1 | -2/+28 |
* | Add Mac implementations of new SymmetricKey and Encryptor classes. | snej@chromium.org | 2010-03-29 | 1 | -8/+17 |
* | Implement random key generation and AES encryption using NSS. | albertb@chromium.org | 2010-03-25 | 1 | -3/+17 |
* | PBKDF2 implemetation using NSS. | albertb@chromium.org | 2010-03-22 | 1 | -0/+46 |