..
testdata
Fix test data for PGP/MIME tests
2022-03-17 10:31:09 +01:00
attachment.go
Create SplitMessage() to replace SeparateKeyAndData(...int)
2022-02-28 18:50:01 +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
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
Update go-crypto ( #129 )
2021-04-28 18:33:14 +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 keyRing.GetVerifiedSignatureTimestamp()
2021-12-21 10:02:23 +01: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
Update crypto/message.go
2022-03-01 09:14:38 +01:00
message_getters.go
Fix linter
2021-09-21 11:34:17 +02:00
message_test.go
Create SplitMessage() to replace SeparateKeyAndData(...int)
2022-02-28 18:50:01 +01:00
mime.go
Return decrypted PGP/MIME content with wrong signatures
2022-04-25 16:00:28 +02: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
Fix bad MDC messages parsing
2022-02-24 19:20:15 +01: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
Create SplitMessage() to replace SeparateKeyAndData(...int)
2022-02-28 18:50:01 +01:00
signature.go
Fix signature status when verifying unsigned message
2021-07-16 12:17:18 +02:00
signature_collector.go
Canonicalize PGP/MIME content before verifying signatures
2022-03-17 10:17:34 +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
Remove monotonic clock ( #133 )
2021-06-16 14:06:07 +02:00