passforios-gopenpgp/crypto
marin thiercelin 5558d4a177
Fix: use verifyTime in the config time instead of Now()
When decrypting message, we have to use verifyTime in the config
otherwise signatures not valid at verifyTime but valid at Now()
will be seen as valid.
2021-09-23 17:14:19 +02:00
..
testdata Add static malformed key test 2021-07-30 13:01:23 +02:00
attachment.go Removed the cloning of the final data in the attachment processor (#114) 2021-02-19 14:54:31 +01:00
attachment_manual.go Add new attachment processor that uses pre-allocated buffer (#120) 2021-03-29 20:46:47 +02:00
attachment_manual_test.go Add new attachment processor that uses pre-allocated buffer (#120) 2021-03-29 20:46:47 +02:00
attachment_test.go Fix various keys issues (#117) 2021-03-09 19:06:35 +01:00
base_test.go Update go-crypto (#129) 2021-04-28 18:33:14 +02:00
gopenpgp.go Refactor internals of client time (#134) 2021-06-16 17:24:25 +02:00
key.go Generate keys with compression & release 2.2.3 2021-09-21 11:20:36 +02:00
key_clear.go Update go-crypto (#129) 2021-04-28 18:33:14 +02:00
key_test.go Generate keys with compression & release 2.2.3 2021-09-21 11:20:36 +02:00
keyring.go Add methods to get key capabilities (#125) 2021-04-09 12:32:10 +02:00
keyring_message.go Fix: use verifyTime in the config time instead of Now() 2021-09-23 17:14:19 +02:00
keyring_session.go Fix various keys issues (#117) 2021-03-09 19:06:35 +01:00
keyring_streaming.go Fix: use verifyTime in the config time instead of Now() 2021-09-23 17:14:19 +02:00
keyring_streaming_test.go Add a streaming api to KeyRing and SessionKey (#131) 2021-06-30 16:49:30 +02:00
keyring_test.go Fix: use verifyTime in the config time instead of Now() 2021-09-23 17:14:19 +02:00
message.go Add documentation for messages 2021-08-03 20:55:03 +02:00
message_getters.go Fix linter 2021-09-21 11:34:17 +02:00
message_test.go Update x/crypto fork to github.com/ProtonMail/go-crypto (#106) 2020-12-08 18:34:39 +01:00
mime.go Update x/crypto fork to github.com/ProtonMail/go-crypto (#106) 2020-12-08 18:34:39 +01:00
mime_test.go Implement GetArmoredWithCustomHeaders (#48) 2020-05-06 18:50:18 +02:00
password.go Update error messages in passwordDecrypt (#124) 2021-07-05 10:42:18 +02:00
sessionkey.go Add a streaming api to KeyRing and SessionKey (#131) 2021-06-30 16:49:30 +02:00
sessionkey_streaming.go Add a streaming api to KeyRing and SessionKey (#131) 2021-06-30 16:49:30 +02:00
sessionkey_streaming_test.go Add a streaming api to KeyRing and SessionKey (#131) 2021-06-30 16:49:30 +02:00
sessionkey_test.go Add methods for embedded signatures using session keys (#128) 2021-04-27 17:38:25 +02:00
signature.go Fix signature status when verifying unsigned message 2021-07-16 12:17:18 +02:00
signature_collector.go Update x/crypto fork to github.com/ProtonMail/go-crypto (#106) 2020-12-08 18:34:39 +01:00
signature_test.go Improve error handling, fix linter (#92) 2020-10-29 12:42:32 +01:00
time.go Refactor internals of client time (#134) 2021-06-16 17:24:25 +02:00
time_test.go Remove monotonic clock (#133) 2021-06-16 14:06:07 +02:00