pgpainless/pgpainless-core/src/test/java/investigations
Paul Schaub 6bef376992
Fix signature generation with all format and signature type combinations
This comes at the cost of that we no longer CR/LF encode literal data before encryption/signing.
That means that applications that rely on PGPainless to do the CR/LF encoding must manually
do the encoding before feeding the message to PGPainless.
The newly introduced CRLFGeneratorStream has documentation on how to do that.
Fixes #264
2022-03-30 16:13:08 +02:00
..
CanonicalizedDataEncryptionTest.java Fix signature generation with all format and signature type combinations 2022-03-30 16:13:08 +02:00
InvestigateMultiSEIPMessageHandlingTest.java Rename EncryptionPurpose.STORAGE_AND_COMMUNICATION -> ANY 2021-11-02 11:30:44 +01:00
KleopatraCompatibilityTest.java Fix license of KleopatraCompatibilityTest 2021-10-27 14:29:05 +02:00
ModifiedPublicKeysInvestigation.java Add tests for PublicKeyParameterValidation 2021-12-09 13:25:23 +01:00
OnePassSignatureVerificationWithPartialLengthLiteralDataRegressionTest.java Fix typos and wording 2021-12-28 13:53:25 +01:00