fork-openpgpjs/test
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
..
crypto Remove some ESLint silencers 2018-05-01 17:36:15 +02:00
general Fix reading signersUserId packet in signatures 2018-06-27 12:17:19 +02:00
worker multiple web workers 2018-03-05 21:36:53 -08:00
unittests.html fix obsolete browser tests, add some polyfills 2018-02-05 22:17:41 -08:00
unittests.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