1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-05 20:15:59 +01:00
Commit graph

1489 commits

Author SHA1 Message Date
f67f1954e7 Add detailled logging to OpenPgpMessageInputStream 2022-11-03 11:56:38 +01:00
789a0086c9 Enable logging in tests 2022-11-03 11:56:38 +01:00
8fb8aa1a30 Throw UnacceptableAlgEx for unencrypted encData 2022-11-03 11:56:38 +01:00
0d62cea8a5 Implement custom decryptor factories in pda 2022-11-03 11:56:38 +01:00
a60917549d Identify custom decryptor factories by subkey id 2022-11-03 11:56:38 +01:00
02c68460a9 Make map final 2022-11-03 11:56:38 +01:00
24ed479b87 Change HardwareSecurity DecryptionCallback to emit key-id 2022-11-03 11:56:38 +01:00
0f5103577e Implement exploratory support for custom decryption factories
This may enable decryption of messages with hardware-backed keys
2022-11-03 11:56:38 +01:00
f15040dae0 WIP: Explore Hardware Decryption 2022-11-03 11:56:38 +01:00
0f768a7258 Work on postponed keys 2022-11-03 11:56:38 +01:00
5c61559647 Reuse *SignatureCheck class 2022-11-03 11:56:38 +01:00
0a7c76a2dd Enfore max recursion depth and fix CRC test 2022-11-03 11:56:38 +01:00
6324455cf5 Fix NPEs and expose decryption keys 2022-11-03 11:56:38 +01:00
513ab0e3ed Fix checkstyle issues 2022-11-03 11:56:38 +01:00
8a9ebdbb3e Reinstate integrity-protection and fix tests
Integrity Protection is now checked when reading from the stream,
not only when closing.
2022-11-03 11:56:38 +01:00
da6582e1d3 Properly expose signatures 2022-11-03 11:56:38 +01:00
78e607ab85 Cleaning up and collect signature verifications 2022-11-03 11:56:38 +01:00
f4ce669d44 It was the buffering. 2022-11-03 11:56:37 +01:00
ef310f201f Create TeeBCPGInputStream to move teeing logic out of OpenPgpMessageInputStream 2022-11-03 11:56:05 +01:00
c65e484bb4 2/3 the way to working sig verification 2022-11-03 11:56:05 +01:00
37dc362cc3 WIP: So close to working notarizations 2022-11-03 11:56:04 +01:00
b31d72bd65 Reformat KeyRingReader 2022-11-03 11:55:35 +01:00
9eea028cf7 Suppress DefaultCharset warning 2022-11-03 11:55:35 +01:00
17f90eb721 Convert links in javadoc to html 2022-11-03 11:55:35 +01:00
73cdf34b02 DO NOT MERGE: Disable broken test 2022-11-03 11:55:35 +01:00
6809a490c1 Remove unnecessary throws declarations 2022-11-03 11:55:34 +01:00
be8439532d Use BCs Arrays.constantTimeAreEqual(char[], char[]) 2022-11-03 11:54:24 +01:00
fe767389a0 Fix ModificationDetectionException by not calling PGPUtil.getDecoderStream() 2022-11-03 11:54:24 +01:00
9ba3fcd8b0 SIGNATURE VERIFICATION IN OPENPGP SUCKS BIG TIME 2022-11-03 11:53:43 +01:00
c40a7976e2 Wip 2022-11-03 11:53:43 +01:00
f614c325cb Wip: Work on OPS verification 2022-11-03 11:53:43 +01:00
7cb22f1530 Fix checkstyle issues 2022-11-03 11:53:43 +01:00
714e424eac Wip: Introduce MessageMetadata class 2022-11-03 11:53:43 +01:00
a3957d3372 WIP: Play around with TeeInputStreams 2022-11-03 11:53:43 +01:00
61949240b3 WIP: Add LayerMetadata class 2022-11-03 11:53:43 +01:00
ef33d9d584 Implement experimental signature verification (correctness only) 2022-11-03 11:53:43 +01:00
3ac17281ea Add read(b,off,len) 2022-11-03 11:53:43 +01:00
8625b2086c Clean close() method 2022-11-03 11:53:42 +01:00
80e98a02ac Work on getting signature verification to function again 2022-11-03 11:53:42 +01:00
8d6db322a1 Fix tests 2022-11-03 11:53:42 +01:00
6233ac61e6 WIP: Replace nesting with independent instancing 2022-11-03 11:53:42 +01:00
60d6289c4d WIP: Implement custom PGPDecryptionStream 2022-11-03 11:53:42 +01:00
7b76a9162d Add Pushdown Automaton for checking OpenPGP message syntax
The automaton implements what is described in
https://github.com/pgpainless/pgpainless/blob/main/misc/OpenPGPMessageFormat.md

However, some differences exist to adopt it to BouncyCastle

Part of #237
2022-11-03 11:53:42 +01:00
3000e496bc
PGPainless 1.3.9-SNAPSHOT 2022-11-03 11:48:58 +01:00
df258b46c1
PGPainless 1.3.8 2022-11-03 11:46:07 +01:00
b0258f8c5b
Update CHANGELOG 2022-11-02 10:57:53 +01:00
f5e4c7571c
Bump BC to 1.72, BCPG to 1.72.1 2022-11-02 10:53:53 +01:00
754fcf72a1
Implement ProducerOptions.setHideArmorHeaders()
Fixes #328
2022-10-31 11:43:24 +01:00
8834d8ad10
Increase timeframe for some tests which check expiration dates 2022-10-18 15:13:49 +02:00
00eafc3957
PGPainless 1.3.8-SNAPSHOT 2022-10-05 12:31:20 +02:00