1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-09-28 02:29:33 +02:00
pgpainless/pgpainless-core/src/test/java/org
Paul Schaub ffdbd21491 Implement configuration option for SignerUserId subpacket verification level.
By default we ignore SignerUserId subpackets on signatures.
This behavior can be changed by calling Policy.setSignerUserIdValidationLevel().
Right now, STRICT and DISABLED are available as options, but it may make sense to implement
another option PARTIALLY, which will accept signatures made by key with user-id 'A <foo@bar>'
but where the sig contains a signer user id of value 'foo@bar' for example.
2022-03-14 11:10:12 +01:00
..
bouncycastle Various code cleanup 2021-12-28 13:32:50 +01:00
junit Add tests for SignatureSubpacketGeneratorWrapper 2021-11-16 13:40:33 +01:00
pgpainless Implement configuration option for SignerUserId subpacket verification level. 2022-03-14 11:10:12 +01:00