fork-openpgpjs/test/general
Mahrud Sayrafi 5cb89f4f25 Addresses various review comments by @sanjanarajan
* Various FIXME tags are removed
 * In curve.js:
  - webCrypto/nodeCrypto fallback bug is fixed
  - Curve25519 has keyType ecdsa (won't be used for signing, but technically can be)
  - webGenKeyPair is simplifed
 * In base64.js:
  - documentation added and arguments simplified
 * In ecdsa.js and eddsa.js:
  - hash_algo is now at least as strong as the default curve hash
  - simplified the code by moving webSign/nodeSign and webVerify/nodeVerify to live in key.js (ht @ismaelbej)
 * In message.js:
  - in decryptSessionKey, loops break once a key packet is decrypted
 * In key.js:
  - getPreferredHashAlgorithm returns the best hash algorithm
  - enums are used for curve selection
2018-01-30 18:36:26 +01:00
..
armor.js improve armor header validation + tests | #598 2017-11-25 10:57:41 +08:00
ecc.js Addresses various review comments by @sanjanarajan 2018-01-30 18:36:26 +01:00
hkp.js do not use arrow syntax for tests (old node/browser versions) 2017-11-28 10:18:26 -08:00
index.js Adds X25519 tests and updates README.md 2018-01-30 18:35:29 +01:00
key.js Passing all tests, on Node, Firefox, and Chrome 2018-01-30 18:34:28 +01:00
keyring.js don't use done inside promises 2017-11-27 22:17:13 -08:00
oid.js simplify packet parsing using type maps 2018-01-30 18:30:16 +01:00
openpgp.js Passing all tests, on Node, Firefox, and Chrome 2018-01-30 18:34:28 +01:00
packet.js encrypt/decrypt/sign/verify will always return promises 2018-01-30 18:33:55 +01:00
signature.js Passing all tests, on Node, Firefox, and Chrome 2018-01-30 18:34:28 +01:00
util.js Correct misspelling 2017-07-22 09:38:44 -07:00
x25519.js Adds X25519 tests and updates README.md 2018-01-30 18:35:29 +01:00