passforios-gopenpgp/crypto
wussler 385e6d21d2
Drop regex for canonicalization (#102)
* Drop regex for canonicalization

* Fix CI
2020-12-01 18:09:25 +01:00
..
testdata Fix mixed symmetric/asymmetric decryption (#77) 2020-09-01 11:07:30 +02:00
attachment.go Improve error handling, fix linter (#92) 2020-10-29 12:42:32 +01:00
attachment_test.go Add filename and time properties to message (#85) 2020-10-12 18:45:57 +02:00
base_test.go WIP: Add compression to API (#91) 2020-11-04 17:40:45 +01:00
gopenpgp.go Don't retain references to passed byte slices (#40) 2020-04-08 11:11:16 +02:00
key.go WIP: Add compression to API (#91) 2020-11-04 17:40:45 +01:00
key_clear.go WIP: Add compression to API (#91) 2020-11-04 17:40:45 +01:00
key_test.go WIP: Add compression to API (#91) 2020-11-04 17:40:45 +01:00
keyring.go Improve error handling, fix linter (#92) 2020-10-29 12:42:32 +01:00
keyring_message.go WIP: Add compression to API (#91) 2020-11-04 17:40:45 +01:00
keyring_session.go Allow multiple keypackets in session key decryption (#99) 2020-11-13 14:13:11 +01:00
keyring_test.go WIP: Add compression to API (#91) 2020-11-04 17:40:45 +01:00
message.go Drop regex for canonicalization (#102) 2020-12-01 18:09:25 +01:00
message_getters.go Move getters to file excluded from android build (#88) 2020-10-14 18:28:12 +02:00
message_test.go WIP: Add compression to API (#91) 2020-11-04 17:40:45 +01:00
mime.go Improve error handling, fix linter (#92) 2020-10-29 12:42:32 +01:00
mime_test.go Implement GetArmoredWithCustomHeaders (#48) 2020-05-06 18:50:18 +02:00
password.go Improve error handling, fix linter (#92) 2020-10-29 12:42:32 +01:00
sessionkey.go WIP: Add compression to API (#91) 2020-11-04 17:40:45 +01:00
sessionkey_test.go Allow multiple keypackets in session key decryption (#99) 2020-11-13 14:13:11 +01:00
signature.go Improve error handling, fix linter (#92) 2020-10-29 12:42:32 +01:00
signature_collector.go Improve error handling, fix linter (#92) 2020-10-29 12:42:32 +01:00
signature_test.go Improve error handling, fix linter (#92) 2020-10-29 12:42:32 +01:00
time.go Prevent server time from going backwards in UpdateTime (#64) 2020-07-21 13:42:41 +02:00
time_test.go