diff --git a/docs/AEADEncryptedDataPacket.html b/docs/AEADEncryptedDataPacket.html index 088bb2aa..3a94cafe 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.
decryptionKeys, sessionkeys or passwords<
Source:
-
- openpgp.js, line 344
+ openpgp.js, line 344
@@ -1891,7 +1891,7 @@ This method does not change the original key.
Source:
-
- openpgp.js, line 182
+ openpgp.js, line 182
@@ -2250,7 +2250,7 @@ One of decryptionKeys or passwords must be specified.<
Source:
-
- openpgp.js, line 603
+ openpgp.js, line 603
@@ -3054,7 +3054,7 @@ must be specified. If signing keys are specified, those will be used to sign the
Source:
-
- openpgp.js, line 275
+ openpgp.js, line 275
@@ -3342,7 +3342,7 @@ This method does not change the original key.
Source:
-
- openpgp.js, line 216
+ openpgp.js, line 216
@@ -3962,7 +3962,7 @@ At least one of encryptionKeys or passwords must be sp
Source:
-
- openpgp.js, line 569
+ openpgp.js, line 569
@@ -4561,7 +4561,7 @@ default to main key options, except for sign parameter that default
Source:
-
- openpgp.js, line 59
+ openpgp.js, line 59
@@ -4911,7 +4911,7 @@ default to main key options, except for sign parameter that default
Source:
-
- openpgp.js, line 536
+ openpgp.js, line 536
@@ -5164,7 +5164,7 @@ default to main key options, except for sign parameter that default
Source:
@@ -5458,7 +5458,7 @@ default to main key options, except for sign parameter that default
Source:
-
- message.js, line 860
+ message.js, line 860
@@ -5746,7 +5746,7 @@ default to main key options, except for sign parameter that default
Source:
@@ -6208,7 +6208,7 @@ to set the same date as the key creation time to ensure that old message signatu
Source:
-
- openpgp.js, line 110
+ openpgp.js, line 110
@@ -6737,7 +6737,7 @@ If a revocation certificate is passed, the reasonForRevocation parameter will be
Source:
-
- openpgp.js, line 151
+ openpgp.js, line 151
@@ -7372,7 +7372,7 @@ If a revocation certificate is passed, the reasonForRevocation parameter will be
Source:
-
- openpgp.js, line 410
+ openpgp.js, line 410
@@ -7534,7 +7534,7 @@ the encoded bytes
Source:
@@ -7996,7 +7996,7 @@ an attribute "data" containing a stream of bytes and "type"
Source:
-
- openpgp.js, line 479
+ openpgp.js, line 479
diff --git a/docs/module-config.html b/docs/module-config.html
index c37ebfee..e8fc1e99 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:
@@ -489,7 +489,7 @@ Note: not all OpenPGP implementations are compatible with this option.
Source:
@@ -614,7 +614,7 @@ where key flags were ignored when selecting a key for encryption.
Source:
@@ -733,7 +733,7 @@ and have self-signature's creation date that does not match the primary key crea
Source:
@@ -854,7 +854,7 @@ This is an insecure setting:
Source:
@@ -979,7 +979,7 @@ and deferring checking their integrity until the decrypted stream has been read
Source:
@@ -1091,7 +1091,7 @@ and deferring checking their integrity until the decrypted stream has been read
Source:
@@ -1213,7 +1213,7 @@ See also constantTimePKCS1DecryptionSupportedSymmetricAlgorithms.
Source:
@@ -1331,7 +1331,7 @@ However, the more algorithms are added, the slower the decryption procedure beco
Source:
@@ -1451,7 +1451,7 @@ hence parsing them might be necessary in some cases.
Source:
@@ -1564,7 +1564,7 @@ defined in https://www.rfc-editor.org/rfc/rfc9580.html#name-openpgp-messages .
Source:
@@ -1676,7 +1676,7 @@ defined in https://www.rfc-editor.org/rfc/rfc9580.html#name-openpgp-messages .
Source:
@@ -1788,7 +1788,7 @@ defined in https://www.rfc-editor.org/rfc/rfc9580.html#name-openpgp-messages .
Source:
@@ -1905,7 +1905,124 @@ validation error when the notation is marked as critical.
Source:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+(static) maxDecompressedMessageSize
+
+
+
+
+
+ Maximum size of decompressed messages
+When decompressing a larger message, OpenPGP.js will throw an error.
+
+
+
+
+
+
+
+
+ Properties:
+
+
+
+
+
+
+
+ Name
+
+
+ Type
+
+
+
+
+
+ Description
+
+
+
+
+
+
+
+
+ maxDecompressedMessageSize
+
+
+
+
+
+Integer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ - Source:
+
@@ -2021,7 +2138,7 @@ validation error when the notation is marked as critical.
- Source:
@@ -2138,7 +2255,7 @@ The default is 2047 since due to a bug, previous versions of OpenPGP.js could ge
- Source:
@@ -2255,7 +2372,7 @@ The default is 2047 since due to a bug, previous versions of OpenPGP.js could ge
- Source:
@@ -2372,7 +2489,7 @@ Only has an effect when aeadProtect is set to true.
- Source:
@@ -2484,7 +2601,7 @@ Only has an effect when aeadProtect is set to true.
- Source:
@@ -2596,7 +2713,7 @@ Only has an effect when aeadProtect is set to true.
- Source:
@@ -2708,7 +2825,7 @@ Only has an effect when aeadProtect is set to true.
- Source:
@@ -2824,7 +2941,7 @@ Only has an effect when aeadProtect is set to true.
- Source:
@@ -2940,7 +3057,7 @@ Only has an effect when aeadProtect is set to true.
- Source:
@@ -3056,7 +3173,7 @@ Only has an effect when aeadProtect is set to true.
- Source:
@@ -3172,7 +3289,7 @@ Only has an effect when aeadProtect is set to true.
- Source:
@@ -3387,7 +3504,7 @@ For more details on the choice of parameters, see https://tools.ietf.org/html/rf
- Source:
@@ -3506,7 +3623,7 @@ Note: this is the exponent value, not the final number of iterations (refer to s
- Source:
@@ -3628,7 +3745,7 @@ Note: Argon2 is the strongest option but not all OpenPGP implementations are com
- Source:
@@ -3740,7 +3857,7 @@ Note: Argon2 is the strongest option but not all OpenPGP implementations are com
- Source:
@@ -3852,7 +3969,7 @@ Note: Argon2 is the strongest option but not all OpenPGP implementations are com
- Source:
@@ -3969,7 +4086,7 @@ When false, certain standard curves will not be supported (depending on the plat
- Source:
@@ -4087,7 +4204,7 @@ Note: not all OpenPGP implementations are compatible with this option.
- Source:
@@ -4199,7 +4316,7 @@ Note: not all OpenPGP implementations are compatible with this option.
- Source:
diff --git a/docs/module-enums.html b/docs/module-enums.html
index 3bc456da..5436cc29 100644
--- a/docs/module-enums.html
+++ b/docs/module-enums.html
@@ -235,7 +235,7 @@
- Source:
@@ -499,7 +499,7 @@
- Source:
@@ -694,7 +694,7 @@
- Source:
@@ -1119,7 +1119,7 @@
- Source:
@@ -1323,7 +1323,7 @@ fingerprint format
- Source:
@@ -1633,7 +1633,7 @@ fingerprint format
- Source:
@@ -1899,7 +1899,7 @@ possession of more than one person.
- Source:
@@ -2094,7 +2094,7 @@ possession of more than one person.
- Source:
@@ -2634,7 +2634,7 @@ possession of more than one person.
- Source:
@@ -3060,7 +3060,7 @@ possession of more than one person.
- Source:
@@ -3278,7 +3278,7 @@ possession of more than one person.
- Source:
@@ -3496,7 +3496,7 @@ possession of more than one person.
- Source:
@@ -4013,7 +4013,7 @@ document) that cannot include a target subpacket.
- Source:
@@ -4737,7 +4737,7 @@ document) that cannot include a target subpacket.
- Source:
@@ -5024,7 +5024,7 @@ document) that cannot include a target subpacket.
- Source:
@@ -5220,7 +5220,7 @@ document) that cannot include a target subpacket.
- Source:
@@ -5374,7 +5374,7 @@ document) that cannot include a target subpacket.
- Source:
@@ -5590,7 +5590,7 @@ document) that cannot include a target subpacket.
- Source:
diff --git a/docs/module-key_Subkey-Subkey.html b/docs/module-key_Subkey-Subkey.html
index 6b043171..9932f154 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:
diff --git a/docs/module-key_User-User.html b/docs/module-key_User-User.html
index 2c62d3cd..8a215966 100644
--- a/docs/module-key_User-User.html
+++ b/docs/module-key_User-User.html
@@ -170,7 +170,7 @@
- Source:
-
- key/user.js, line 17
+ 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:
diff --git a/package-lock.json b/package-lock.json
index 257666bb..f22394a5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "openpgp",
- "version": "6.2.2",
+ "version": "6.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "openpgp",
- "version": "6.2.2",
+ "version": "6.3.0",
"license": "LGPL-3.0+",
"devDependencies": {
"@eslint/js": "^9.38.0",
diff --git a/package.json b/package.json
index 51f7515b..184ed76f 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": "6.2.2",
+ "version": "6.3.0",
"license": "LGPL-3.0+",
"homepage": "https://openpgpjs.org/",
"engines": {