passforios-gopenpgp/crypto
M. Thiercelin e9fca4d62f
Wrap the cause of signature verification errors.
Instead of swallowing the cause of verification errors,
we use error wrapping to communicate the cause to the caller.
2023-04-05 13:50:55 +02:00
..
testdata Add API to add contexts to detached signatures. 2023-03-13 11:48:31 +01:00
attachment.go Create SplitMessage() to replace SeparateKeyAndData(...int) 2022-02-28 18:50:01 +01:00
attachment_manual.go [codespell] Fix typos (#190) 2022-07-11 10:27:59 +02:00
attachment_manual_test.go
attachment_test.go
base_test.go Update go-crypto 2022-08-19 11:20:08 +02:00
gopenpgp.go Lint fixes 2021-10-19 09:06:09 +02:00
key.go Do not return error on empty name or email key generation 2022-04-26 10:21:28 +02:00
key_clear.go Update go-crypto 2022-08-19 11:20:08 +02:00
key_test.go Release 2.3.0: Update go-crypto, add Key.IsRevoked and fix key.IsExpired 2021-11-15 15:46:42 +01:00
keyring.go Add methods to get key capabilities (#125) 2021-04-09 12:32:10 +02:00
keyring_message.go Add API to add contexts to detached signatures. 2023-03-13 11:48:31 +01:00
keyring_message_test.go Add unit tests for decryption of aead packets 2022-06-14 16:49:16 +02:00
keyring_session.go
keyring_streaming.go Add API to add contexts to detached signatures. 2023-03-13 11:48:31 +01:00
keyring_streaming_test.go Add streaming APIs to encrypt with compression 2023-01-24 17:44:07 +01:00
keyring_test.go Update go-crypto 2022-08-19 11:20:08 +02:00
message.go Don't trim trailing spaces from non-clearsigned text messages 2022-11-18 15:33:31 +01:00
message_getters.go Fix linter 2021-09-21 11:34:17 +02:00
message_test.go Size checks not needed in linebreaks unit tests 2022-11-18 15:33:31 +01:00
mime.go Sanitize non utf8 strings before returning them to iOS apps 2022-11-03 12:31:05 +01:00
mime_test.go Wrap the cause of signature verification errors. 2023-04-05 13:50:55 +02:00
password.go Update error messages in passwordDecrypt (#124) 2021-07-05 10:42:18 +02:00
sanitize_string.go Sanitize strings by default on all platforms. 2022-11-03 12:32:20 +01:00
sessionkey.go Upgrade go crypto and adapt SEIPD 2023-01-25 14:42:41 +01:00
sessionkey_streaming.go Add streaming APIs to encrypt with compression 2023-01-24 17:44:07 +01:00
sessionkey_streaming_test.go Add streaming APIs to encrypt with compression 2023-01-24 17:44:07 +01:00
sessionkey_test.go Add unit tests for decryption of aead packets 2022-06-14 16:49:16 +02:00
signature.go Wrap the cause of signature verification errors. 2023-04-05 13:50:55 +02:00
signature_collector.go Wrap the cause of signature verification errors. 2023-04-05 13:50:55 +02:00
signature_test.go Wrap the cause of signature verification errors. 2023-04-05 13:50:55 +02:00
time.go Replace Mutex with RWMutex 2021-10-19 08:09:59 +02:00
time_test.go Remove monotonic clock (#133) 2021-06-16 14:06:07 +02:00