Commit Graph

  • 39aa742c7a
    Fix encoded length in unencrypted v5 secret key packets (#1278) Kostis Andrikopoulos 2021-04-06 15:00:45 +0200
  • 2e19f1401c
    Add expectSigned option to openpgp.decrypt and openpgp.verify (#1275) larabr 2021-03-31 14:24:29 +0200
  • 5016cd5677
    Fix streaming verification example in README (#1269) will Farrell 2021-03-29 07:46:02 -0600
  • 5299561aa3 Clean up async function JSDocs Daniel Huigens 2021-03-28 16:05:33 +0200
  • e3cfa4f9dd Revert "Don't mark async function as returning a Promise explicitly" Daniel Huigens 2021-03-28 15:39:19 +0200
  • b8c07d6343
    Fix createMessage return type in type definitions (#1276) Kevin Moutet 2021-03-27 22:22:33 +0100
  • eb496d2018 CI: Test type definitions Daniel Huigens 2021-03-27 11:27:17 +0100
  • e1fc91958c Disallow passing streams to readKey[s], readSignature and readCleartextMessage Daniel Huigens 2021-03-25 23:16:34 +0100
  • e7594f7d6a Remove unused util functions Daniel Huigens 2021-03-25 22:38:00 +0100
  • e599cee6c8 Remove top-level streaming options Daniel Huigens 2021-03-25 21:28:39 +0100
  • 91bd9e2c15 Replace Message.fromText and Message.fromBinary with createMessage Daniel Huigens 2021-03-25 21:01:49 +0100
  • 18ec54bf4b Fetch Streams ponyfill on demand in lightweight build Daniel Huigens 2021-03-25 16:55:45 +0100
  • 940ebba54f Speed up Node.js tests Daniel Huigens 2021-03-25 00:27:16 +0100
  • 97e9cdefe9 Remove unnecessary Buffer.from calls Daniel Huigens 2021-03-25 00:13:37 +0100
  • 06aef92752 Remove internal streaming parameters Daniel Huigens 2021-03-24 21:51:27 +0100
  • ff8d274b4d Use ArrayStreams Daniel Huigens 2021-03-24 14:21:13 +0100
  • 6cff19c44a
    Use consistent name casing (#1268) larabr 2021-03-25 19:56:59 +0100
  • 8a57246ec4
    Add config.rejectPublicKeyAlgorithms (#1264) larabr 2021-03-25 15:08:49 +0100
  • 3e808c1578
    Drop support for verification of detached cleartext signatures (#1265) larabr 2021-03-18 17:17:39 +0100
  • eba791e11e
    Add key.write() and update type definitions (#1267) Kevin Moutet 2021-03-16 13:45:17 +0100
  • 43fb58404d
    Simplify algorithm preference selection and normalize config names (#1262) larabr 2021-03-10 18:06:03 +0100
  • 4379d1856e 5.0.0-1 Daniel Huigens 2021-03-03 20:28:16 +0100
  • b9134ed161
    Fix unhandled promise rejection when stream-decrypting non-MDC messages (#1260) Daniel Huigens 2021-03-03 19:38:58 +0100
  • 6e2a787ff8
    Rename config.ignoreMdcError, drop config.integrityProtect and allow V4 keys to be AEAD-encrypted (#1261) larabr 2021-03-03 18:05:40 +0100
  • f41412a5a2
    Check critical notations during signature verification instead of parsing (#1259) larabr 2021-03-03 18:03:45 +0100
  • 30ddc3b90a Remove util from TypeScript definitions Daniel Huigens 2021-03-01 18:27:30 +0100
  • 3f494ca797 Remove config.nodeStore Daniel Huigens 2021-03-01 12:02:39 +0100
  • 4a8fffdfdf Remove KeyRing class Daniel Huigens 2021-03-01 11:58:08 +0100
  • 8e5fe1da4f Remove config.keyserver Daniel Huigens 2021-03-01 11:43:13 +0100
  • 7203e6afb6 Move WKD client to openpgpjs/wkd-client Daniel Huigens 2021-03-01 01:02:16 +0100
  • 43f0724aeb Move HKP client to openpgpjs/hkp-client Daniel Huigens 2021-02-28 22:25:04 +0100
  • fa3c36fc87 Remove unused devDependencies Daniel Huigens 2021-02-28 21:57:39 +0100
  • e959602a94 Switch packages installed from git to @openpgp scope Daniel Huigens 2021-02-28 21:45:21 +0100
  • 9bb65bd1c3 Update web-stream-tools Daniel Huigens 2021-02-28 21:25:19 +0100
  • 9e85f75519 Don't mark async function as returning a Promise explicitly Daniel Huigens 2021-02-28 00:48:21 +0100
  • 2ba04d9f0a Document parameters of Message.fromText/fromBinary Daniel Huigens 2021-02-28 00:35:47 +0100
  • 174086a011 Default to empty filename Daniel Huigens 2021-02-28 00:32:18 +0100
  • 21e3ba4653 Clean up JSDocs Daniel Huigens 2021-02-28 00:11:14 +0100
  • e2eadd09e4 Fix documentation of top-level function parameters Daniel Huigens 2021-02-27 23:37:41 +0100
  • a50cb9c6b7 Don't include date in documentation Daniel Huigens 2021-02-27 22:29:01 +0100
  • 365a5efb63 5.0.0-0 Daniel Huigens 2021-02-27 01:25:52 +0100
  • ab419179bc Remove TextEncoder/TextDecoder polyfills Daniel Huigens 2021-02-27 00:52:31 +0100
  • 3a42b45ab7 Remove unused config/localStorage module Daniel Huigens 2021-02-27 00:38:13 +0100
  • 636c7cf529 Update documentation Daniel Huigens 2021-02-27 00:26:34 +0100
  • 7f37a8aaca
    Add config parameter to top-level functions (#1241) larabr 2021-02-26 20:04:54 +0100
  • 15ee659c9c
    Exit with error on unhandled rejections in Node tests (#1251) larabr 2021-02-26 12:46:41 +0100
  • 2000388a80
    Return subkey binding signature in SubKey#verify (#1250) Ali Cherry 2021-02-25 13:58:54 +0200
  • ca248ba1a8 CI: Bump browser test timeout Daniel Huigens 2021-02-24 23:00:25 +0100
  • 95dd81381f
    CI: Update browser targets (#1249) larabr 2021-02-24 18:15:57 +0100
  • e1307b88d0
    Consolidate read* functions (#1236) Daniel Huigens 2021-02-17 20:36:33 +0100
  • 9ae0aae7a2
    Add options to select encryption/signing key IDs (#1238) Ali Cherry 2021-02-17 21:06:31 +0200
  • b6edfe646b Lint all tests (#1235) Daniel Huigens 2021-02-12 22:27:59 +0100
  • 8f8517702e Remove Travis badge Daniel Huigens 2021-02-12 21:29:24 +0100
  • 4bff80bc9c Switch to karma-mocha-reporter Daniel Huigens 2021-02-12 21:11:20 +0100
  • ce983e5a2d Switch from Travis to GitHub Workflows (#1234) Daniel Huigens 2021-02-12 20:49:01 +0100
  • 01be7b7ec1
    CI: Switch to karma for browser tests (#1233) Daniel Huigens 2021-02-12 13:29:04 +0100
  • 051f5ec8cf
    BigInteger: throw if modular inverse doesn't exist (#1228) larabr 2021-02-10 14:23:59 +0100
  • ca092c7cd0 Speed up decryptKey and encryptKey (#1192) larabr 2021-01-24 18:22:35 +0100
  • 66c06dab3e Check if any (sub)key is decrypted in Key.prototype.isDecrypted (#1182) larabr 2021-01-24 18:19:27 +0100
  • c23ed58387 Require User IDs to be objects; refactor UserIDPacket (#1187) larabr 2021-01-06 16:42:44 +0100
  • 724775816f Add explicit key type parameter in openpgp.generateKey (#1179) larabr 2021-01-04 17:52:38 +0100
  • 92887a0948 Revert to disabling AEAD encryption by default (#1190) larabr 2020-12-22 20:19:27 +0100
  • 801430f969 Revert to generating v4 keys by default (#1189) larabr 2020-12-22 19:04:56 +0100
  • 2ee36c2984 Drop inconsistent boolean returns and fix type definitions (#1191) larabr 2020-12-22 18:36:23 +0100
  • 89f738da45 Fix EOL in streaming tests larabr 2020-12-22 14:26:03 +0100
  • 286d991265 Fix parsing of short P-521 keys and EdDSA, RSA signatures (#1185) larabr 2020-12-16 17:38:21 +0100
  • c34dede6de Use \n instead of \r\n for EOL when armoring (#1183) larabr 2020-12-15 21:28:04 +0100
  • 4efeac3ad1 Unexport low-level key functions (#1188) larabr 2020-12-15 21:26:27 +0100
  • c5aa647e31 Add TypeScript definitions (#1186) Tom J 2020-12-12 20:34:28 +0800
  • fe51f97b79 Re-enable linting in CI (#1160) Dan Ristea 2020-12-08 11:54:16 +0000
  • 4c15724caf Appease linter Daniel Huigens 2020-12-07 23:41:42 +0100
  • c2146ce165 Fix CI for older environments Daniel Huigens 2020-12-07 21:02:18 +0100
  • 1f1ffedaf4 [v5] Update asmcrypto.js; fix CI (#1178) Daniel Huigens 2020-11-16 07:14:20 +0100
  • 2382482090 [v5] Unexport openpgp.util, openpgp.crypto, and low-level types (#1175) Daniel Huigens 2020-11-16 07:13:50 +0100
  • 479d826533 Remove armor comment and version by default (#1170) larabr 2020-11-10 17:33:54 +0100
  • ad7d654f2b Fixed description of generateSessionKey (#1165) Marco 2020-11-03 12:58:01 +0100
  • 6df714a708 Add openpgp/lightweight to npm build Daniel Huigens 2020-10-08 17:36:52 +0200
  • 86238e714e Remove unused functions in tests Daniel Huigens 2020-09-22 19:26:15 +0200
  • 331a0c27a9 Store named signature parameters (#1158) Dan Ristea 2020-09-22 18:24:29 +0100
  • d5dd247b2c Store named session key parameters (#1157) Dan Ristea 2020-09-17 17:33:52 +0100
  • 400ae63c5e Fix minor JSDoc and style issues (#1156) Dan Ristea 2020-09-17 15:43:38 +0100
  • a620fc0276 Don't use unexported low-level functions in tests Daniel Huigens 2020-09-14 18:09:32 +0200
  • b3e08fdc26 Don't export default objects / namespaces Daniel Huigens 2020-06-26 19:46:06 +0200
  • f276e1ef51 Export key, message, signature, cleartext functions and classes directly Daniel Huigens 2020-06-25 15:24:33 +0200
  • 3a75eadaa0 Store named key params in key objects (#1141) larabr 2020-09-04 14:23:17 +0200
  • 8854b097b4 Use native BigInt when available instead of bn.js (#1119) larabr 2020-09-03 16:02:59 +0200
  • fe2949f16d Allow parsing keys without User IDs (#1146) Wiktor Kwapisiewicz 2020-08-21 15:40:54 +0200
  • 8d67af729a Use higher level functions in key validation tests (#1128) larabr 2020-08-07 16:48:44 +0200
  • 10aa1aa5cb JSdoc types & ESLint fixes (#1132) Dan Ristea 2020-08-05 17:34:32 +0100
  • f6ee6e959e Finish merging key validation larabr 2020-07-17 14:19:03 +0200
  • b9afd26912 Fix comments on symmetric- and public-key encrypted session keys (#1120) Dan Ristea 2020-07-13 19:18:26 +0100
  • 6a607c7567 Rename SymEncryptedAEADProtectedDataPacket to AEADEncryptedDataPacket Daniel Huigens 2020-06-09 18:43:34 +0200
  • 17fc32ba51 Appease linter Daniel Huigens 2020-06-09 18:11:39 +0200
  • aea7aa953a Use ES6 classes Daniel Huigens 2020-05-16 03:05:55 +0200
  • fb3d23427d Allow dead code elimination Daniel Huigens 2020-05-14 13:38:08 +0200
  • c20b75252b Add --build-only parameter to filter build outputs Daniel Huigens 2020-05-12 22:50:55 +0200
  • 6a3d04ade6 Only produce source maps for minified dist builds Daniel Huigens 2020-05-12 22:32:59 +0200
  • 6516602d7b Add shortcut to import 'openpgp/lightweight' Daniel Huigens 2020-05-12 01:30:08 +0200
  • 8457639004 CI: for lightweight build, only run tests tagged 'lightweight' Daniel Huigens 2020-05-12 01:26:23 +0200
  • f3b16386dc Use dynamic import in lightweight build Daniel Huigens 2020-05-11 23:40:20 +0200