Commit Graph

  • 8b3b890776 Allow supplying entropy for ecc key generation main Suzanne Soy 2024-10-09 16:00:03 +0100
  • a0337780b7 5.11.2 larabr 2024-06-18 17:53:56 +0200
  • 3eba29dba8
    Merge pull request #1762 larabr 2024-06-18 17:39:21 +0200
  • 75f10955e6 Tests: move away from global streamed data larabr 2024-06-18 16:43:22 +0200
  • 1ce2df1119 Avoid using stream.clone over polyfilled steam in test larabr 2024-06-18 16:36:31 +0200
  • 6ace4a00f5 Update web-stream-tools to fix passiveClone cancellation race condition in tests larabr 2024-06-17 17:06:53 +0200
  • a315c46583 openpgp.verify: fix bug preventing verification of detached signature over streamed data larabr 2024-05-30 17:25:05 +0200
  • 026b348cf8 5.11.1 larabr 2024-02-19 17:23:54 +0100
  • 711c41826a Run npm audit larabr 2024-02-19 17:22:15 +0100
  • a4e2c56c49
    Use JS fallback code for RSA message decryption in Node if PKCS#1 is not supported (#1728) larabr 2024-02-19 17:14:55 +0100
  • 7a6b41fbd4
    README: replace "IETF proposal" with "RFC4880bis proposal" (#1726) Mingye Wang 2024-02-19 22:17:40 +0800
  • 17bbab44c9 README: clarify web-stream-tools version to install for TypeScript projects [skip ci] larabr 2024-02-19 13:52:30 +0100
  • 7003d19c71 5.11.0 larabr 2023-10-25 12:04:48 +0200
  • 111132238d
    TS: Allow nullable date in VerifyOptions (#1644) oofdog 2023-10-23 07:39:33 -0400
  • fe420d0bf9 Rename enums.curve.x25519Legacy to .curve25519Legacy larabr 2023-10-19 15:41:02 +0200
  • 410dbcf1d5
    Fix Node 20 tests: always use NodeCrypto over WebCrypto (#1692) larabr 2023-10-12 10:10:28 +0200
  • 96d6e76c05
    Fix stream closure when using Node's stream.pipeline (#1691) larabr 2023-10-11 17:30:36 +0200
  • ed482a17c5
    Merge pull request #1687 larabr 2023-10-10 13:06:09 +0200
  • 99ba76c695 Add enums.curve.ed25519Legacy and .x25519Legacy larabr 2023-10-03 18:47:39 +0200
  • a12ca976a0 Reject signatures with hash digest shorter than 256-bit for ed25519 larabr 2023-10-03 18:07:49 +0200
  • c0f57dffb2 Do not clamp generated private key in X25519 (new format) larabr 2023-09-29 16:13:31 +0200
  • b6fbab0443 Internally use createSignaturePacket helper whenever possible larabr 2023-09-29 13:00:44 +0200
  • 1fd9d2f0c5 Fix binding signature generation using shorter hash than expected for some ECDSA subkeys larabr 2023-09-29 12:58:51 +0200
  • 01b02d6092 Always select SHA-256 or longer hash for Ed25519 signatures (new format) larabr 2023-09-28 19:58:35 +0200
  • 5b283550b7 Add enums.publicKey.eddsaLegacy larabr 2023-09-28 19:21:24 +0200
  • d6145ac73e 5.10.2 larabr 2023-09-18 14:47:25 +0200
  • f90c53ae65 Minor: fix packet validity check for new curve25519 keys without key flags larabr 2023-09-18 14:25:45 +0200
  • 2ba8229d23
    Fix CFB decryption performance in JS fallback for ciphers other than AES (#1679) larabr 2023-09-18 14:14:49 +0200
  • 5d02e3a03e 5.10.1 larabr 2023-08-29 16:52:34 +0200
  • 6b43e02a25
    Merge pull request from GHSA-ch3c-v47x-4pgp larabr 2023-08-29 16:49:28 +0200
  • 11b59994cf Reject cleartext messages with extraneous data preceeding hash header larabr 2023-08-28 16:43:42 +0200
  • 4df86e53a7 5.10.0 larabr 2023-08-29 14:59:17 +0200
  • 8d4dd349ae
    Merge pull request #1620 larabr 2023-07-26 10:08:41 +0200
  • 5ae2846d97 CI: test on iOS Safari 14 instead of 15 to have access to SubtleCrypto larabr 2023-04-24 19:03:47 +0200
  • b164190f6a Internal: rename Curves to CurvesWithOID larabr 2023-03-28 18:14:50 +0200
  • ef953ce81e Add HKDF fallback for Node 14, where SubtleCrypto is not available larabr 2023-03-27 21:28:20 +0200
  • ee4ad89451 Enforce AES with PKESK v3 using x25519 (new format) larabr 2023-06-05 19:23:10 +0200
  • 1c07d268b8 crypto-refresh: add support for new X25519 key and PKESK format larabr 2023-03-23 13:42:21 +0100
  • 3f44082457 crypto-refresh: add support for new Ed25519 key and signature format larabr 2023-03-20 19:25:42 +0100
  • b6170aa40d
    Merge pull request #1656 larabr 2023-07-10 19:38:39 +0200
  • 32caf41929 Fix parsing of ECDH with unknown KDFParam version larabr 2023-06-30 22:00:48 +0200
  • f5b5b73f07 Fix parsing of messages with unsupported SKESK s2k type larabr 2023-06-26 15:39:56 +0200
  • 9ed1135d74 Fix verification of cleartext signatures that include unknown signature packet versions larabr 2023-06-26 13:51:48 +0200
  • de2ffaf8e5 Fix verification of detached signatures that include unknown signature packet versions larabr 2023-06-23 16:17:02 +0200
  • d72cece54a
    Support parsing encrypted key with unknown s2k types or cipher algos (#1658) larabr 2023-07-10 15:23:47 +0200
  • 400b163f84 5.9.0 larabr 2023-05-15 16:47:20 +0200
  • 33c19542af
    Allow email addresses with trailing numbers in domain (#1642) larabr 2023-05-15 16:21:51 +0200
  • 1eb0b42387
    TS: add declaration for verify with CleartextMessage input (#1640) larabr 2023-05-15 16:21:05 +0200
  • 29d2b701c9
    Add support for verifying User Attributes in verifyAllUsers (#1637) Mart G 2023-05-15 21:40:53 +0800
  • 785d24d0d2
    Add revoke to Subkey in type definition (#1639) haryu703 2023-05-02 23:59:14 +0900
  • 726ee55de4 5.8.0 Daniel Huigens 2023-04-18 19:21:24 +0200
  • ac223bb8a6
    Fix shorthand check on user revoked status in getPrimaryUser method (#1623) Thomas Oberndörfer 2023-04-04 14:57:34 +0200
  • e63ab3db4f
    CI: update SOP test suite docker image (#1628) marinthiercelin 2023-04-03 13:44:41 +0200
  • 0d025d8c3d
    Add additionalAllowedPackets config option (#1618) Thomas Oberndörfer 2023-03-30 15:52:11 +0200
  • f72e34fefa
    CI: add OpenPGP interoperability test suite (#1603) marinthiercelin 2023-03-15 11:52:51 +0100
  • c60f2e3490 5.7.0 Daniel Huigens 2023-02-21 19:14:36 +0100
  • bb0c1f8a08
    Merge pull request #1602 from larabr/update-deps-feb23 larabr 2023-02-21 19:00:03 +0100
  • 8ffd7aa1d4 Remove import cycles larabr 2023-02-21 15:49:32 +0100
  • 94868e606a ESLint: drop unnecessary rules larabr 2023-02-21 14:56:46 +0100
  • 705f238e1e Update ESlint larabr 2023-02-21 14:54:46 +0100
  • 1b17132631 Update deps larabr 2023-02-20 16:37:10 +0100
  • 080b49a4ce
    Merge pull request #1549 from larabr/test-update-karma-browsers larabr 2023-02-21 16:16:55 +0100
  • 0ffcc4970f
    Remove default known notations (#1600) Daniel Huigens 2023-02-20 19:05:30 +0100
  • 66844826c6 Skip native Crypto tests if native lib is not available larabr 2023-02-17 15:27:07 +0100
  • dcd28fadc6 CI: test latest Safari larabr 2023-02-20 15:26:15 +0100
  • 18333999a2 CI: test latest browsers without Browserstack, cache build step across jobs larabr 2023-02-16 17:25:10 +0100
  • b083e1d067 Update Karma larabr 2022-08-03 11:33:14 +0200
  • 5b92b80f79
    Add selfCertification property to PrimaryUser interface definition (#1594) Roman 2023-02-17 19:03:32 +0300
  • 3e6e8d03a4
    Docs: mark global generateSessionKeys's encryptionKeys as optional (#1596) LucienLeMagicien 2023-02-17 13:05:25 +0100
  • 71fef439ed
    Add support for creating critical signature subpackets (#1599) Daniel Huigens 2023-02-17 12:21:03 +0100
  • 0307111993 5.6.0 Daniel Huigens 2023-02-16 14:32:01 +0100
  • 64ca5af879
    Merge pull request #1598 from twiss/sig-notation-creation Daniel Huigens 2023-02-16 13:48:20 +0100
  • 70778bc4c4 Test non-ASCII notation name Daniel Huigens 2023-02-16 11:47:38 +0100
  • 911e0f5330 Use UTF-8 encoding for strings in signature subpackets Daniel Huigens 2023-02-16 11:41:23 +0100
  • fbd71f8dfe Update type definitions Daniel Huigens 2023-02-15 19:33:39 +0100
  • 809deee3a6 Add signatureNotations option to sign and encrypt Daniel Huigens 2023-02-15 18:51:00 +0100
  • 375b03dcd4 Make signaturePacket.rawNotations[*].critical a boolean Daniel Huigens 2023-02-15 19:19:30 +0100
  • 3a6e2d1661 Fix Notation Data signature subpacket creation Daniel Huigens 2023-02-15 18:50:31 +0100
  • 2e4e05369c
    TypeScript: add missing function definitions to Subkey class (#1588) Fabien FORESTIER 2023-02-09 23:15:18 +0100
  • 126ab53840
    Remove internal, unused RandomBuffer (#1593) larabr 2023-02-09 23:11:53 +0100
  • 9175b76887
    Docs: clarify Key.clone() behaviour (#1589) larabr 2023-02-09 23:07:27 +0100
  • 50ea1ac889
    README: add TypeScript setup notice (#1586) Markus Wolf 2023-01-30 14:35:47 +0100
  • 4dbfcc5043
    Add revoke method to User (#1584) Thomas Oberndörfer 2023-01-24 16:34:58 +0100
  • 7a1a67c718
    TypeScript: fix signature of armor function: add customComment (#1585) Roman 2023-01-19 18:45:18 +0300
  • 2bc07996fa
    TypeScript: fix SymEncryptedSessionKeyPacket type name (#1583) Roman 2023-01-04 19:41:58 +0300
  • 4379bfb7ec
    TypeScript: fix signature of armor function (#1576) Leo Kotschenreuther 2022-11-16 14:18:06 +0100
  • 2f8a8c1c9a
    TypeScript: add SignaturePacket.rawNotations (#1571) Leo Kotschenreuther 2022-10-24 14:23:37 +0200
  • 04488af790 Bump package lock version larabr 2022-10-12 13:38:50 +0200
  • 9a935ed559 CI: move away from Node.js v12 larabr 2022-10-12 13:27:39 +0200
  • 5957bab2e2
    Allow use of Brainpool curves by default (#1563) Daniel Huigens 2022-10-12 13:15:56 +0200
  • d0be98feb9 5.5.0 Daniel Huigens 2022-08-31 13:56:51 +0200
  • 9f3985d398
    Hash all signature subpackets (#1562) Daniel Huigens 2022-08-30 16:36:17 +0200
  • 000e1335a2
    Leave unhashed subpackets as-is when re-serializing signatures (#1561) wussler 2022-08-30 13:46:05 +0200
  • 5e6dd8b1ed
    Remove leading newline from clearsigned messages armoring (#1560) Daniel Huigens 2022-08-30 13:40:57 +0200
  • 4d2cf85a51
    Ignore improperly formatted armor headers (#1557) Celine Moredo 2022-08-22 21:30:33 +0800
  • 93644b7c58
    printDebug: add label to identify source of the log (#1555) larabr 2022-08-17 18:54:53 +0200
  • ca60884c05 5.4.0 larabr 2022-08-08 13:49:52 +0200
  • 50fa974dcc
    CI: run worker tests first to give enough time to download the required scripts (#1550) larabr 2022-08-08 13:28:40 +0200
  • 08eef424a0
    TypeScript: add missing allowInsecureVerificationWithReformattedKeys field to Config (#1551) larabr 2022-08-04 18:55:51 +0200
  • dc85a5088f
    Fix CleartextMessage signature generation over text with trailing whitespace and \r\n line endings larabr 2022-08-02 17:50:45 +0200