diff --git a/docs/AEADEncryptedDataPacket.html b/docs/AEADEncryptedDataPacket.html index 1ebb55a7..f692a3c7 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.
emitChecksum
Whether to compute and include the CRC checksum +(NB: some types of data must not include it, but compliance is left as responsibility of the caller: this function does not carry out any checks)
config
Full configuration, defaults to openpgp.config
decryptionKeys
, sessionkeys
or passwords<
Source:
-
- openpgp.js, line 343
+ openpgp.js, line 343
@@ -1997,7 +2064,7 @@ This method does not change the original key.
Source:
-
- openpgp.js, line 181
+ openpgp.js, line 181
@@ -2356,7 +2423,7 @@ One of decryptionKeys
or passwords
must be specified.<
Source:
-
- openpgp.js, line 596
+ openpgp.js, line 596
@@ -2488,7 +2555,7 @@ Ultimately, the interface provides no advantages and it's only needed because of
Source:
@@ -3257,7 +3324,7 @@ must be specified. If signing keys are specified, those will be used to sign the
Source:
-
- openpgp.js, line 274
+ openpgp.js, line 274
@@ -3545,7 +3612,7 @@ This method does not change the original key.
Source:
-
- openpgp.js, line 215
+ openpgp.js, line 215
@@ -4165,7 +4232,7 @@ At least one of encryptionKeys
or passwords
must be sp
Source:
-
- openpgp.js, line 562
+ openpgp.js, line 562
@@ -4381,7 +4448,7 @@ At least one of encryptionKeys
or passwords
must be sp
Source:
-
- openpgp.js, line 718
+ openpgp.js, line 718
@@ -4982,7 +5049,7 @@ default to main key options, except for sign
parameter that default
Source:
-
- openpgp.js, line 58
+ openpgp.js, line 58
@@ -5332,7 +5399,7 @@ default to main key options, except for sign
parameter that default
Source:
-
- openpgp.js, line 529
+ openpgp.js, line 529
@@ -5493,7 +5560,7 @@ default to main key options, except for sign
parameter that default
Source:
@@ -5632,7 +5699,7 @@ default to main key options, except for sign
parameter that default
Source:
@@ -5771,7 +5838,7 @@ default to main key options, except for sign
parameter that default
Source:
@@ -5921,7 +5988,7 @@ NB: the return instatiator functions will throw when called if the provided Source:
@@ -6101,7 +6168,7 @@ NB: the return instatiator functions will throw when called if the provided Source:
@@ -6245,7 +6312,7 @@ NB: the return instatiator functions will throw when called if the provided Source:
@@ -6435,7 +6502,7 @@ NB: the return instatiator functions will throw when called if the provided Source:
@@ -6827,7 +6894,7 @@ NB: the return instatiator functions will throw when called if the provided Source:
@@ -7068,7 +7135,7 @@ NB: the return instatiator functions will throw when called if the provided Source:
@@ -7356,7 +7423,7 @@ NB: the return instatiator functions will throw when called if the provided Source:
@@ -7644,7 +7711,7 @@ NB: the return instatiator functions will throw when called if the provided Source:
@@ -7938,7 +8005,7 @@ NB: the return instatiator functions will throw when called if the provided Source:
-
- message.js, line 842
+ message.js, line 848
@@ -8226,7 +8293,7 @@ NB: the return instatiator functions will throw when called if the provided Source:
@@ -8514,7 +8581,7 @@ NB: the return instatiator functions will throw when called if the provided Source:
@@ -8802,7 +8869,7 @@ NB: the return instatiator functions will throw when called if the provided Source:
@@ -9264,7 +9331,7 @@ to set the same date as the key creation time to ensure that old message signatu
Source:
-
- openpgp.js, line 109
+ openpgp.js, line 109
@@ -9793,7 +9860,7 @@ If a revocation certificate is passed, the reasonForRevocation parameter will be
Source:
-
- openpgp.js, line 150
+ openpgp.js, line 150
@@ -10008,7 +10075,7 @@ If a revocation certificate is passed, the reasonForRevocation parameter will be
Source:
@@ -10557,7 +10624,7 @@ If a revocation certificate is passed, the reasonForRevocation parameter will be
Source:
-
- openpgp.js, line 406
+ openpgp.js, line 406
@@ -10719,7 +10786,7 @@ the encoded bytes
Source:
@@ -11181,7 +11248,7 @@ an attribute "data" containing a stream of bytes and "type"
Source:
-
- openpgp.js, line 475
+ openpgp.js, line 475
@@ -11426,7 +11493,7 @@ The new key includes a revocation certificate that must be removed before return
Source:
@@ -11606,7 +11673,7 @@ The new key includes a revocation certificate that must be removed before return
Source:
diff --git a/docs/index.html b/docs/index.html
index e20f21ed..81ce2ee0 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -205,7 +205,7 @@ library to convert back and forth between them.
The library implements authenticated encryption (AEAD) as per the "crypto refresh" draft standard using AES-OCB, EAX, or GCM. This makes symmetric encryption faster on platforms with native implementations. However, since the specification is very recent and other OpenPGP implementations are in the process of adopting it, the feature is currently behind a flag. Note: activating this setting can break compatibility with other OpenPGP implementations which have yet to implement the feature. You can enable it by setting openpgp.config.aeadProtect = true
.
-Note that this setting has a different effect from the one in OpenPGP.js v5, which implemented support for a provisional version of AEAD from RFC4880bis, which was modified in a later draft of the crypto refresh.
+Note that this setting has a different effect from the one in OpenPGP.js v6, which implemented support for a provisional version of AEAD from RFC4880bis, which was modified in a later draft of the crypto refresh.
You can change the AEAD mode by setting one of the following options:
openpgp.config.preferredAEADAlgorithm = openpgp.enums.aead.ocb; // Default (widest ecosystem support), non-native
openpgp.config.preferredAEADAlgorithm = openpgp.enums.aead.gcm; // Native in WebCrypto and Node.js
@@ -265,7 +265,7 @@ import * as openpgp from './openpgp.min.mjs';
If you notice missing or incorrect type definitions, feel free to open a PR.
Examples
-Here are some examples of how to use OpenPGP.js v5. For more elaborate examples and working code, please check out the public API unit tests. If you're upgrading from v4 it might help to check out the changelog and documentation.
+Here are some examples of how to use OpenPGP.js v6. For more elaborate examples and working code, please check out the public API unit tests. If you're upgrading from v4 it might help to check out the changelog and documentation.
Encrypt and decrypt Uint8Array data with a password
Encryption will use the algorithm specified in config.preferredSymmetricAlgorithm (defaults to aes256), and decryption will use the algorithm used for encryption.
(async () => {
diff --git a/docs/module-config.html b/docs/module-config.html
index 55a40273..cd13962b 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:
@@ -1443,7 +1443,7 @@ However, the more algorithms are added, the slower the decryption procedure beco
Source:
@@ -1555,7 +1555,7 @@ However, the more algorithms are added, the slower the decryption procedure beco
Source:
@@ -1672,7 +1672,7 @@ validation error when the notation is marked as critical.
Source:
@@ -1788,7 +1788,7 @@ validation error when the notation is marked as critical.
Source:
@@ -1905,7 +1905,7 @@ The default is 2047 since due to a bug, previous versions of OpenPGP.js could ge
Source:
@@ -2022,7 +2022,7 @@ The default is 2047 since due to a bug, previous versions of OpenPGP.js could ge
Source:
@@ -2139,7 +2139,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2251,7 +2251,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2363,7 +2363,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2475,7 +2475,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2591,7 +2591,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2707,7 +2707,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2823,7 +2823,7 @@ Only has an effect when aeadProtect is set to true.
Source:
@@ -2939,119 +2939,7 @@ Only has an effect when aeadProtect is set to true.
Source:
-
- config/config.js, line 282
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-(static) revocationsExpire
-
-
-
-
-
-
-
-
-
-
- Properties:
-
-
-
-
-
-
-
- Name
-
-
- Type
-
-
-
-
-
- Description
-
-
-
-
-
-
-
-
- revocationsExpire
-
-
-
-
-
-Boolean
-
-
-
-
-
-
-
-
-
- If true, expired revocation signatures are ignored
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - Source:
-
@@ -3266,7 +3154,7 @@ For more details on the choice of parameters, see https://tools.ietf.org/html/rf
- Source:
@@ -3385,7 +3273,7 @@ Note: this is the exponent value, not the final number of iterations (refer to s
- Source:
@@ -3507,7 +3395,7 @@ Note: Argon2 is the strongest option but not all OpenPGP implementations are com
- Source:
@@ -3619,7 +3507,7 @@ Note: Argon2 is the strongest option but not all OpenPGP implementations are com
- Source:
@@ -3731,7 +3619,7 @@ Note: Argon2 is the strongest option but not all OpenPGP implementations are com
- Source:
@@ -3848,7 +3736,7 @@ When false, certain standard curves will not be supported (depending on the plat
- Source:
@@ -3966,7 +3854,7 @@ Note: not all OpenPGP implementations are compatible with this option.
- Source:
@@ -4078,7 +3966,7 @@ Note: not all OpenPGP implementations are compatible with this option.
- Source:
diff --git a/docs/module-crypto.html b/docs/module-crypto.html
index b6f6f44f..229882e0 100644
--- a/docs/module-crypto.html
+++ b/docs/module-crypto.html
@@ -89,7 +89,7 @@
- Source:
diff --git a/docs/module-crypto_aes_kw.html b/docs/module-crypto_aes_kw.html
index 86b2ee47..8f31411f 100644
--- a/docs/module-crypto_aes_kw.html
+++ b/docs/module-crypto_aes_kw.html
@@ -89,7 +89,7 @@
- Source:
@@ -308,7 +308,7 @@
- Source:
@@ -521,7 +521,7 @@
- Source:
diff --git a/docs/module-crypto_cmac.html b/docs/module-crypto_cmac.html
index 51430d3e..7a695b0f 100644
--- a/docs/module-crypto_cmac.html
+++ b/docs/module-crypto_cmac.html
@@ -90,7 +90,7 @@ native AES-CBC using either the WebCrypto API or Node.js' crypto API.
- Source:
@@ -195,7 +195,7 @@ The OMAC authors indicate that they will promulgate this modification
- Source:
@@ -352,7 +352,7 @@ simplify the implementation.
- Source:
diff --git a/docs/module-crypto_crypto.html b/docs/module-crypto_crypto.html
index a79a85c7..57b6174f 100644
--- a/docs/module-crypto_crypto.html
+++ b/docs/module-crypto_crypto.html
@@ -90,7 +90,7 @@ well as key generation and parameter handling for all public-key cryptosystems.<
- Source:
@@ -296,7 +296,7 @@ well as key generation and parameter handling for all public-key cryptosystems.<
- Source:
@@ -458,7 +458,7 @@ See RFC 4880 9.2 f
- Source:
@@ -619,7 +619,7 @@ See RFC 4880 9.2 f
- Source:
@@ -848,7 +848,7 @@ See RFC 4880 9.2 f
- Source:
@@ -1030,7 +1030,7 @@ See RFC 4880 9.2 f
- Source:
@@ -1170,7 +1170,7 @@ See RFC 4880 9.2 f
- Source:
@@ -1354,7 +1354,7 @@ See RFC 4880 9.2 f
- Source:
@@ -1561,7 +1561,7 @@ See RFC 4880 9.2 f
- Source:
@@ -1745,7 +1745,7 @@ See RFC 4880 9.2 f
- Source:
@@ -2075,7 +2075,7 @@ See RFC 4880 5.5.3
- Source:
@@ -2237,6 +2237,9 @@ See RFC 4880 9.1 f
module:enums.symmetric
+|
+
+null
@@ -2246,7 +2249,7 @@ See RFC 4880 9.1 f
- Cipher algorithm
+ Cipher algorithm (v3 only)
@@ -2358,7 +2361,7 @@ See RFC 4880 9.1 f
- Source:
@@ -2542,7 +2545,7 @@ See RFC 4880 9.1 f
- Source:
@@ -2749,7 +2752,7 @@ See RFC 4880 9.1 f
- Source:
@@ -2910,7 +2913,7 @@ See RFC 4880 9.1 f
- Source:
diff --git a/docs/module-crypto_hash.html b/docs/module-crypto_hash.html
index 58d2f69e..c0d81139 100644
--- a/docs/module-crypto_hash.html
+++ b/docs/module-crypto_hash.html
@@ -89,7 +89,7 @@
- Source:
@@ -191,7 +191,7 @@
- Source:
@@ -352,7 +352,7 @@
- Source:
@@ -513,7 +513,7 @@
- Source:
diff --git a/docs/module-crypto_hkdf.html b/docs/module-crypto_hkdf.html
index 1e3d190a..8387f295 100644
--- a/docs/module-crypto_hkdf.html
+++ b/docs/module-crypto_hkdf.html
@@ -89,7 +89,7 @@
- Source:
diff --git a/docs/module-crypto_mode.html b/docs/module-crypto_mode.html
index a5f99439..90e5ba3a 100644
--- a/docs/module-crypto_mode.html
+++ b/docs/module-crypto_mode.html
@@ -89,7 +89,7 @@
- Source:
@@ -182,7 +182,7 @@
- Source:
@@ -249,7 +249,7 @@
- Source:
@@ -316,7 +316,7 @@
- Source:
@@ -383,7 +383,7 @@
- Source:
diff --git a/docs/module-crypto_mode_cfb.html b/docs/module-crypto_mode_cfb.html
index 1b25c348..2f0bd879 100644
--- a/docs/module-crypto_mode_cfb.html
+++ b/docs/module-crypto_mode_cfb.html
@@ -236,7 +236,7 @@
- Source:
@@ -477,7 +477,7 @@
- Source:
diff --git a/docs/module-crypto_mode_eax.html b/docs/module-crypto_mode_eax.html
index 50d97721..60df2b29 100644
--- a/docs/module-crypto_mode_eax.html
+++ b/docs/module-crypto_mode_eax.html
@@ -90,7 +90,7 @@ native AES-CTR using either the WebCrypto API or Node.js' crypto API.
- Source:
@@ -296,7 +296,7 @@ native AES-CTR using either the WebCrypto API or Node.js' crypto API.
- Source:
@@ -480,7 +480,7 @@ native AES-CTR using either the WebCrypto API or Node.js' crypto API.
- Source:
@@ -665,7 +665,7 @@ native AES-CTR using either the WebCrypto API or Node.js' crypto API.
- Source:
diff --git a/docs/module-crypto_mode_gcm.html b/docs/module-crypto_mode_gcm.html
index 9264ae90..1055359c 100644
--- a/docs/module-crypto_mode_gcm.html
+++ b/docs/module-crypto_mode_gcm.html
@@ -90,7 +90,7 @@ the WebCrypto api as well as node.js' crypto api.
- Source:
@@ -273,7 +273,7 @@ the WebCrypto api as well as node.js' crypto api.
- Source:
diff --git a/docs/module-crypto_mode_ocb.html b/docs/module-crypto_mode_ocb.html
index 15b9f96e..87135068 100644
--- a/docs/module-crypto_mode_ocb.html
+++ b/docs/module-crypto_mode_ocb.html
@@ -89,7 +89,7 @@
- Source:
@@ -295,7 +295,7 @@
- Source:
@@ -502,7 +502,7 @@
- Source:
@@ -686,7 +686,7 @@
- Source:
diff --git a/docs/module-crypto_pkcs1.html b/docs/module-crypto_pkcs1.html
index 77b6196d..d29920d6 100644
--- a/docs/module-crypto_pkcs1.html
+++ b/docs/module-crypto_pkcs1.html
@@ -89,7 +89,7 @@
- Source:
@@ -197,7 +197,7 @@
- Source:
@@ -358,7 +358,7 @@
- Source:
@@ -578,7 +578,7 @@
- Source:
@@ -792,7 +792,7 @@
- Source:
diff --git a/docs/module-crypto_public_key.html b/docs/module-crypto_public_key.html
index 44230499..59732ccb 100644
--- a/docs/module-crypto_public_key.html
+++ b/docs/module-crypto_public_key.html
@@ -89,7 +89,7 @@
- Source:
@@ -182,7 +182,7 @@
- Source:
@@ -249,7 +249,7 @@
- Source:
@@ -316,7 +316,7 @@
- Source:
@@ -383,7 +383,7 @@
- Source:
diff --git a/docs/module-crypto_public_key_dsa.html b/docs/module-crypto_public_key_dsa.html
index 477c975d..7a9b4f05 100644
--- a/docs/module-crypto_public_key_dsa.html
+++ b/docs/module-crypto_public_key_dsa.html
@@ -89,7 +89,7 @@
- Source:
@@ -188,7 +188,7 @@ Expect y == y'
- Source:
@@ -434,7 +434,7 @@ Expect y == y'
- Source:
@@ -683,7 +683,7 @@ Expect y == y'
- Source:
@@ -1005,7 +1005,7 @@ Expect y == y'
- Source:
diff --git a/docs/module-crypto_public_key_elgamal.html b/docs/module-crypto_public_key_elgamal.html
index 8bc4483c..477b656f 100644
--- a/docs/module-crypto_public_key_elgamal.html
+++ b/docs/module-crypto_public_key_elgamal.html
@@ -89,7 +89,7 @@
- Source:
@@ -188,7 +188,7 @@ Expect y == y'
- Source:
@@ -412,7 +412,7 @@ Expect y == y'
- Source:
@@ -672,7 +672,7 @@ Note that in OpenPGP, the message needs to be padded with PKCS#1 (same as RSA)
- Source:
@@ -898,7 +898,7 @@ Note that in OpenPGP, the message needs to be padded with PKCS#1 (same as RSA)
- Source:
diff --git a/docs/module-crypto_public_key_elliptic.html b/docs/module-crypto_public_key_elliptic.html
index bdbb779e..2ca35aaa 100644
--- a/docs/module-crypto_public_key_elliptic.html
+++ b/docs/module-crypto_public_key_elliptic.html
@@ -89,7 +89,7 @@
- Source:
diff --git a/docs/module-crypto_public_key_elliptic_curve.html b/docs/module-crypto_public_key_elliptic_curve.html
index 9bb3ccd5..b1e52b8f 100644
--- a/docs/module-crypto_public_key_elliptic_curve.html
+++ b/docs/module-crypto_public_key_elliptic_curve.html
@@ -89,7 +89,7 @@
- Source:
@@ -249,7 +249,7 @@
- Source:
@@ -406,7 +406,7 @@
- Source:
@@ -632,7 +632,7 @@
- Source:
@@ -835,7 +835,7 @@
- Source:
@@ -1066,7 +1066,7 @@ Not suitable for EdDSA (different secret key format)
- Source:
diff --git a/docs/module-crypto_public_key_elliptic_ecdh.html b/docs/module-crypto_public_key_elliptic_ecdh.html
index 585f2f1f..5a5591ca 100644
--- a/docs/module-crypto_public_key_elliptic_ecdh.html
+++ b/docs/module-crypto_public_key_elliptic_ecdh.html
@@ -91,7 +91,7 @@
- Source:
@@ -169,7 +169,7 @@
- Source:
@@ -467,7 +467,7 @@
- Source:
@@ -720,7 +720,7 @@
- Source:
@@ -973,7 +973,7 @@
- Source:
@@ -1176,7 +1176,7 @@
- Source:
@@ -1337,7 +1337,7 @@
- Source:
@@ -1540,7 +1540,7 @@
- Source:
@@ -1747,7 +1747,7 @@
- Source:
@@ -1977,7 +1977,7 @@
- Source:
@@ -2157,7 +2157,7 @@
- Source:
@@ -2360,7 +2360,7 @@
- Source:
@@ -2540,7 +2540,7 @@
- Source:
@@ -2766,7 +2766,7 @@
- Source:
@@ -2946,7 +2946,7 @@
- Source:
@@ -3077,7 +3077,7 @@
- Source:
@@ -3155,7 +3155,7 @@
- Source:
@@ -3453,7 +3453,7 @@
- Source:
@@ -3706,7 +3706,7 @@
- Source:
@@ -3959,7 +3959,7 @@
- Source:
@@ -4162,7 +4162,7 @@
- Source:
@@ -4323,7 +4323,7 @@
- Source:
@@ -4526,7 +4526,7 @@
- Source:
@@ -4733,7 +4733,7 @@
- Source:
@@ -4963,7 +4963,7 @@
- Source:
@@ -5143,7 +5143,7 @@
- Source:
@@ -5346,7 +5346,7 @@
- Source:
@@ -5526,7 +5526,7 @@
- Source:
@@ -5752,7 +5752,7 @@
- Source:
@@ -5932,7 +5932,7 @@
- Source:
diff --git a/docs/module-crypto_public_key_elliptic_ecdsa.html b/docs/module-crypto_public_key_elliptic_ecdsa.html
index ec2cb35c..e8fff15a 100644
--- a/docs/module-crypto_public_key_elliptic_ecdsa.html
+++ b/docs/module-crypto_public_key_elliptic_ecdsa.html
@@ -89,7 +89,7 @@
- Source:
@@ -364,7 +364,7 @@
- Source:
@@ -571,7 +571,7 @@
- Source:
@@ -847,7 +847,7 @@
- Source:
@@ -956,7 +956,7 @@ To be used if no native implementation is available for the given curve/operatio
- Source:
diff --git a/docs/module-crypto_public_key_elliptic_eddsa.html b/docs/module-crypto_public_key_elliptic_eddsa.html
index 1f8c76be..a57204fa 100644
--- a/docs/module-crypto_public_key_elliptic_eddsa.html
+++ b/docs/module-crypto_public_key_elliptic_eddsa.html
@@ -89,7 +89,7 @@
- Source:
@@ -249,7 +249,7 @@
- Source:
@@ -521,7 +521,7 @@
- Source:
@@ -751,7 +751,7 @@
- Source:
@@ -1027,7 +1027,7 @@
- Source:
diff --git a/docs/module-crypto_public_key_elliptic_eddsa_legacy.html b/docs/module-crypto_public_key_elliptic_eddsa_legacy.html
index efeafadb..24ddbc71 100644
--- a/docs/module-crypto_public_key_elliptic_eddsa_legacy.html
+++ b/docs/module-crypto_public_key_elliptic_eddsa_legacy.html
@@ -90,7 +90,7 @@ This key type has been deprecated by the crypto-refresh RFC.
- Source:
@@ -365,7 +365,7 @@ This key type has been deprecated by the crypto-refresh RFC.
- Source:
@@ -572,7 +572,7 @@ This key type has been deprecated by the crypto-refresh RFC.
- Source:
@@ -848,7 +848,7 @@ This key type has been deprecated by the crypto-refresh RFC.
- Source:
diff --git a/docs/module-crypto_public_key_prime.html b/docs/module-crypto_public_key_prime.html
index abbe4ce7..e33cc57e 100644
--- a/docs/module-crypto_public_key_prime.html
+++ b/docs/module-crypto_public_key_prime.html
@@ -89,7 +89,7 @@
- Source:
@@ -273,7 +273,7 @@ Fails if b^(n-1) mod n != 1.
- Source:
@@ -476,7 +476,7 @@ Fails if b^(n-1) mod n != 1.
- Source:
@@ -680,7 +680,7 @@ See HAC Remark 4.28.
- Source:
@@ -883,7 +883,7 @@ See HAC Remark 4.28.
- Source:
diff --git a/docs/module-crypto_public_key_rsa.html b/docs/module-crypto_public_key_rsa.html
index f2579994..449d2273 100644
--- a/docs/module-crypto_public_key_rsa.html
+++ b/docs/module-crypto_public_key_rsa.html
@@ -89,7 +89,7 @@
- Source:
@@ -411,7 +411,7 @@
- Source:
@@ -647,7 +647,7 @@
- Source:
@@ -833,7 +833,7 @@
- Source:
@@ -1186,7 +1186,7 @@ RSA private prime p, RSA private prime q, u = p ** -1 mod q
- Source:
@@ -1462,7 +1462,7 @@ RSA private prime p, RSA private prime q, u = p ** -1 mod q
- Source:
@@ -1738,7 +1738,7 @@ RSA private prime p, RSA private prime q, u = p ** -1 mod q
- Source:
@@ -1846,7 +1846,7 @@ RSA private prime p, RSA private prime q, u = p ** -1 mod q
- Source:
@@ -2123,7 +2123,7 @@ RSA private prime p, RSA private prime q, u = p ** -1 mod q
- Source:
@@ -2308,7 +2308,7 @@ RSA private prime p, RSA private prime q, u = p ** -1 mod q
- Source:
diff --git a/docs/module-crypto_random.html b/docs/module-crypto_random.html
index bce5b5f0..bfa1068f 100644
--- a/docs/module-crypto_random.html
+++ b/docs/module-crypto_random.html
@@ -89,7 +89,7 @@
- Source:
@@ -272,7 +272,7 @@
- Source:
@@ -433,7 +433,7 @@
- Source:
diff --git a/docs/module-crypto_signature.html b/docs/module-crypto_signature.html
index 9871733f..9b6b6f5a 100644
--- a/docs/module-crypto_signature.html
+++ b/docs/module-crypto_signature.html
@@ -89,7 +89,7 @@
- Source:
@@ -276,7 +276,7 @@ See RFC 4880 5.2.2.<
- Source:
@@ -555,7 +555,7 @@ for public key and hash algorithms.
- Source:
@@ -834,7 +834,7 @@ for public key and hash algorithms.
- Source:
diff --git a/docs/module-encoding_base64.html b/docs/module-encoding_base64.html
index 50e2f9c1..b9553f11 100644
--- a/docs/module-encoding_base64.html
+++ b/docs/module-encoding_base64.html
@@ -168,7 +168,7 @@
- Source:
@@ -332,7 +332,7 @@
- Source:
@@ -499,7 +499,7 @@
- Source:
@@ -686,7 +686,7 @@
- Source:
diff --git a/docs/module-enums.html b/docs/module-enums.html
index 00325c0f..eba0d320 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 d8ef91cc..e7288557 100644
--- a/docs/module-key_Subkey-Subkey.html
+++ b/docs/module-key_Subkey-Subkey.html
@@ -171,7 +171,7 @@
- Source:
@@ -281,7 +281,7 @@
- Source:
@@ -394,7 +394,7 @@
- Source:
@@ -511,7 +511,7 @@
- Source:
@@ -628,7 +628,7 @@
- Source:
@@ -741,7 +741,7 @@
- Source:
@@ -942,7 +942,7 @@ Returns null if the subkey is invalid.
- Source:
@@ -1055,7 +1055,7 @@ Returns null if the subkey is invalid.
- Source:
@@ -1172,7 +1172,7 @@ Returns null if the subkey is invalid.
- Source:
@@ -1289,7 +1289,7 @@ Returns null if the subkey is invalid.
- Source:
@@ -1406,7 +1406,7 @@ Returns null if the subkey is invalid.
- Source:
@@ -1523,7 +1523,7 @@ Returns null if the subkey is invalid.
- Source:
@@ -1640,7 +1640,7 @@ Returns null if the subkey is invalid.
- Source:
@@ -1757,7 +1757,7 @@ Returns null if the subkey is invalid.
- Source:
@@ -1873,7 +1873,7 @@ Returns null if the subkey is invalid.
- Source:
@@ -2149,7 +2149,7 @@ Returns null if the subkey is invalid.
- Source:
@@ -2487,7 +2487,7 @@ Returns null if the subkey is invalid.
- Source:
@@ -2599,7 +2599,7 @@ Returns null if the subkey is invalid.
- Source:
@@ -2832,7 +2832,7 @@ Returns null if the subkey is invalid.
- Source:
@@ -3044,7 +3044,7 @@ and valid binding signature.
- Source:
diff --git a/docs/module-key_User-User.html b/docs/module-key_User-User.html
index 8e8ef785..85992b4a 100644
--- a/docs/module-key_User-User.html
+++ b/docs/module-key_User-User.html
@@ -171,7 +171,7 @@
- Source:
-
- key/user.js, line 16
+ key/user.js, line 16
@@ -404,7 +404,7 @@
- Source:
-
- key/user.js, line 59
+ key/user.js, line 59
@@ -516,7 +516,7 @@
- Source:
-
- key/user.js, line 43
+ key/user.js, line 43
@@ -789,7 +789,7 @@
- Source:
-
- key/user.js, line 97
+ key/user.js, line 97
@@ -1127,7 +1127,7 @@
- Source:
@@ -1239,7 +1239,7 @@
- Source:
-
- key/user.js, line 30
+ key/user.js, line 30
@@ -1442,7 +1442,7 @@
- Source:
@@ -1623,7 +1623,7 @@ and validity of self signature.
- Source:
@@ -1887,7 +1887,7 @@ and validity of self signature.
- Source:
@@ -2154,7 +2154,7 @@ Signature validity is null if the verification keys do not correspond to the cer
- Source:
diff --git a/docs/module-key_helper.html b/docs/module-key_helper.html
index df586d3f..adae72ab 100644
--- a/docs/module-key_helper.html
+++ b/docs/module-key_helper.html
@@ -89,7 +89,7 @@
- Source:
@@ -281,7 +281,7 @@
- Source:
@@ -518,7 +518,7 @@
- Source:
@@ -928,7 +928,7 @@
- Source:
@@ -1116,7 +1116,7 @@ The expiration time of the signature is ignored.
- Source:
@@ -1352,7 +1352,7 @@ The expiration time of the signature is ignored.
- Source:
@@ -1624,7 +1624,7 @@ The expiration time of the signature is ignored.
- Source:
@@ -1896,7 +1896,7 @@ The expiration time of the signature is ignored.
- Source:
@@ -2200,7 +2200,7 @@ The expiration time of the signature is ignored.
- Source:
@@ -2507,7 +2507,7 @@ The expiration time of the signature is ignored.
- Source:
@@ -2806,7 +2806,7 @@ The expiration time of the signature is ignored.
- Source:
diff --git a/docs/module-packet_packet.html b/docs/module-packet_packet.html
index 4ed6b6e4..b7537336 100644
--- a/docs/module-packet_packet.html
+++ b/docs/module-packet_packet.html
@@ -89,7 +89,7 @@
- Source:
@@ -275,7 +275,7 @@
- Source:
@@ -436,7 +436,7 @@
- Source:
@@ -621,7 +621,7 @@ string
- Source:
@@ -783,7 +783,7 @@ string
- Source:
diff --git a/docs/module-type_ecdh_symkey.html b/docs/module-type_ecdh_symkey.html
index b6fe97e6..dac888c9 100644
--- a/docs/module-type_ecdh_symkey.html
+++ b/docs/module-type_ecdh_symkey.html
@@ -89,7 +89,7 @@
- Source:
diff --git a/docs/module-type_kdf_params-KDFParams.html b/docs/module-type_kdf_params-KDFParams.html
index 87d5ca38..24b9917a 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 9cdefc53..852cc2bb 100644
--- a/docs/module-type_keyid-KeyID.html
+++ b/docs/module-type_keyid-KeyID.html
@@ -101,7 +101,7 @@ formed.
- Source:
@@ -295,7 +295,7 @@ formed.
- Source:
@@ -385,7 +385,7 @@ formed.
- Source:
@@ -497,7 +497,7 @@ formed.
- Source:
@@ -658,7 +658,7 @@ formed.
- Source:
@@ -748,7 +748,7 @@ formed.
- Source:
@@ -860,7 +860,7 @@ formed.
- Source:
diff --git a/docs/module-type_oid.html b/docs/module-type_oid.html
index 8d23ee8a..3d481267 100644
--- a/docs/module-type_oid.html
+++ b/docs/module-type_oid.html
@@ -100,7 +100,7 @@ sequence of octets is the valid representation of a curve OID.
- Source:
-
- type/oid.js, line 18
+ type/oid.js, line 18
diff --git a/docs/module-type_s2k-GenericS2K.html b/docs/module-type_s2k-GenericS2K.html
index 18af6ab1..ad84a251 100644
--- a/docs/module-type_s2k-GenericS2K.html
+++ b/docs/module-type_s2k-GenericS2K.html
@@ -153,7 +153,7 @@
- Source:
@@ -262,7 +262,7 @@
- Source:
@@ -332,7 +332,7 @@
- Source:
@@ -406,7 +406,7 @@
- Source:
@@ -480,7 +480,7 @@
- Source:
@@ -612,7 +612,7 @@ hashAlgorithm
- Source:
@@ -774,7 +774,7 @@ hashAlgorithm hash length
- Source:
@@ -886,7 +886,7 @@ hashAlgorithm hash length
- Source:
diff --git a/docs/module-type_s2k.html b/docs/module-type_s2k.html
index afc40e6a..b785e0a2 100644
--- a/docs/module-type_s2k.html
+++ b/docs/module-type_s2k.html
@@ -95,7 +95,7 @@ symmetrically encrypted messages.
- Source:
diff --git a/docs/module-type_x25519x448_symkey.html b/docs/module-type_x25519x448_symkey.html
index cd9071b4..c583c525 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:
diff --git a/docs/module-util.html b/docs/module-util.html
index fa68cd6a..1059ab7f 100644
--- a/docs/module-util.html
+++ b/docs/module-util.html
@@ -89,7 +89,7 @@
- Source:
diff --git a/package-lock.json b/package-lock.json
index cea84044..af51d0d7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "openpgp",
- "version": "6.0.0-alpha.1",
+ "version": "6.0.0-beta.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "openpgp",
- "version": "6.0.0-alpha.1",
+ "version": "6.0.0-beta.0",
"license": "LGPL-3.0+",
"devDependencies": {
"@openpgp/asmcrypto.js": "^3.1.0",
diff --git a/package.json b/package.json
index 206d6639..a84c243b 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.0.0-alpha.1",
+ "version": "6.0.0-beta.0",
"license": "LGPL-3.0+",
"homepage": "https://openpgpjs.org/",
"engines": {