fork-openpgpjs/src
Daniel Huigens d8840294cf Make newlines in armored objects consistent
- Don't add an extraneous newline at the end of base64-encoded data
  if it is a multiple of 60 characters long.
- Generate \r\n instead of \n in base64-encoded data.
- Generate one newline instead of two after END PGP PUBLIC KEY BLOCK
  for consistency with the other footers.
2018-09-13 14:32:35 +02:00
..
config Rename config.unsafe_stream to allow_unauthenticated_stream 2018-08-10 14:46:29 +02:00
crypto Update documentation 2018-08-14 17:50:26 +02:00
encoding Make newlines in armored objects consistent 2018-09-13 14:32:35 +02:00
keyring Move streams library to a separate package 2018-08-14 16:35:40 +02:00
packet Don't process armored message data line per line 2018-09-03 18:23:38 +02:00
type Support unicode surrogate code points 2018-08-14 17:24:40 +02:00
worker Allow simultaneously reading data and waiting for signature verification 2018-08-10 14:46:22 +02:00
cleartext.js Add openpgp.cleartext.fromText 2018-08-14 16:35:41 +02:00
enums.js Key revocation 2018-07-11 17:45:59 +02:00
hkp.js documentation fixes 2018-03-08 10:55:58 -08:00
index.js Move streams library to a separate package 2018-08-14 16:35:40 +02:00
key.js bugfix - when a requested key capability is not present, return null expiration 2018-09-03 21:59:58 -07:00
message.js Update documentation 2018-08-14 17:50:26 +02:00
openpgp.js Update documentation 2018-08-14 17:50:26 +02:00
polyfills.js Add --compat option 2018-08-14 17:24:41 +02:00
signature.js Comments & code style 2018-08-14 16:35:38 +02:00
util.js Support unicode surrogate code points 2018-08-14 17:24:40 +02:00
wkd.js Add Web Key Directory lookup 2018-05-29 21:21:24 +02:00