diff --git a/docs/AEADEncryptedDataPacket.html b/docs/AEADEncryptedDataPacket.html index cd95975d..723e322f 100644 --- a/docs/AEADEncryptedDataPacket.html +++ b/docs/AEADEncryptedDataPacket.html @@ -98,7 +98,7 @@ AEAD Protected Data Packet
Infinity
if the key doesn't expire, or null
if
Infinity
if the key doesn't expire, or null
if
Infinity
if the key doesn't expire, or null
if
Infinity
if the key doesn't expire, or null
if
read
on an empty PacketList instance.
read
on an empty PacketList instance.
read
on an empty PacketList instance.
read
on an empty PacketList instance.
read
on an empty PacketList instance.
decryptionKeys
, sessionkeys
or passwords<
Source:
-
- openpgp.js, line 334
+ openpgp.js, line 334
@@ -1828,7 +1828,8 @@ One of decryptionKeys
, sessionkeys
or passwords<
]
}
-where `signatures` contains a separate entry for each signature packet found in the input message.
+where `signatures` contains a separate entry for each signature packet found in the input message.
+
@@ -2087,7 +2088,7 @@ This method does not change the original key.
decryptionKeys
or passwords
must be specified.<
encryptionKeys
or passwords
must be sp
encryptionKeys
or passwords
must be sp
sign
parameter that default
sign
parameter that default
sign
parameter that default
sign
parameter that default
sign
parameter that default
sign
parameter that default
sign
parameter that default
sign
parameter that default
sign
parameter that default
sign
parameter that default
If the user's browser supports native WebCrypto via the window.crypto.subtle
API, this will be used. Under Node.js the native crypto module is used.
The library implements the IETF proposal for authenticated encryption using native AES-EAX, OCB, or GCM. This makes symmetric encryption up to 30x faster on supported platforms. Since the specification has not been finalized and other OpenPGP implementations haven't adopted it yet, the feature is currently behind a flag. Note: activating this setting can break compatibility with other OpenPGP implementations, and also with future versions of OpenPGP.js. Don't use it with messages you want to store on disk or in a database. You can enable it by setting openpgp.config.aeadProtect = true
.
The library implements the RFC4880bis proposal for authenticated encryption using native AES-EAX, OCB, or GCM. This makes symmetric encryption up to 30x faster on supported platforms. Since the specification has not been finalized and other OpenPGP implementations haven't adopted it yet, the feature is currently behind a flag. Note: activating this setting can break compatibility with other OpenPGP implementations, and also with future versions of OpenPGP.js. Don't use it with messages you want to store on disk or in a database. You can enable it by setting openpgp.config.aeadProtect = true
.
You can change the AEAD mode by setting one of the following options:
openpgp.config.preferredAEADAlgorithm = openpgp.enums.aead.eax // Default, native
openpgp.config.preferredAEADAlgorithm = openpgp.enums.aead.ocb // Non-native
@@ -262,8 +262,8 @@ import * as openpgp from './openpgp.min.mjs';
To offload cryptographic operations off the main thread, you can implement a Web Worker in your application and load OpenPGP.js from there. For an example Worker implementation, see test/worker/worker_example.js
.
Since TS is not fully integrated in the library, TS-only dependencies are currently listed as devDependencies
, so to compile the project you’ll need to add @openpgp/web-stream-tools
manually:
npm install --save-dev @openpgp/web-stream-tools
+Since TS is not fully integrated in the library, TS-only dependencies are currently listed as devDependencies
, so to compile the project you’ll need to add @openpgp/web-stream-tools
manually (NB: only versions below v0.12 are compatible with OpenPGP.js v5):
+npm install --save-dev @openpgp/web-stream-tools@0.0.11-patch-0
If you notice missing or incorrect type definitions, feel free to open a PR.
Examples
@@ -714,7 +714,7 @@ and a subkey for encryption using Curve25519.
diff --git a/docs/module-config.html b/docs/module-config.html
index 51fef1bb..5f3114e0 100644
--- a/docs/module-config.html
+++ b/docs/module-config.html
@@ -89,7 +89,7 @@
Source:
@@ -247,7 +247,7 @@ as a global config setting, but can be used for specific function calls (e.g. de
Source:
@@ -365,7 +365,7 @@ Must be an integer value from 0 to 56.
Source:
@@ -483,7 +483,7 @@ Note: not all OpenPGP implementations are compatible with this option.
Source:
@@ -608,7 +608,7 @@ where key flags were ignored when selecting a key for encryption.
Source:
@@ -727,7 +727,7 @@ and have self-signature's creation date that does not match the primary key crea
Source:
@@ -848,7 +848,7 @@ This is an insecure setting:
Source:
@@ -967,7 +967,7 @@ and deferring checking their integrity until the decrypted stream has been read
Source:
@@ -1079,7 +1079,7 @@ and deferring checking their integrity until the decrypted stream has been read
Source:
@@ -1191,7 +1191,7 @@ and deferring checking their integrity until the decrypted stream has been read
Source:
@@ -1313,7 +1313,7 @@ See also constantTimePKCS1DecryptionSupportedSymmetricAlgorithms
.
Source:
@@ -1431,7 +1431,7 @@ However, the more algorithms are added, the slower the decryption procedure beco
Source:
@@ -1543,7 +1543,7 @@ However, the more algorithms are added, the slower the decryption procedure beco
Source:
@@ -1655,7 +1655,7 @@ However, the more algorithms are added, the slower the decryption procedure beco
Source:
@@ -1767,7 +1767,7 @@ However, the more algorithms are added, the slower the decryption procedure beco
Source:
@@ -1884,7 +1884,7 @@ validation error when the notation is marked as critical.
Source:
@@ -2000,7 +2000,7 @@ validation error when the notation is marked as critical.
Source:
@@ -2112,7 +2112,7 @@ validation error when the notation is marked as critical.
Source:
@@ -2229,7 +2229,7 @@ The default is 2047 since due to a bug, previous versions of OpenPGP.js could ge
Source:
@@ -2346,7 +2346,7 @@ The default is 2047 since due to a bug, previous versions of OpenPGP.js could ge
Source:
@@ -2463,7 +2463,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2575,7 +2575,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2687,7 +2687,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2799,7 +2799,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2915,7 +2915,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -3031,7 +3031,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -3147,7 +3147,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -3263,7 +3263,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -3375,7 +3375,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -3492,7 +3492,7 @@ Iteration Count Byte for S2K (String to Key)
Source:
@@ -3604,7 +3604,7 @@ Iteration Count Byte for S2K (String to Key)
Source:
@@ -3716,7 +3716,7 @@ Iteration Count Byte for S2K (String to Key)
Source:
@@ -3834,7 +3834,7 @@ Note: the indutny/elliptic curve library is not designed to be constant time.Source:
@@ -3952,7 +3952,7 @@ Note: not all OpenPGP implementations are compatible with this option.
Source:
@@ -4064,7 +4064,7 @@ Note: not all OpenPGP implementations are compatible with this option.
Source:
@@ -4104,7 +4104,7 @@ Note: not all OpenPGP implementations are compatible with this option.
diff --git a/docs/module-enums.html b/docs/module-enums.html
index 848ff729..9ce13ec0 100644
--- a/docs/module-enums.html
+++ b/docs/module-enums.html
@@ -212,7 +212,7 @@
Source:
@@ -476,7 +476,7 @@
Source:
@@ -671,7 +671,7 @@
Source:
@@ -1924,7 +1924,7 @@
Source:
@@ -2105,7 +2105,7 @@ fingerprint format
Source:
@@ -2369,7 +2369,7 @@ fingerprint format
Source:
@@ -2635,7 +2635,7 @@ possession of more than one person.
Source:
@@ -2830,7 +2830,7 @@ possession of more than one person.
Source:
@@ -3347,7 +3347,7 @@ possession of more than one person.
Source:
@@ -3819,7 +3819,7 @@ possession of more than one person.
Source:
@@ -4037,7 +4037,7 @@ possession of more than one person.
Source:
@@ -4232,7 +4232,7 @@ possession of more than one person.
Source:
@@ -4749,7 +4749,7 @@ document) that cannot include a target subpacket.
Source:
@@ -5450,7 +5450,7 @@ document) that cannot include a target subpacket.
Source:
@@ -5760,7 +5760,7 @@ document) that cannot include a target subpacket.
Source:
@@ -5956,7 +5956,7 @@ document) that cannot include a target subpacket.
Source:
@@ -6110,7 +6110,7 @@ document) that cannot include a target subpacket.
Source:
@@ -6326,7 +6326,7 @@ document) that cannot include a target subpacket.
Source:
@@ -6429,7 +6429,7 @@ document) that cannot include a target subpacket.
diff --git a/docs/module-key_Subkey-Subkey.html b/docs/module-key_Subkey-Subkey.html
index 5f486957..c6a2f26f 100644
--- a/docs/module-key_Subkey-Subkey.html
+++ b/docs/module-key_Subkey-Subkey.html
@@ -170,7 +170,7 @@
Source:
@@ -280,7 +280,7 @@
Source:
@@ -393,7 +393,7 @@
Source:
@@ -510,7 +510,7 @@
Source:
@@ -627,7 +627,7 @@
Source:
@@ -740,7 +740,7 @@
Source:
@@ -941,7 +941,7 @@ Returns null if the subkey is invalid.
Source:
@@ -1054,7 +1054,7 @@ Returns null if the subkey is invalid.
Source:
@@ -1171,7 +1171,7 @@ Returns null if the subkey is invalid.
Source:
@@ -1288,7 +1288,7 @@ Returns null if the subkey is invalid.
Source:
@@ -1405,7 +1405,7 @@ Returns null if the subkey is invalid.
Source:
@@ -1522,7 +1522,7 @@ Returns null if the subkey is invalid.
Source:
@@ -1639,7 +1639,7 @@ Returns null if the subkey is invalid.
Source:
@@ -1756,7 +1756,7 @@ Returns null if the subkey is invalid.
Source:
@@ -1872,7 +1872,7 @@ Returns null if the subkey is invalid.
Source:
@@ -2148,7 +2148,7 @@ Returns null if the subkey is invalid.
Source:
@@ -2486,7 +2486,7 @@ Returns null if the subkey is invalid.
Source:
@@ -2598,7 +2598,7 @@ Returns null if the subkey is invalid.
Source:
@@ -2831,7 +2831,7 @@ Returns null if the subkey is invalid.
Source:
@@ -3043,7 +3043,7 @@ and valid binding signature.
Source:
@@ -3142,7 +3142,7 @@ and valid binding signature.
diff --git a/docs/module-key_User-User.html b/docs/module-key_User-User.html
index 363373c9..835c5fb1 100644
--- a/docs/module-key_User-User.html
+++ b/docs/module-key_User-User.html
@@ -170,7 +170,7 @@
Source:
-
- key/user.js, line 18
+ key/user.js, line 17
@@ -403,7 +403,7 @@
Source:
-
- key/user.js, line 60
+ key/user.js, line 60
@@ -515,7 +515,7 @@
Source:
-
- key/user.js, line 44
+ key/user.js, line 44
@@ -788,7 +788,7 @@
Source:
-
- key/user.js, line 98
+ key/user.js, line 98
@@ -1126,7 +1126,7 @@
Source:
@@ -1238,7 +1238,7 @@
Source:
-
- key/user.js, line 31
+ key/user.js, line 31
@@ -1441,7 +1441,7 @@
Source:
@@ -1622,7 +1622,7 @@ and validity of self signature.
Source:
@@ -1886,7 +1886,7 @@ and validity of self signature.
Source:
@@ -2153,7 +2153,7 @@ Signature validity is null if the verification keys do not correspond to the cer
Source:
@@ -2239,7 +2239,7 @@ Signature validity is null if the verification keys do not correspond to the cer
diff --git a/docs/module-type_kdf_params-KDFParams.html b/docs/module-type_kdf_params-KDFParams.html
index 62c65074..163a879f 100644
--- a/docs/module-type_kdf_params-KDFParams.html
+++ b/docs/module-type_kdf_params-KDFParams.html
@@ -163,7 +163,7 @@
Source:
@@ -322,7 +322,7 @@
Source:
@@ -434,7 +434,7 @@
Source:
@@ -508,7 +508,7 @@
diff --git a/docs/module-type_keyid-KeyID.html b/docs/module-type_keyid-KeyID.html
index fc2120c4..2c82e421 100644
--- a/docs/module-type_keyid-KeyID.html
+++ b/docs/module-type_keyid-KeyID.html
@@ -100,7 +100,7 @@ formed.
Source:
@@ -294,7 +294,7 @@ formed.
Source:
@@ -384,7 +384,7 @@ formed.
Source:
@@ -496,7 +496,7 @@ formed.
Source:
@@ -657,7 +657,7 @@ formed.
Source:
@@ -747,7 +747,7 @@ formed.
Source:
@@ -859,7 +859,7 @@ formed.
Source:
@@ -933,7 +933,7 @@ formed.
diff --git a/docs/module-type_s2k-S2K.html b/docs/module-type_s2k-S2K.html
index 50233346..419b60bd 100644
--- a/docs/module-type_s2k-S2K.html
+++ b/docs/module-type_s2k-S2K.html
@@ -152,7 +152,7 @@
Source:
-
- type/s2k.js, line 41
+ type/s2k.js, line 41
@@ -261,7 +261,7 @@
Source:
-
- type/s2k.js, line 46
+ type/s2k.js, line 46
@@ -331,7 +331,7 @@
Source:
-
- type/s2k.js, line 53
+ type/s2k.js, line 53
@@ -405,7 +405,7 @@
Source:
-
- type/s2k.js, line 57
+ type/s2k.js, line 57
@@ -479,7 +479,7 @@
Source:
-
- type/s2k.js, line 51
+ type/s2k.js, line 51
@@ -611,7 +611,7 @@ hashAlgorithm
Source:
@@ -773,7 +773,7 @@ hashAlgorithm hash length
Source:
-
- type/s2k.js, line 72
+ type/s2k.js, line 72
@@ -885,7 +885,7 @@ hashAlgorithm hash length
Source:
@@ -959,7 +959,7 @@ hashAlgorithm hash length
diff --git a/docs/module-type_x25519x448_symkey.html b/docs/module-type_x25519x448_symkey.html
index 76ed380e..12ec65cb 100644
--- a/docs/module-type_x25519x448_symkey.html
+++ b/docs/module-type_x25519x448_symkey.html
@@ -91,7 +91,7 @@ the former includes an algorithm byte preceeding the encrypted session key.<
Source:
@@ -160,7 +160,7 @@ the former includes an algorithm byte preceeding the encrypted session key.<
diff --git a/package-lock.json b/package-lock.json
index 97591a3f..3952da4a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "openpgp",
- "version": "5.11.0",
+ "version": "5.11.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "openpgp",
- "version": "5.11.0",
+ "version": "5.11.1",
"license": "LGPL-3.0+",
"dependencies": {
"asn1.js": "^5.0.0"
diff --git a/package.json b/package.json
index b4fd982e..3705f9ff 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "openpgp",
"description": "OpenPGP.js is a Javascript implementation of the OpenPGP protocol. This is defined in RFC 4880.",
- "version": "5.11.0",
+ "version": "5.11.1",
"license": "LGPL-3.0+",
"homepage": "https://openpgpjs.org/",
"engines": {