pgpainless/pgpainless-core/src/test
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
..
java Fix signature generation with all format and signature type combinations 2022-03-30 16:13:08 +02:00
resources Improve library usage of slf4j and logback. 2021-10-29 20:28:14 +02:00