fork-openpgpjs/src/packet
Wiktor Kwapisiewicz 0099c373d2
Fix reading signersUserId packet in signatures
This bug caused all signersUserIds strings to be prefixed with `"null"`
string. Changed to use only the last value for this packet type.

Previous implementation probably assumed that there will be more than one
signersUserId packet but I haven't been able to generate such signature
using gpg (only last user id was embedded). Moreover signature
serialization function `write_all_sub_packets` writes only one value of
this packet as a UTF-8 string.
2018-06-27 12:17:19 +02:00
..
all_packets.js Remove some ESLint silencers 2018-05-01 17:36:15 +02:00
clone.js Documentation improvements in src/packet 2018-03-09 08:01:06 -08:00
compressed.js Remove unused variables 2018-05-03 13:07:52 +02:00
index.js Remove some ESLint silencers 2018-05-01 17:36:15 +02:00
literal.js fix case with binary signatures on text data 2018-05-22 14:58:13 -07:00
marker.js Fixes dead links in the documentation 2018-03-13 00:13:04 -07:00
one_pass_signature.js Fixes dead links in the documentation 2018-03-13 00:13:04 -07:00
packet.js Allow configuring openpgp in unit tests using query params (e.g. ?debug=true&use_native=false) 2018-04-27 14:06:15 +02:00
packetlist.js Remove some ESLint silencers 2018-05-01 17:36:15 +02:00
public_key_encrypted_session_key.js Remove unused variables 2018-05-03 13:07:52 +02:00
public_key.js Fix V5 key fingerprint in ECDH parameters 2018-04-30 15:55:36 +02:00
public_subkey.js Documentation improvements in src/packet 2018-03-09 08:01:06 -08:00
secret_key.js Remove some ESLint silencers 2018-05-01 17:36:15 +02:00
secret_subkey.js add date parameter to generateKey function 2018-03-19 18:55:15 -07:00
signature.js Fix reading signersUserId packet in signatures 2018-06-27 12:17:19 +02:00
sym_encrypted_aead_protected.js Rename enums.aead.gcm to experimental_gcm 2018-04-30 15:55:37 +02:00
sym_encrypted_integrity_protected.js Documentation improvements in src/packet 2018-03-09 08:01:06 -08:00
sym_encrypted_session_key.js Native CMAC 2018-04-27 14:06:19 +02:00
symmetrically_encrypted.js fix #706 - if ignore_mdc_error is set to false then MDC is required for all symmetrically encrypted data 2018-05-15 00:04:58 -07: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 Parse user IDs 2018-05-01 13:39:23 +02:00