| Commit message (Expand) | Author | Age | Files | Lines |
* | This change loads opencryptoki and uses the TPM for keygen tags. | gspencer@chromium.org | 2011-04-07 | 1 | -3/+3 |
* | Base: Last set of files to use BASE_API (for base.dll) | rvargas@google.com | 2011-03-28 | 7 | -16/+24 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 22 | -42/+42 |
* | Separate GetMacSecurityServicesLock from cssm_init.h so that we can use | wtc@chromium.org | 2011-03-10 | 4 | -36/+64 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 1 | -1/+1 |
* | Initialize members in Encryptor constructors. | finnur@chromium.org | 2011-02-16 | 4 | -8/+16 |
* | Add ability to create self signed certs to mac. | dmaclach@chromium.org | 2011-02-08 | 6 | -57/+207 |
* | Renames secure_hash.cc to secure_hash_default.cc | bulach@chromium.org | 2011-01-28 | 1 | -0/+0 |
* | Change UTF8ToUTF16 to accept const StringPiece&. | suzhe@google.com | 2011-01-28 | 1 | -0/+1 |
* | Renames secure_hash_nss.cc to secure_hash.cc | bulach@chromium.org | 2011-01-27 | 1 | -0/+0 |
* | Abstracts SHA256 context for NSS / OpenSSL. | bulach@chromium.org | 2011-01-27 | 4 | -0/+172 |
* | Allow CDSA/CSSM to be used on worker threads in debug builds by making both t... | rsleevi@chromium.org | 2011-01-26 | 1 | -6/+6 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -4/+4 |
* | Cleanup for r71281: replace usage of "pk11" with "pkcs11" or "crypto module",... | mattm@chromium.org | 2011-01-19 | 1 | -9/+9 |
* | The SSL server's RSA private key must be imported with the | wtc@chromium.org | 2011-01-19 | 1 | -3/+7 |
* | NSS: PKCS 11 password prompt. | mattm@chromium.org | 2011-01-13 | 1 | -0/+34 |
* | Order function definitions in base/ according to the header. | erg@google.com | 2011-01-11 | 4 | -215/+216 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 2 | -6/+6 |
* | Move base/lock and base/condition_variable to base/synchronization/ | brettw@chromium.org | 2011-01-01 | 2 | -6/+6 |
* | Defines SSLServerSocket and implements SSLServerSocketNSS | hclam@chromium.org | 2010-12-23 | 1 | -0/+1 |
* | Create self signed X509 certificate | hclam@chromium.org | 2010-12-17 | 1 | -0/+1 |
* | Fix openssl portability issue | joth@chromium.org | 2010-12-14 | 2 | -2/+4 |
* | Turns out RSA_generate_key is deprecated and is removed on some platforms, s... | joth@chromium.org | 2010-12-08 | 1 | -4/+9 |
* | This CL add a GetInstance() method to singleton classes instead of relying on... | satish@chromium.org | 2010-12-04 | 1 | -6/+16 |
* | Follow up comments on SymmetricKey::Import docs | joth@chromium.org | 2010-11-19 | 1 | -4/+4 |
* | Implements Signature Creator & Verifier for openssl | joth@chromium.org | 2010-11-18 | 8 | -44/+113 |
* | Implements RSAPrivateKey for openssl. | joth@chromium.org | 2010-11-17 | 2 | -31/+91 |
* | Refactor EnsureOpenSSLInit and openssl_util into base | joth@chromium.org | 2010-11-17 | 2 | -1/+6 |
* | Clarify some documentation on SymmetricKey | joth@chromium.org | 2010-11-16 | 1 | -3/+7 |
* | Implements encryptor_openssl.cc | joth@chromium.org | 2010-11-12 | 6 | -11/+230 |
* | implement openssl symmetric key | joth@chromium.org | 2010-11-12 | 3 | -82/+128 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 1 | -1/+1 |
* | Make USE_OPENSSL and USE_NSS mutually exclusive | joth@chromium.org | 2010-10-22 | 6 | -1/+231 |
* | Use scoped objects to simplify crypto routines. Also do lots of other simpli... | pkasting@chromium.org | 2010-10-21 | 4 | -35/+43 |
* | Reland r62959 without the changes to histogram.cc, in hopes it won't break ta... | pkasting@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ... | tim@chromium.org | 2010-10-18 | 1 | -1/+1 |
* | Convert LOG(INFO) to VLOG(1) - base/. | pkasting@chromium.org | 2010-10-18 | 1 | -1/+1 |
* | FBTF: More ctor/dtor cleanup. | erg@google.com | 2010-10-14 | 2 | -1/+8 |
* | 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 |