passforios-gopenpgp/crypto
2024-10-29 11:39:45 +01:00
..
testdata Update session key decryption to not allow SED packets (#255) 2023-10-27 12:10:17 +02: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 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 2022-08-19 11:20:08 +02:00
gopenpgp.go Lint fixes 2021-10-19 09:06:09 +02:00
key.go feat: Add SHA256 fingerprint getter (#299) 2024-09-26 12:03:48 +02:00
key_clear.go Add support for the crypto refresh in v2 (#265) 2024-02-28 13:51:52 +01:00
key_test.go feat: Add SHA256 fingerprint getter (#299) 2024-09-26 12:03:48 +02:00
keyring.go Add parsing and serializing interfaces for keyrings (#275) 2024-04-08 11:38:52 +02:00
keyring_message.go Add signature context for embedded signatures 2023-04-06 12:28:12 +02:00
keyring_message_test.go Add signature context for embedded signatures 2023-04-06 12:28:12 +02:00
keyring_session.go Ensure DecryptSessionKey returns an error for a missing key packet (#245) 2023-06-20 14:47:57 +02:00
keyring_streaming.go Add signature context for embedded signatures 2023-04-06 12:28:12 +02:00
keyring_streaming_test.go Add signature context for embedded signatures 2023-04-06 12:28:12 +02:00
keyring_test.go Add parsing and serializing interfaces for keyrings (#275) 2024-04-08 11:38:52 +02:00
message.go Prepare release 2.7.5 with packet API (#269) 2024-02-07 08:09:26 +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 Add support for the crypto refresh in v2 (#265) 2024-02-28 13:51:52 +01:00
sanitize_string.go Sanitize strings by default on all platforms. 2022-11-03 12:32:20 +01:00
sessionkey.go Add support for the crypto refresh in v2 (#265) 2024-02-28 13:51:52 +01:00
sessionkey_streaming.go Add signature context for embedded signatures 2023-04-06 12:28:12 +02:00
sessionkey_streaming_test.go Add signature context for embedded signatures 2023-04-06 12:28:12 +02:00
sessionkey_test.go Update session key decryption to not allow SED packets (#255) 2023-10-27 12:10:17 +02:00
signature.go Add SHA3 to allowed signature hashes (#304) 2024-10-29 11:39:45 +01:00
signature_collector.go Wrap the cause of signature verification errors. 2023-04-05 13:50:55 +02:00
signature_test.go chore: Prepare pre-release v2.8.0-beta.0 (#302) 2024-10-01 16:55:59 +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