From 726ee55de41a2ca305fce4c12fcd24696869bbc4 Mon Sep 17 00:00:00 2001
From: Daniel Huigens
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
@@ -2087,7 +2087,7 @@ This method does not change the original key.
Source:
-
- openpgp.js, line 172
+ openpgp.js, line 172
@@ -2446,7 +2446,7 @@ One of decryptionKeys
or passwords
must be specified.<
Source:
-
- openpgp.js, line 587
+ openpgp.js, line 587
@@ -3250,7 +3250,7 @@ must be specified. If signing keys are specified, those will be used to sign the
Source:
-
- openpgp.js, line 265
+ openpgp.js, line 265
@@ -3538,7 +3538,7 @@ This method does not change the original key.
Source:
-
- openpgp.js, line 206
+ openpgp.js, line 206
@@ -4158,7 +4158,7 @@ At least one of encryptionKeys
or passwords
must be sp
Source:
-
- openpgp.js, line 553
+ openpgp.js, line 553
@@ -4374,7 +4374,7 @@ At least one of encryptionKeys
or passwords
must be sp
Source:
-
- openpgp.js, line 719
+ openpgp.js, line 719
@@ -4967,7 +4967,7 @@ default to main key options, except for sign
parameter that default
Source:
-
- openpgp.js, line 56
+ openpgp.js, line 56
@@ -5317,7 +5317,7 @@ default to main key options, except for sign
parameter that default
Source:
-
- openpgp.js, line 520
+ openpgp.js, line 520
@@ -5501,7 +5501,7 @@ default to main key options, except for sign
parameter that default
Source:
@@ -5786,7 +5786,7 @@ default to main key options, except for sign
parameter that default
Source:
@@ -6074,7 +6074,7 @@ default to main key options, except for sign
parameter that default
Source:
@@ -6362,7 +6362,7 @@ default to main key options, except for sign
parameter that default
Source:
@@ -6656,7 +6656,7 @@ default to main key options, except for sign
parameter that default
Source:
-
- message.js, line 856
+ message.js, line 856
@@ -6944,7 +6944,7 @@ default to main key options, except for sign
parameter that default
Source:
@@ -7232,7 +7232,7 @@ default to main key options, except for sign
parameter that default
Source:
@@ -7520,7 +7520,7 @@ default to main key options, except for sign
parameter that default
Source:
@@ -7982,7 +7982,7 @@ to set the same date as the key creation time to ensure that old message signatu
Source:
-
- openpgp.js, line 100
+ openpgp.js, line 100
@@ -8511,7 +8511,7 @@ If a revocation certificate is passed, the reasonForRevocation parameter will be
Source:
-
- openpgp.js, line 141
+ openpgp.js, line 141
@@ -9066,7 +9066,7 @@ If a revocation certificate is passed, the reasonForRevocation parameter will be
Source:
-
- openpgp.js, line 397
+ openpgp.js, line 397
@@ -9228,7 +9228,7 @@ the encoded bytes
Source:
@@ -9690,7 +9690,7 @@ an attribute "data" containing a stream of bytes and "type"
Source:
-
- openpgp.js, line 466
+ openpgp.js, line 466
@@ -9934,7 +9934,7 @@ The new key includes a revocation certificate that must be removed before return
Source:
diff --git a/docs/module-config.html b/docs/module-config.html
index 06782da3..dc2c9ae6 100644
--- a/docs/module-config.html
+++ b/docs/module-config.html
@@ -89,7 +89,7 @@
Source:
@@ -147,6 +147,124 @@
+(static) additionalAllowedPackets
+
+
+
+
+
+ Parsing of packets is normally restricted to a predefined set of packets. For example a Sym. Encrypted Integrity Protected Data Packet can only
+contain a certain set of packets including LiteralDataPacket. With this setting we can allow additional packets, which is probably not advisable
+as a global config setting, but can be used for specific function calls (e.g. decrypt method of Message).
+
+
+
+
+
+
+
+
+ Properties:
+
+
+
+
+
+
+
+ Name
+
+
+ Type
+
+
+
+
+
+ Description
+
+
+
+
+
+
+
+
+ additionalAllowedPackets
+
+
+
+
+
+Array
+
+
+
+
+
+
+
+
+
+ Allow additional packets on parsing. Defined as array of packet classes, e.g. [PublicKeyPacket]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ - Source:
+ -
+ config/config.js, line 187
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
(static) aeadChunkSizeByte
@@ -247,7 +365,7 @@ Must be an integer value from 0 to 56.
Source:
@@ -365,7 +483,7 @@ Note: not all OpenPGP implementations are compatible with this option.
Source:
@@ -490,7 +608,7 @@ where key flags were ignored when selecting a key for encryption.
Source:
@@ -609,7 +727,7 @@ and have self-signature's creation date that does not match the primary key crea
Source:
@@ -730,7 +848,7 @@ This is an insecure setting:
Source:
@@ -849,7 +967,7 @@ and deferring checking their integrity until the decrypted stream has been read
Source:
@@ -961,7 +1079,7 @@ and deferring checking their integrity until the decrypted stream has been read
Source:
@@ -1073,7 +1191,7 @@ and deferring checking their integrity until the decrypted stream has been read
Source:
@@ -1195,7 +1313,7 @@ See also constantTimePKCS1DecryptionSupportedSymmetricAlgorithms
.
Source:
@@ -1313,7 +1431,7 @@ However, the more algorithms are added, the slower the decryption procedure beco
Source:
@@ -1425,7 +1543,7 @@ However, the more algorithms are added, the slower the decryption procedure beco
Source:
@@ -1537,7 +1655,7 @@ However, the more algorithms are added, the slower the decryption procedure beco
Source:
@@ -1649,7 +1767,7 @@ However, the more algorithms are added, the slower the decryption procedure beco
Source:
@@ -1766,7 +1884,7 @@ validation error when the notation is marked as critical.
Source:
@@ -1882,7 +2000,7 @@ validation error when the notation is marked as critical.
Source:
@@ -1994,7 +2112,7 @@ validation error when the notation is marked as critical.
Source:
@@ -2111,7 +2229,7 @@ The default is 2047 since due to a bug, previous versions of OpenPGP.js could ge
Source:
@@ -2228,7 +2346,7 @@ The default is 2047 since due to a bug, previous versions of OpenPGP.js could ge
Source:
@@ -2345,7 +2463,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2457,7 +2575,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2569,7 +2687,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2681,7 +2799,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2797,7 +2915,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2913,7 +3031,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -3029,7 +3147,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -3145,7 +3263,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -3257,7 +3375,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -3374,7 +3492,7 @@ Iteration Count Byte for S2K (String to Key)
Source:
@@ -3486,7 +3604,7 @@ Iteration Count Byte for S2K (String to Key)
Source:
@@ -3598,7 +3716,7 @@ Iteration Count Byte for S2K (String to Key)
Source:
@@ -3716,7 +3834,7 @@ Note: the indutny/elliptic curve library is not designed to be constant time.Source:
@@ -3834,7 +3952,7 @@ Note: not all OpenPGP implementations are compatible with this option.
Source:
@@ -3946,7 +4064,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 65e1a190..c240bcd0 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:
@@ -1878,7 +1878,7 @@
Source:
@@ -2059,7 +2059,7 @@ fingerprint format
Source:
@@ -2323,7 +2323,7 @@ fingerprint format
Source:
@@ -2589,7 +2589,7 @@ possession of more than one person.
Source:
@@ -2784,7 +2784,7 @@ possession of more than one person.
Source:
@@ -3301,7 +3301,7 @@ possession of more than one person.
Source:
@@ -3635,7 +3635,7 @@ possession of more than one person.
Source:
@@ -3853,7 +3853,7 @@ possession of more than one person.
Source:
@@ -4048,7 +4048,7 @@ possession of more than one person.
Source:
@@ -4565,7 +4565,7 @@ document) that cannot include a target subpacket.
Source:
@@ -5266,7 +5266,7 @@ document) that cannot include a target subpacket.
Source:
@@ -5576,7 +5576,7 @@ document) that cannot include a target subpacket.
Source:
@@ -5772,7 +5772,7 @@ document) that cannot include a target subpacket.
Source:
@@ -5926,7 +5926,7 @@ document) that cannot include a target subpacket.
Source:
@@ -6142,7 +6142,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 fe2dea93..8db0b733 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 67bd684e..9dbf1b87 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 18
@@ -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/docs/module-type_kdf_params-KDFParams.html b/docs/module-type_kdf_params-KDFParams.html
index c689e5cc..f2456c1f 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:
diff --git a/docs/module-type_keyid-KeyID.html b/docs/module-type_keyid-KeyID.html
index 66379c7c..bf64f8b0 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:
diff --git a/docs/module-type_s2k-S2K.html b/docs/module-type_s2k-S2K.html
index c3b4ab3d..8d8ab282 100644
--- a/docs/module-type_s2k-S2K.html
+++ b/docs/module-type_s2k-S2K.html
@@ -152,7 +152,7 @@
Source:
-
- type/s2k.js, line 40
+ type/s2k.js, line 40
@@ -261,7 +261,7 @@
Source:
-
- type/s2k.js, line 45
+ type/s2k.js, line 45
@@ -331,7 +331,7 @@
Source:
-
- type/s2k.js, line 52
+ type/s2k.js, line 52
@@ -405,7 +405,7 @@
Source:
-
- type/s2k.js, line 56
+ type/s2k.js, line 56
@@ -479,7 +479,7 @@
Source:
-
- type/s2k.js, line 50
+ type/s2k.js, line 50
@@ -611,7 +611,7 @@ hashAlgorithm
Source:
@@ -773,7 +773,7 @@ hashAlgorithm hash length
Source:
-
- type/s2k.js, line 71
+ type/s2k.js, line 71
@@ -885,7 +885,7 @@ hashAlgorithm hash length
Source:
diff --git a/package-lock.json b/package-lock.json
index 6039151e..1bf45ecc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "openpgp",
- "version": "5.7.0",
+ "version": "5.8.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "openpgp",
- "version": "5.7.0",
+ "version": "5.8.0",
"license": "LGPL-3.0+",
"dependencies": {
"asn1.js": "^5.0.0"
diff --git a/package.json b/package.json
index 10762244..2f9eb879 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.7.0",
+ "version": "5.8.0",
"license": "LGPL-3.0+",
"homepage": "https://openpgpjs.org/",
"engines": {