passforios-gopenpgp/crypto
marin thiercelin 1a2e569373
Fix parsing issue of AEAD encrypted messages.
In pgpMessage.SeparateKeyAndData(), the parsing would
ignore AEAD encrypted data packets. Which would result
in a split message with a nil data packet.
We add support for AEAD encrypted data packets.
This also affects `NewPGPSplitMessageFromArmored` and `NewPGPSplitMessage`.
2022-01-10 14:24:08 +01:00
..
testdata Add keyRing.GetVerifiedSignatureTimestamp() 2021-12-21 10:02:23 +01:00
attachment.go
attachment_manual.go
attachment_manual_test.go
attachment_test.go
base_test.go
gopenpgp.go Lint fixes 2021-10-19 09:06:09 +02:00
key.go Release 2.3.0: Update go-crypto, add Key.IsRevoked and fix key.IsExpired 2021-11-15 15:46:42 +01:00
key_clear.go
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
keyring_message.go Add keyRing.GetVerifiedSignatureTimestamp() 2021-12-21 10:02:23 +01:00
keyring_session.go
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 Fix parsing issue of AEAD encrypted messages. 2022-01-10 14:24:08 +01:00
message_getters.go Fix linter 2021-09-21 11:34:17 +02:00
message_test.go Fix parsing issue of AEAD encrypted messages. 2022-01-10 14:24:08 +01:00
mime.go Apply suggestions from code review 2021-12-15 11:28:45 +01:00
mime_test.go Fix verification of signature for PGP/MIME messages 2021-12-15 11:01:04 +01: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
signature.go Fix signature status when verifying unsigned message 2021-07-16 12:17:18 +02:00
signature_collector.go Apply suggestions from code review 2021-12-15 11:28:45 +01:00
signature_test.go Add keyRing.GetVerifiedSignatureTimestamp() 2021-12-21 10:02:23 +01:00
time.go Replace Mutex with RWMutex 2021-10-19 08:09:59 +02:00
time_test.go