1. fdce478 ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > 1, meaning that the without-'\0' string is non-empty. This replaces the conditional code added recently that makes this case return NULL. It's easier to understand if it's simply an error to call WriteInto() in this case at all. by [email protected] · 14 years ago
  2. 6e3d9a9 Changed OAuth token+secret encryption to use supplemental user key from NSS DB. by [email protected] · 14 years ago
  3. d613a990 Rename CRYPTO_API to CRYPTO_EXPORT. by [email protected] · 14 years ago
  4. 82091cc crypto: Add crytpto_api.h and annotate the current exports needed to run by [email protected] · 14 years ago
  5. 4b559b4d Move crypto files out of base, to a top level directory. by [email protected] · 14 years ago[Renamed (91%) from base/crypto/symmetric_key.h]
  6. 9493ee95c Base: Last set of files to use BASE_API (for base.dll) by [email protected] · 14 years ago
  7. f48fdae Follow up comments on SymmetricKey::Import docs by [email protected] · 15 years ago
  8. 03d8698 Clarify some documentation on SymmetricKey by [email protected] · 15 years ago
  9. 2500710 Implements encryptor_openssl.cc by [email protected] · 15 years ago
  10. ac0f8be implement openssl symmetric key add AES derived key test by [email protected] · 15 years ago
  11. 70372d4 Make USE_OPENSSL and USE_NSS mutually exclusive by [email protected] · 15 years ago
  12. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  13. bbebf633 Port SymmetricKey::Import to Mac and update tests. by [email protected] · 15 years ago
  14. 896200b3 Take 2 for: Add support for SymmetricKey to import raw keys when using NSS. by [email protected] · 15 years ago
  15. 191b5afb Revert "Add support for SymmetricKey to import raw keys when using NSS." by [email protected] · 15 years ago
  16. bb2eb35 Add support for SymmetricKey to import raw keys when using NSS. by [email protected] · 15 years ago
  17. 692033a Implement PBKDF2-based key derivation, random key generation, by [email protected] · 15 years ago
  18. 10811823 Add Mac implementations of new SymmetricKey and Encryptor classes. by [email protected] · 15 years ago
  19. 39422e3 Implement random key generation and AES encryption using NSS. by [email protected] · 15 years ago
  20. 41c78fa PBKDF2 implemetation using NSS. by [email protected] · 15 years ago