1. a30d423 The Great Blink mv for source files, part 1. by Blink Reformat · 7 years ago
  2. 4451821b Raise an error when calling WebCrypto's deriveBits() for HKDF with by eroman · 8 years ago
  3. c9529a8 Require extractable=false for KDF import by eroman · 9 years ago
  4. 2d840b6 Reject deriveBits() for PBKDF2 when given a length of 0. by eroman · 9 years ago
  5. 5dd91f8 Switch to standard integer types in components/, part 4 of 4. by avi · 10 years ago
  6. 7961664 [webcrypto] Reject PBKDF2 when iterations==0. by eroman · 10 years ago
  7. f5d6b2a [refactor] Misc post-NSS WebCrypto cleanups. by eroman · 10 years ago
  8. 56f1232 html_viewer: Move webcrypto to a place where html_viewer can use it. by erg · 10 years ago[Renamed (97%) from content/child/webcrypto/status.h]
  9. 31e76e42 Allow PBKDF2 key derivation using an empty password. by eroman · 11 years ago
  10. 22a80e7 Implement PBKDF2 (except for generateKey) using BoringSSL. by xun.sun · 11 years ago
  11. 65103179 Implement HKDF for webcrypto by nharper · 11 years ago
  12. 825de71 Don't allow importing empty HMAC keys. by eroman · 11 years ago
  13. f4aa92ee7 [WebCrypto] Throw syntaxError if keyUsage is empty in ImportKey by habib.virji · 11 years ago
  14. 05d989c Remove ErrorImportEmptyKeyData. by eroman · 11 years ago
  15. f93fd5b WebCrypto: Add the "get key length" operation. by eroman · 11 years ago
  16. 5d519974 WebCrypto: Allow the import of HMAC keys which are not a multiple of 8 bits. by eroman · 11 years ago
  17. 401e4afc Support generating an HMAC key with a bit length that is not a multiple of 8. by eroman · 11 years ago
  18. 70f820a Check that usage isn't empty when generateKey() is called by nharper · 11 years ago
  19. ed48e81 Implement ECDH for WebCrypto using BoringSSL (chromium-side). by eroman · 11 years ago
  20. 9e9ed05 Fix the error message when generating an AES key using a length other than 128, 192, 256. by eroman · 11 years ago
  21. 4ec50f25 Revert of Check that usage isn't empty when generateKey() is called (patchset #4 id:60001 of https://codereview.chromium.org/745443002/) by pdr · 11 years ago
  22. f723e16 Check that usage isn't empty when generateKey() is called by nharper · 11 years ago
  23. b2ead6d webcrypto: Add ECDSA algorithm using BoringSSL (chromium-side) by eroman · 11 years ago
  24. 398e7e1 Refactor: Rename "property" --> "member" for JWK error function. by eroman · 11 years ago
  25. ca92d1e Reject JWK key import when key_ops contains duplicate values. by eroman · 11 years ago
  26. 4d7a0e0 [webcrypto] Implement AES-CTR using BoringSSL. by eroman · 11 years ago
  27. 31130d6c [webcrypto] JWK: Reject keys with non-minimal bigintegers. by [email protected] · 11 years ago
  28. e9aa71a Refactor RSA key generation for WebCrypto's NSS implementation. by [email protected] · 11 years ago
  29. 38409aec Refactor WebCrypto code. by [email protected] · 11 years ago
  30. a36c84a Revert 284192 due to a failing test. by [email protected] · 11 years ago
  31. d008566 Refactor WebCrypto code. by [email protected] · 11 years ago
  32. cb7f3e3 [webcrypto] Give more descriptive error messages on Linux for unsupported functionality. by [email protected] · 11 years ago
  33. a1e624f3 Revert of [webcrypto] Give more descriptive error messages on Linux for unsupported functionality. (https://codereview.chromium.org/343473004/) by [email protected] · 11 years ago
  34. 778b44b [webcrypto] Give more descriptive error messages on Linux for unsupported functionality. by [email protected] · 11 years ago
  35. b05ba93 [webcrypto] Remove support for AES 192-bit keys (2 of 2) by [email protected] · 11 years ago
  36. c360f83 [webcrypto] Restrict public exponent for RSA key generation to 3 or 65537. by [email protected] · 11 years ago
  37. 9c2e9cf [webcryto] Validate key usages during key creation. by [email protected] · 11 years ago
  38. 3827620 [webcrypto] Remove RSA-ES support (2 of 3) by [email protected] · 11 years ago
  39. 6f82af2 [webcrypto] Add JWK import/export of RSA private keys (NSS). by [email protected] · 11 years ago
  40. 88be9856 [webcrypto] Make operations run on a background thread so they don't block the blink thread. by [email protected] · 11 years ago
  41. 0945421be [refactor] Remove usages of WEBCRYPTO_HAS_ERROR_TYPE ifdef. by [email protected] · 11 years ago
  42. 04a5dfa Revert 266798 "[webcrypto] Make operations run on a background t..." by [email protected] · 11 years ago
  43. cb070b9 [webcrypto] Make operations run on a background thread so they don't block the blink thread. by [email protected] · 11 years ago
  44. c503936 [webcrypto] Set the error type for failures. by [email protected] · 11 years ago
  45. c7a9468 [webcrypto] Remove support for null import algorithms. by [email protected] · 11 years ago
  46. 37be4cfa [refactor] Move Status to its own file. by [email protected] · 11 years ago