passforios-gopenpgp/crypto
zugzwang dcc82c9fc3
Implement GetArmoredWithCustomHeaders (#48)
* Implement GetArmoredWithCustomHeaders

ArmorWithTypeAndCustomHeaders can be reused by other PGP armoured
objects.

* Update linting, and lint accordingly

`godot` has been improved and `goerr113` has been added (and ignored
here).

* Add custom headers for keys

* Minor comment changes

Co-authored-by: Aron Wussler <aron@wussler.it>
2020-05-06 18:50:18 +02:00
..
testdata Remove JSON handling functions; export KeyRing.ReadFrom (#24) 2019-09-03 17:42:10 +02:00
attachment.go Update lint (#44) 2020-04-28 13:55:36 +02:00
attachment_test.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
base_test.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
gopenpgp.go Don't retain references to passed byte slices (#40) 2020-04-08 11:11:16 +02:00
key.go Implement GetArmoredWithCustomHeaders (#48) 2020-05-06 18:50:18 +02:00
key_clear.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
key_test.go Implement GetArmoredWithCustomHeaders (#48) 2020-05-06 18:50:18 +02:00
keyring.go Update lint (#44) 2020-04-28 13:55:36 +02:00
keyring_message.go Update lint (#44) 2020-04-28 13:55:36 +02:00
keyring_session.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
keyring_test.go Implement GetArmoredWithCustomHeaders (#48) 2020-05-06 18:50:18 +02:00
message.go Implement GetArmoredWithCustomHeaders (#48) 2020-05-06 18:50:18 +02:00
message_test.go Implement GetArmoredWithCustomHeaders (#48) 2020-05-06 18:50:18 +02:00
mime.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
mime_test.go Implement GetArmoredWithCustomHeaders (#48) 2020-05-06 18:50:18 +02:00
password.go Fix symmetric session key test 2020-05-01 16:53:50 +02:00
sessionkey.go Update lint (#44) 2020-04-28 13:55:36 +02:00
sessionkey_test.go Fix symmetric session key test 2020-05-01 16:53:50 +02:00
signature.go Update lint (#44) 2020-04-28 13:55:36 +02:00
signature_collector.go Update lint (#44) 2020-04-28 13:55:36 +02:00
signature_test.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
time.go Update lint (#44) 2020-04-28 13:55:36 +02:00
time_test.go Change time global handling (#29) 2019-10-22 18:44:45 +02:00