fork-openpgpjs/src/packet
2020-02-25 15:07:43 +01:00
..
all_packets.js Remove some ESLint silencers 2018-05-01 17:36:15 +02:00
clone.js Reject signatures using insecure hash algorithms 2020-02-25 15:06:15 +01:00
compressed.js Optimize reading large messages with lots of tiny partial body parts (#864) 2019-02-21 08:33:55 -08:00
index.js Remove some ESLint silencers 2018-05-01 17:36:15 +02:00
literal.js Style fixes; add spaces around all infix operators, remove new Buffer (#954) 2019-08-30 12:27:30 +02:00
marker.js Fixes dead links in the documentation 2018-03-13 00:13:04 -07:00
one_pass_signature.js Fix verifying one-pass signatures in the compat build (#968) 2019-09-12 00:42:35 +02:00
packet.js Use Web Crypto & Node crypto for RSA signing and verifying (#999) 2019-11-18 14:59:01 +01:00
packetlist.js Use Web Crypto & Node crypto for RSA signing and verifying (#999) 2019-11-18 14:59:01 +01:00
public_key_encrypted_session_key.js Use native Node crypto for RSA encryption (#1006) 2019-11-26 16:06:49 +01:00
public_key.js Rename numBits and bits to rsaBits (#970) 2019-09-18 13:40:44 +02:00
public_subkey.js Style fixes; add spaces around all infix operators, remove new Buffer (#954) 2019-08-30 12:27:30 +02:00
secret_key.js Fix error message for legacy encrypted private keys 2020-02-25 15:07:43 +01:00
secret_subkey.js Style fixes; add spaces around all infix operators, remove new Buffer (#954) 2019-08-30 12:27:30 +02:00
signature.js Reject signatures using insecure hash algorithms 2020-02-25 15:06:15 +01:00
sym_encrypted_aead_protected.js Use Web Crypto & Node crypto for RSA signing and verifying (#999) 2019-11-18 14:59:01 +01:00
sym_encrypted_integrity_protected.js Decrypt message with multiple keys in parallel 2019-07-19 19:05:26 +02:00
sym_encrypted_session_key.js Remove support for the previous draft00 AEAD 2019-08-12 17:46:37 +02:00
symmetrically_encrypted.js Throw error before decrypting in non-MDC packets 2019-02-12 11:49:38 +01:00
trust.js Documentation improvements in src/packet 2018-03-09 08:01:06 -08:00
user_attribute.js Fixes dead links in the documentation 2018-03-13 00:13:04 -07:00
userid.js Use Web Crypto & Node crypto for RSA signing and verifying (#999) 2019-11-18 14:59:01 +01:00