Commit Graph

1456 Commits

Author SHA1 Message Date
Paul Schaub 4143ad3165
PGPainless 1.3.10 2022-11-07 16:55:00 +01:00
Paul Schaub 3cd621b436
Update CHANGELOG 2022-11-07 16:51:19 +01:00
Paul Schaub 5ebeeed3e8
Bump sop-java to 4.0.3 2022-11-07 16:49:06 +01:00
Paul Schaub 50d18a4581 Fix NPE when validating signature made by key without keyflags on direct key sigature
(Presumably) fixes #332
2022-11-07 15:34:18 +01:00
Paul Schaub b02ae86ff6 Annotate SignatureSubpacketsUtil methods with @Nullable and @Nonnull 2022-11-07 15:34:18 +01:00
Paul Schaub b4420772a0
PGPainless 1.3.10-SNAPSHOT 2022-11-06 15:18:26 +01:00
Paul Schaub 78de682a14
PGPainless 1.3.9 2022-11-06 15:16:28 +01:00
Paul Schaub 095e58eddc
Update man page documentation 2022-11-06 15:08:07 +01:00
Paul Schaub db9745d7a2
Update changelog 2022-11-06 15:06:50 +01:00
Paul Schaub e67c43a6f7
Bump sop-java to 4.0.2 and improve exception handling 2022-11-06 15:03:35 +01:00
Paul Schaub 3000e496bc
PGPainless 1.3.9-SNAPSHOT 2022-11-03 11:48:58 +01:00
Paul Schaub df258b46c1
PGPainless 1.3.8 2022-11-03 11:46:07 +01:00
Paul Schaub b0258f8c5b
Update CHANGELOG 2022-11-02 10:57:53 +01:00
Paul Schaub f5e4c7571c
Bump BC to 1.72, BCPG to 1.72.1 2022-11-02 10:53:53 +01:00
Paul Schaub 754fcf72a1
Implement ProducerOptions.setHideArmorHeaders()
Fixes #328
2022-10-31 11:43:24 +01:00
Paul Schaub 8834d8ad10
Increase timeframe for some tests which check expiration dates 2022-10-18 15:13:49 +02:00
Paul Schaub 00eafc3957
PGPainless 1.3.8-SNAPSHOT 2022-10-05 12:31:20 +02:00
Paul Schaub 19ee2ebacf
PGPainless 1.3.7 2022-10-05 12:27:38 +02:00
Paul Schaub 2c76f66987
Update changelog 2022-10-04 19:13:01 +02:00
Paul Schaub f94917d01f
Fix checkstyle issue 2022-09-28 13:18:34 +02:00
Paul Schaub 6a2a604ba4
Update TODO for BC 173 2022-09-27 16:47:23 +02:00
Paul Schaub d74a8d0408
Add PGPainless.asciiArmor(PGPSignature) 2022-09-27 16:28:31 +02:00
Paul Schaub dac059c702
Add test for PGPainless.asciiArmor(key, stream) 2022-09-27 16:17:22 +02:00
Paul Schaub 5bccc1960e Add PGPainless.asciiArmor(key, outputStream) 2022-09-27 16:12:26 +02:00
Paul Schaub 639d2a19f8
Remove unused provideSessionKeyDataDecryptorFactory() methods 2022-09-13 20:27:16 +02:00
Paul Schaub 609bb4556a
Use ImplementationFactory.getSessionKeyDataDecryptorFactory() method 2022-09-13 20:26:13 +02:00
Paul Schaub 0e45de9b4a Formatting 2022-09-13 20:23:06 +02:00
Paul Schaub 9e403c1124 Add ImplementationFactory.getSessionKeyDataDecryptorFactory() and impls 2022-09-13 20:22:53 +02:00
Paul Schaub 8dfabf1842 Test decryption of messages using Session Key 2022-09-12 15:26:06 +02:00
Paul Schaub 7480c47fa7
Add behavior test to ensure that ArmoredInputStream cuts away any data outside of the armor 2022-09-08 18:15:52 +02:00
Paul Schaub bf0370fdc1
Add grammar from RFC to diagram 2022-09-07 20:32:47 +02:00
Paul Schaub 14941e77b3
More latex, less markdown 2022-09-07 19:54:50 +02:00
Paul Schaub acb845d280
Change transition to latex 2022-09-07 19:37:36 +02:00
Paul Schaub c01f2db5ef
Add formal definition of PDA 2022-09-07 19:35:41 +02:00
Paul Schaub 21cadcb8eb
Introduce dedicated state for Signed Message 2022-09-07 18:33:36 +02:00
Paul Schaub ba5eea8b9c
Add alphabet description 2022-09-07 18:27:54 +02:00
Paul Schaub 36cb6918a4
Refine PDA diagram 2022-09-07 18:16:11 +02:00
Paul Schaub 27476831d9
Add hint about dotted line in message format diagram 2022-09-07 17:56:46 +02:00
Paul Schaub e78880602a
Add diagram of pushdown automaton for the OpenPGP Message Format 2022-09-07 17:29:04 +02:00
Paul Schaub 31c4570d10
Move finalization of signatures into own method 2022-09-07 13:48:59 +02:00
Paul Schaub bed18dc0ad
Update changelog 2022-09-05 15:51:19 +02:00
Paul Schaub 0dd54f27b7
Add test for processing message byte by byte 2022-09-05 15:43:32 +02:00
Paul Schaub 0bafc410a0
Add missing parseAndCombineSignatures call
For some reason this was missing from the single-byte read() method
of the SignatureInputStream, causing issues if draining the stream
byte by byte
2022-09-05 15:41:58 +02:00
Paul Schaub 9106d98449
Add tests for Certificate merging 2022-09-05 15:25:29 +02:00
Paul Schaub cd0b9603e7
Add KeyRingUtils.injectCertification(keys, certification) 2022-09-05 15:15:58 +02:00
Paul Schaub 5be42b22bd
Add test for KeyRingUtils.keysPlusPublicKey 2022-09-05 14:45:22 +02:00
Paul Schaub 4ec38bb63b
Add tests for ArmoredInputStreamFactory 2022-09-05 14:37:23 +02:00
Paul Schaub 70ce4d45f4
Remove unused CRCinArmoredInputStreamWrapper.possiblyWrap() 2022-09-05 14:20:11 +02:00
Paul Schaub c80e0dd0d5
Add further information to docs index 2022-09-05 13:56:29 +02:00
Paul Schaub fb0908ffd1
Add explanation for secret key protector hint to documentation 2022-09-05 13:46:12 +02:00