fork-openpgpjs/test
Daniel Huigens 2b30ab9c8f Replace data with message parameter in encrypt() and sign()
When encrypting/signing a stream, this allows you to indicate whether it's a
stream of Strings or Uint8Arrays (using message.fromText or message.fromBinary,
respectively.)

When signing text, this allows you to control whether to create a cleartext
message or a regular armored text message.

When creating a detached signature, it allows you to control whether it's "meant
for" (verifying against) a cleartext message. A cleartext message has trailing
whitespace trimmed before signing. This fixes the case of passing a detached
signature from sign() to encrypt(). Since encrypt() doesn't create a cleartext
message, the signature would be invalid if the text contained lines with
trailing whitespace.
2018-08-10 14:46:29 +02:00
..
crypto Streaming verify one-pass signatures 2018-08-10 14:44:01 +02:00
general Replace data with message parameter in encrypt() and sign() 2018-08-10 14:46:29 +02:00
worker Replace data with message parameter in encrypt() and sign() 2018-08-10 14:46:29 +02:00
serviceworker.js Make (de)armoring and packet reading asynchronous 2018-08-10 14:44:01 +02:00
unittests.html fix obsolete browser tests, add some polyfills 2018-02-05 22:17:41 -08:00
unittests.js Work around timing difference between Chrome and polyfill 2018-08-10 14:46:25 +02:00