pgpainless/pgpainless-core/src/main/java/org/pgpainless
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
..
algorithm Eliminate removed 'm' StreamEncoding 2022-03-27 17:29:42 +02:00
decryption_verification Annotate fromId(code) methods with Nullable and add Nonnull requireFromId(code) methods 2022-03-22 15:09:09 +01:00
encryption_signing Fix signature generation with all format and signature type combinations 2022-03-30 16:13:08 +02:00
exception Fix detection of unarmored data in detached signature verification 2022-02-11 14:07:29 +01:00
implementation Annotate fromId(code) methods with Nullable and add Nonnull requireFromId(code) methods 2022-03-22 15:09:09 +01:00
key Annotate fromId(code) methods with Nullable and add Nonnull requireFromId(code) methods 2022-03-22 15:09:09 +01:00
policy Annotate fromId(code) methods with Nullable and add Nonnull requireFromId(code) methods 2022-03-22 15:09:09 +01:00
provider Reuse compliance 2021-10-07 16:28:31 +02:00
signature Annotate fromId(code) methods with Nullable and add Nonnull requireFromId(code) methods 2022-03-22 15:09:09 +01:00
util Fix signature generation with all format and signature type combinations 2022-03-30 16:13:08 +02:00
PGPainless.java Add and document PGPainless.inspectKeyRing(key, date) 2022-03-07 10:36:20 +01:00
package-info.java Reuse compliance 2021-10-07 16:28:31 +02:00