1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-26 05:24:49 +02:00
pgpainless/pgpainless-core/src/test/java/investigations
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
..
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