Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openpgpjs/openpgpjs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-24TypeScript: add `SignaturePacket.rawNotations` (#1571)HEADmainLeo Kotschenreuther
2022-10-24Bump package lock versionlarabr
2022-10-24CI: move away from Node.js v12larabr
2022-10-12Allow use of Brainpool curves by default (#1563)Daniel Huigens
2022-08-315.5.0v5.5.0Daniel Huigens
2022-08-30Hash all signature subpackets (#1562)Daniel Huigens
2022-08-30Leave unhashed subpackets as-is when re-serializing signatures (#1561)wussler
2022-08-30Remove leading newline from clearsigned messages armoring (#1560)Daniel Huigens
2022-08-22Ignore improperly formatted armor headers (#1557)Celine Moredo
2022-08-17`printDebug`: add label to identify source of the log (#1555)larabr
2022-08-085.4.0v5.4.0larabr
2022-08-08CI: run worker tests first to give enough time to download the required scrip...larabr
2022-08-04TypeScript: add missing `allowInsecureVerificationWithReformattedKeys` field ...larabr
2022-08-02Fix `CleartextMessage` signature generation over text with trailing whitespac...larabr
2022-07-27Throw in `encryptSessionKey` if no keys or passwords are provided (#1547)larabr
2022-06-29Use `npm ci` instead of `npm install` in release scriptDaniel Huigens
2022-06-29Revert package lock version bumpDaniel Huigens
2022-06-295.3.1v5.3.1Daniel Huigens
2022-06-29Support Node.js 18 (#1542)Daniel Huigens
2022-06-29Fix armor error handling (#1541)Daniel Huigens
2022-06-09Fix CNAME and make docs script portableDaniel Huigens
2022-06-085.3.0v5.3.0larabr
2022-06-07Throw on decryption of messages that don't contain any encrypted data packet ...larabr
2022-06-07Throw `UnsupportedError` on unknown algorithm in keys, signatures and encrypt...larabr
2022-06-02Add memory benchmark tests for streamed decryption of large files (#1462)Justin Lovell
2022-05-24Add `UnparseablePacket` to properly deal with key blocks that include malform...larabr
2022-05-12Fix loading browser built in JSDom environment (#1518)larabr
2022-03-22Throw on empty passphrase in `encryptKey` and `SecretKeyPacket.encrypt` (#1508)larabr
2022-03-155.2.1v5.2.1Daniel Huigens
2022-03-14Lint: error if imported value not found in module (#1507)larabr
2022-03-14Fix AES encryption error in browsers for messages larger than 3MB (#1506)larabr
2022-03-09TypeScript: rely on new `web-stream-tools` types, fix `SignOptions` (#1502)larabr
2022-03-025.2.0v5.2.0Daniel Huigens
2022-03-01CI: update `mocha` (#1503)larabr
2022-02-18TypeScript: fix `data` argument type in `SignaturePacket.verify()` (#1494)Ivan Pizhenko
2022-02-11Check existence of `navigator` before using it (#1475)Daniel Huigens
2022-02-10Drop MS Edge Legacy support (#1474)Daniel Huigens
2022-02-10TypeScript: mark `signature` arg as optional in `Key.isRevoked()` and remove ...Ivan Pizhenko
2022-02-01Update web-stream-toolsDaniel Huigens
2022-01-25Persist docs/CNAME after releaseDaniel Huigens
2022-01-25Create CNAMEDaniel Huigens
2022-01-245.1.0v5.1.0Daniel Huigens
2022-01-19Add support for constant-time decryption of PKCS#1 v1.5-encoded session keys ...larabr
2021-12-21Update documentation link (#1455)Austin Schmidli
2021-12-07Initial Deno support (#1448)Hexagon
2021-12-01CI: use Node v16 instead of v15larabr
2021-12-01Check key requirements in `PrivateKey.addSubkey()` (#1423)larabr
2021-11-29Create CNAMEBart Butler
2021-11-23Rename master branch to mainDaniel Huigens
2021-11-22Replace strings with integer algorithm identifiers in packet classes (#1410)larabr