passforios-gopenpgp/crypto
wussler 222decb919
Fix various minor issues (#45)
* Update header version to 2.0.0

* Add space to cleartext message armouring

* Fix password encrypted binary files

* Clear key private params in helpers

* Do not unlock key if private key is nil

* Document changes

* Use defer for ClearPrivateKeyParams
2020-04-27 21:01:23 +02:00
..
testdata Remove JSON handling functions; export KeyRing.ReadFrom (#24) 2019-09-03 17:42:10 +02:00
attachment.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01: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 Fix various minor issues (#45) 2020-04-27 21:01:23 +02:00
key_clear.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
key_test.go Add SHA256 fingerprint utils and helpers (#41) 2020-04-07 14:59:25 +02:00
keyring.go Update ProtonMail/crypto (#42) 2020-04-25 16:03:49 +02:00
keyring_message.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
keyring_session.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
keyring_test.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
message.go Fix various minor issues (#45) 2020-04-27 21:01:23 +02:00
message_test.go Fix test encryption test (#37) 2020-03-05 22:16:38 +01:00
mime.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
mime_test.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
password.go Fix various minor issues (#45) 2020-04-27 21:01:23 +02:00
sessionkey.go Don't retain references to passed byte slices (#40) 2020-04-08 11:11:16 +02:00
sessionkey_test.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
signature.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
signature_collector.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
signature_test.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
time.go Openpgp security update (V2) (#31) 2019-12-27 19:35:43 +01:00
time_test.go Change time global handling (#29) 2019-10-22 18:44:45 +02:00