68575f9f1e
Reorganize classes in packages
...
Move ArmorUtils to org.pgpainless.ascii_armor
Move Armored*StreamFactory to org.pgpainless.ascii_armor
Move CRCingArmoredInputStreamWrapper to org.pgpainless.ascii_armor
Move SessionKey to org.pgpainless.s2k
Move RevocationAttributes to org.pgpainless.key
Move UserId to org.pgpainless.key
Move Passphrase to org.pgpainless.s2k
Move NotationRegistry to org.pgpainless.policy
2022-09-07 13:35:58 +02:00
a2bfb55d87
Use *Options.get() factory methods in SOP module
2022-08-29 13:22:44 +02:00
14531f0050
Make sop decrypt throw for unencrypted data
2022-06-23 11:47:48 +02:00
efc0cb357b
EncryptDecryptRoundTripTest: make passphrase constant
2022-06-23 11:47:20 +02:00
07f9c3ceef
Fix decrypt no signatures test
2022-06-23 10:30:16 +02:00
bca359805b
SOP decrypt: Do not throw if no signatures found
2022-06-22 22:14:22 +02:00
749a623d88
Bump SOP version
2022-06-19 17:56:26 +02:00
d64e749f22
Fix sop encrypt --sign-with allowing for protected keys
2022-06-19 17:50:31 +02:00
75455f1a3c
Add OpenPgpMetadata.isCleartextSigned and use it in sop to determine if message was cleartext signed
2022-06-19 17:31:48 +02:00
5375cd454f
Implement inline-detach for 3 different types of input
2022-06-19 16:59:42 +02:00
2d60650cc6
Progress on SOP04 support
2022-06-19 16:59:42 +02:00
53df487e59
Adopt changes from SOP-Java and add test for using incapable keys
2022-06-19 16:59:42 +02:00
0b69e18715
Experimental support for inline-sign, inline-verify
2022-06-19 16:59:42 +02:00
9a545a2936
Wip: SOP 4
2022-06-19 16:59:42 +02:00
9cdea63ec4
Fix performance issues of sop armor and dearmor operations
2022-06-16 11:22:35 +02:00
c967cbb9f0
SOP: Properly throw CannotDecrypt
2022-06-16 11:22:21 +02:00
a22336a795
Create dedicated KeyException class for key-related exceptions.
2022-04-07 19:42:58 +02:00
c31fd7d5e0
SOP: Fix mapping of encryption format
2022-03-30 13:14:36 +02:00
4782868bc1
SOP encrypt: match signature type when using --as= option
2022-03-30 12:49:26 +02:00
e8b03834cb
Annotate fromId(code) methods with Nullable and add Nonnull requireFromId(code) methods
2022-03-22 15:09:09 +01:00
16b0d0730e
Annotate and document ArmorUtils class
2022-03-22 14:17:35 +01:00
19b6c8b1e3
SOP-CLI: Implement additional version flags
2022-01-15 02:46:42 +01:00
1b1a13e7d0
Fix spelling of Bouncy Castle
2022-01-15 02:46:41 +01:00
f2d88d8a86
Introduce SigningResult class to allow for additional signing information to be returned
2022-01-15 02:46:41 +01:00
1cb49f4b12
Update SOP implementation to the latest spec version
...
See https://datatracker.ietf.org/doc/html/draft-dkg-openpgp-stateless-cli-03
2022-01-15 02:46:41 +01:00
ce7b69269b
Various code cleanup
2021-12-28 13:32:50 +01:00
59f1a85887
Fix more code issues
2021-12-28 12:30:52 +01:00
c55fd2e552
Implement decryption with - and access of session keys
2021-12-02 12:42:02 +01:00
15736586dd
SOP: Add convenience methods to deal with byte arrays
2021-10-10 16:34:17 +02:00
e390389c0a
Reuse compliance
2021-10-07 16:28:31 +02:00
722477673d
Fix hen and egg problem with signature detaching in SOP
2021-10-04 16:48:27 +02:00
620959abc6
Some more pgpainless-sop tests
2021-10-04 16:28:56 +02:00
637bd18ca6
Add ArmorTest
2021-10-04 16:03:24 +02:00
c5b576d8d2
ArmorImpl: Write to provided output stream instead of system.out
2021-10-04 16:02:28 +02:00
d170138ea8
Add test for GenerateKeyImpl
2021-10-04 15:02:28 +02:00
f28232893c
Refactoring: Move cleartext signed message processing to decryption_verification
2021-09-13 18:09:53 +02:00
90a00e0541
Move signature verification to dedicated streams
2021-09-07 14:02:07 +02:00
f68779d8a5
Add tests for pgpainless-sop
2021-08-30 17:15:11 +02:00
97c8ff8312
Throw WrongConsumingMethodException when processing Cleartext Signed Messages with Inband Signature verification API and vice versa
2021-08-29 13:35:27 +02:00
e3ff1403a3
sop: Enforce that any secret key argument only contains a single secret key
2021-08-23 14:26:17 +02:00
4e83281213
Wip: Remove allowNested, add FileUtil
2021-08-23 14:26:17 +02:00
772f69788b
Refactor CleartextSignatureProcessor to allow reuse in DetachInbandSignatureAndMessage
2021-08-23 14:26:17 +02:00
788c82531e
Wip: Adopt changes from the SOP specification version 2
2021-08-23 14:26:17 +02:00
099b160656
Native support for notBefore and notAfter signature creation time constraints
2021-08-17 14:47:07 +02:00
2bd71617bd
PGPException is not thrown during secret key reading
2021-08-15 15:46:41 +02:00
311c842196
Revert introduction of StreamUtil
2021-07-31 20:40:31 +02:00
fc311fe781
Workaround for #159 : Avoid to prevent swallowing IOExceptions
2021-07-26 16:19:30 +02:00
8cf5347b52
Base PGPainlessCLI on new sop-java module
...
* Rename pgpainless-sop -> pgpainless-cli
* Introduce sop-java (implementation-independent SOP API)
* Introduce sop-java-picocli (CLI frontend for sop-java)
* Introduce pgpainless-sop (implementation of sop-java using PGPainless)
* Rework pgpainless-cli (plugs pgpainless-sop into sop-java-picocli)
2021-07-15 17:03:56 +02:00
6a90c4303e
OpenPgpMetadat: identify verified sigs by SubkeyIdentifier
2021-07-04 13:08:24 +02:00
bd418299b0
Tests for SOP armor and dearmor commands
2021-07-01 18:45:07 +02:00