larabr
94868e606a
ESLint: drop unnecessary rules
...
Most rules are derived from the `airbnb` template.
Some "bad" rule exceptions remain, but they require too many changes to fix, so
we leave it to a future refactoring.
2023-02-21 18:27:59 +01:00
larabr
705f238e1e
Update ESlint
2023-02-21 18:27:56 +01:00
larabr
1b17132631
Update deps
2023-02-21 18:25:28 +01:00
larabr
080b49a4ce
Merge pull request #1549 from larabr/test-update-karma-browsers
2023-02-21 16:16:55 +01:00
Daniel Huigens
0ffcc4970f
Remove default known notations ( #1600 )
...
Since we don't interpret these notations, it is up to the caller
to handle them, and thus also to decide whether they are "known".
If they are marked as critical, and aren't handled by the caller,
we should consider the signature unverified.
2023-02-20 19:05:30 +01:00
larabr
66844826c6
Skip native Crypto tests if native lib is not available
2023-02-20 16:08:19 +01:00
larabr
dcd28fadc6
CI: test latest Safari
2023-02-20 16:08:19 +01:00
larabr
18333999a2
CI: test latest browsers without Browserstack, cache build step across jobs
2023-02-20 16:08:10 +01:00
larabr
b083e1d067
Update Karma
2023-02-20 15:34:39 +01:00
Roman
5b92b80f79
Add selfCertification
property to PrimaryUser
interface definition ( #1594 )
...
Also, mark the `publicKeys` parameter of `Key.verifyAllUsers` as optional.
2023-02-17 17:03:32 +01:00
LucienLeMagicien
3e6e8d03a4
Docs: mark global generateSessionKeys
's encryptionKeys
as optional ( #1596 )
2023-02-17 13:05:25 +01:00
Daniel Huigens
71fef439ed
Add support for creating critical signature subpackets ( #1599 )
...
Assign most signature subpacket types a criticality based on whether
failing to interpret their meaning would negatively impact security.
For Notation Data subpackets, let the user indicate their criticality
using the `signatureNotations[*].critical` property.
2023-02-17 12:21:03 +01:00
Daniel Huigens
0307111993
5.6.0
2023-02-16 14:32:01 +01:00
Daniel Huigens
64ca5af879
Merge pull request #1598 from twiss/sig-notation-creation
...
Add support for creating Notation Data subpackets when signing or encrypting messages
2023-02-16 13:48:20 +01:00
Daniel Huigens
70778bc4c4
Test non-ASCII notation name
2023-02-16 11:47:38 +01:00
Daniel Huigens
911e0f5330
Use UTF-8 encoding for strings in signature subpackets
2023-02-16 11:46:37 +01:00
Daniel Huigens
fbd71f8dfe
Update type definitions
2023-02-16 11:24:11 +01:00
Daniel Huigens
809deee3a6
Add signatureNotations
option to sign
and encrypt
...
This allows adding Notation Data signature subpackets when signing or
encrypting a message.
2023-02-15 19:42:45 +01:00
Daniel Huigens
375b03dcd4
Make signaturePacket.rawNotations[*].critical
a boolean
2023-02-15 19:42:07 +01:00
Daniel Huigens
3a6e2d1661
Fix Notation Data signature subpacket creation
2023-02-15 19:42:07 +01:00
Fabien FORESTIER
2e4e05369c
TypeScript: add missing function definitions to Subkey
class ( #1588 )
...
Add types for `Subkey.getExpirationTime()`, `.isRevoked()`, `.update()`
2023-02-09 23:15:18 +01:00
larabr
126ab53840
Remove internal, unused RandomBuffer
( #1593 )
...
The changes do not affect the public API:
`RandomBuffer` was used internally for secure randomness generation before
`crypto.getRandomValues` was made available to WebWorkers, requiring
generating randomness in the main thread.
As a result of the change, the internal `getRandomBytes()` and some functions
that use it are no longer async.
2023-02-09 23:11:53 +01:00
larabr
9175b76887
Docs: clarify Key.clone()
behaviour ( #1589 )
2023-02-09 23:07:27 +01:00
Markus Wolf
50ea1ac889
README: add TypeScript setup notice ( #1586 )
...
Mention that the library needs types from `@openpgp/web-stream-tools`.
2023-01-30 14:35:47 +01:00
Thomas Oberndörfer
4dbfcc5043
Add revoke
method to User ( #1584 )
2023-01-24 16:34:58 +01:00
Roman
7a1a67c718
TypeScript: fix signature of armor
function: add customComment
( #1585 )
2023-01-19 16:45:18 +01:00
Roman
2bc07996fa
TypeScript: fix SymEncryptedSessionKeyPacket
type name ( #1583 )
...
Co-authored-by: DESKTOP-KRJIM7J\Roman <rrrooommmaaa@outlook.com>
2023-01-04 17:41:58 +01:00
Leo Kotschenreuther
4379bfb7ec
TypeScript: fix signature of armor function ( #1576 )
...
The `partIndex` and `partTotal` params of the `armor` function are
optional. This commit updates the openpgp.d.ts file to reflect this.
2022-11-16 14:18:06 +01:00
Leo Kotschenreuther
2f8a8c1c9a
TypeScript: add SignaturePacket.rawNotations
( #1571 )
2022-10-24 14:23:37 +02:00
larabr
04488af790
Bump package lock version
2022-10-24 14:15:04 +02:00
larabr
9a935ed559
CI: move away from Node.js v12
...
Github is deprecating it in Actions, and it's already past EOL
2022-10-24 14:15:04 +02:00
Daniel Huigens
5957bab2e2
Allow use of Brainpool curves by default ( #1563 )
...
These curves have been merged back into the editor's draft of the
crypto refresh.
2022-10-12 13:15:56 +02:00
Daniel Huigens
d0be98feb9
5.5.0
2022-08-31 13:56:51 +02:00
Daniel Huigens
9f3985d398
Hash all signature subpackets ( #1562 )
...
Move the Issuer, Issuer Fingerprint, and Embedded Signature subpackets
to the hashed subpackets for new signatures. While we allow these to be
unhashed, it's safer to hash them, and this simplifies the code as well.
2022-08-30 16:36:17 +02:00
wussler
000e1335a2
Leave unhashed subpackets as-is when re-serializing signatures ( #1561 )
...
When re-serializing a signature packet, don't add Issuer, Issuer
Fingerprint, and Embedded Signature subpackets to the unhashed
subpackets if they weren't already there.
Also, store all unhashed subpackets in `signature.unhashedSubpackets`,
not just the "disallowed" ones.
2022-08-30 13:46:05 +02:00
Daniel Huigens
5e6dd8b1ed
Remove leading newline from clearsigned messages armoring ( #1560 )
2022-08-30 13:40:57 +02:00
Celine Moredo
4d2cf85a51
Ignore improperly formatted armor headers ( #1557 )
...
Show a debug warning instead of throwing an error on malformed headers.
2022-08-22 15:30:33 +02:00
larabr
93644b7c58
printDebug
: add label to identify source of the log (#1555 )
2022-08-17 18:54:53 +02:00
larabr
ca60884c05
5.4.0
2022-08-08 13:49:52 +02:00
larabr
50fa974dcc
CI: run worker tests first to give enough time to download the required scripts ( #1550 )
...
This should fix issues with Safari 13 not managing to load the worker in BrowserStack Automate.
2022-08-08 13:28:40 +02:00
larabr
08eef424a0
TypeScript: add missing allowInsecureVerificationWithReformattedKeys
field to Config ( #1551 )
2022-08-04 18:55:51 +02:00
larabr
dc85a5088f
Fix CleartextMessage
signature generation over text with trailing whitespace and \r\n line endings
...
Signing a `CleartextMessage` containing trailing whitespace and \r\n line
endings (as opposed to \n) would result in an unverifiable signature. The issue
seems to have been present since v3.0.9 . These broken signatures were
unverifiable even in the OpenPGP.js version(s) that generated them.
2022-08-02 17:50:45 +02:00
larabr
e862d5f20b
Throw in encryptSessionKey
if no keys or passwords are provided ( #1547 )
...
Previously, the operation would return an empty message.
2022-07-27 17:47:47 +02:00
Daniel Huigens
bd1a7db46f
Use npm ci
instead of npm install
in release script
...
In order not to update the package-lock.json file during releases.
2022-06-29 21:15:18 +02:00
Daniel Huigens
dd2aa7c5ec
Revert package lock version bump
2022-06-29 21:07:10 +02:00
Daniel Huigens
5c02953b1c
5.3.1
2022-06-29 21:02:15 +02:00
Daniel Huigens
04e806e0b4
Support Node.js 18 ( #1542 )
...
Recent Node.js seems to have dropped support for ripemd160.
Thus, properly check the availability of hashes before using them.
Also, add Node.js 18 to CI.
2022-06-29 20:59:38 +02:00
Daniel Huigens
e69d8b24fc
Fix armor error handling ( #1541 )
...
Fix unhandled promise rejections when parsing armor with malformed footers.
2022-06-29 20:09:30 +02:00
Daniel Huigens
449ec3a367
Fix CNAME and make docs script portable
2022-06-09 12:54:22 +02:00
larabr
b677ab5949
5.3.0
2022-06-08 16:10:17 +02:00