Commit Graph

72 Commits

Author SHA1 Message Date
Paul Schaub 0b7511a223
Remove tests for armor --label 2024-03-30 19:07:12 +01:00
Paul Schaub fe80b1185e
Update man pages 2024-03-24 16:43:27 +01:00
Paul Schaub 8f53952c7c
Update man pages 2023-07-12 16:00:54 +02:00
Paul Schaub 06fd04ac76
Fix error message in rewriteManPages script 2023-07-12 15:59:38 +02:00
Paul Schaub d707ecd20e
Disable now broken test caused by parsing certificates from secret keys 2023-07-07 10:44:16 +02:00
Paul Schaub 7f5bc91f6b
Add tests for ListProfilesCmd 2023-06-13 15:52:20 +02:00
Paul Schaub d9ab91516d
Add encrypt-decrypt roundtrip test for rfc4880 profile to cli tests 2023-06-13 15:43:48 +02:00
Paul Schaub 8fe3a7159d
Report PGPainless version in sop version --backend 2023-05-08 16:01:59 +02:00
Paul Schaub 558036c485
Update man pages 2023-04-27 15:23:37 +02:00
Paul Schaub eb45dee04f
rewriteManPages script: Remind to run
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings in sop repo
2023-04-27 15:22:43 +02:00
Paul Schaub eb1ff27a90
Bump sop-java to 6.1.0 2023-04-27 15:15:42 +02:00
Paul Schaub e3bacdbe35
Introduce VerificationHelper class and export signature mode in decrypt operation 2023-04-18 18:53:50 +02:00
Paul Schaub 2ec176e938
DetachedVerifyImpl: Export signature mode in Verification result 2023-04-18 18:39:52 +02:00
Paul Schaub 05968533a5
InlineVerifyImpl: Export signature mode in Verification result 2023-04-18 18:35:47 +02:00
Paul Schaub 926e540016
Test fine-grained SOP spec version 2023-04-17 16:01:17 +02:00
Paul Schaub b58861635d
Add some missing javadoc 2023-01-16 19:38:52 +01:00
Paul Schaub 9919bbf013
Enable test for reading broken keys in SOP 2022-11-24 22:20:02 +01:00
Paul Schaub 6926cedf61 Fix compilation errors and simplify LayerIterator by introducing Packet interface 2022-11-23 20:42:54 +01:00
Paul Schaub a19fc9ebda Add tests for inline-detach 2022-11-23 20:42:17 +01:00
Paul Schaub ab82a638cc Add tests for inline-sign 2022-11-23 20:42:17 +01:00
Paul Schaub 75c39c2fde Add tests for inline-verify 2022-11-23 20:42:17 +01:00
Paul Schaub 508864c4ff Add test for inline-sign --as=text 2022-11-23 20:42:17 +01:00
Paul Schaub ce929fd055 Add inline-verify test for message without verifiable signatures 2022-11-23 20:42:17 +01:00
Paul Schaub a9014f1985 Add disabled test for broken data during dearmor 2022-11-23 20:42:17 +01:00
Paul Schaub b9f985a84c Add tests for SOP decrypt 2022-11-23 20:42:17 +01:00
Paul Schaub de76f4b3a9 Fix indentation for CLI tests 2022-11-23 20:42:17 +01:00
Paul Schaub b9152d5cde SOP: Add test to ensure that armoring already-armored data is idempotent 2022-11-23 20:42:17 +01:00
Paul Schaub b7478729b1 Update man pages
Since commit 0e777de14f927ad4b265adfc5ba201be29b1bde1 in pgpainless/sop-java,
man page generation is reproducible.
This very commit adopts reproducible man pages for the first time
2022-11-23 20:42:17 +01:00
Paul Schaub 90c3a01577 Add test to verify proper functionality of MatchMakingSecretKeyRingProtector 2022-11-23 20:42:17 +01:00
Paul Schaub 86c7229172 Do not reject bnacksig signatures when they predate subkey binding date
Fixes #334

SOP verify: force data to be non-openpgp data

Update changelog

SOP: Unify key/certificate reading code

Fix key/password matching in SOPs detached sign command

Rework CLI tests

update changelog

PGPainless 1.3.11

PGPainless 1.3.12-SNAPSHOT

Merge branch 'release/1.3'
2022-11-23 20:42:17 +01:00
Paul Schaub 5524596082 Add more tests for sop code 2022-11-23 20:42:17 +01:00
Paul Schaub 243d64fcb4 Bump sop-java to 4.0.5 and adopt changes (--as=clearsigned) 2022-11-11 13:46:43 +01:00
Paul Schaub 858f8e00f3
Rework CLI tests 2022-11-09 22:02:16 +01:00
Paul Schaub 095e58eddc
Update man page documentation 2022-11-06 15:08:07 +01:00
Paul Schaub a1eceaf8e1
Add manpages, script to generate manpages 2022-08-08 00:23:58 +02:00
Paul Schaub b23a1d77a3
Bump sop-java version to 4.0.1 and override executable name 2022-08-04 14:05:12 +02:00
Paul Schaub cc9af93e75
Fix command usage strings not being picked up due to renamed parent command 2022-07-23 01:16:28 +02:00
Paul Schaub b217b8b218
cli: Use dedicated shadow plugin for building fat jar
'gradle shadowJar' can be used to build a fat jar
'gradle jar' now only builds slim jar
2022-07-08 18:26:45 +02:00
Paul Schaub 3f16c54867 Create test util to write data to temp file 2022-06-19 16:59:42 +02:00
Paul Schaub 7074ff5f2f Rename command tests and add generate-key test for encrypted keys 2022-06-19 16:59:42 +02:00
Paul Schaub a3b2070e76 Rename test and reference exit codes directly 2022-06-19 16:59:42 +02:00
Paul Schaub 53df487e59 Adopt changes from SOP-Java and add test for using incapable keys 2022-06-19 16:59:42 +02:00
Paul Schaub 0b69e18715 Experimental support for inline-sign, inline-verify 2022-06-19 16:59:42 +02:00
Paul Schaub be6c16079e
Switch to version agnostic SOP spec URL 2022-05-07 22:15:13 +02:00
Paul Schaub 9558deab74
Set mainClass name in application section 2022-04-11 12:11:26 +02:00
Paul Schaub 7eb2f5fb4d
Document how PGPainlessCLI works 2022-04-02 17:16:37 +02:00
Paul Schaub 36c5ec8a28 Host javadoc on javadoc.io 2022-02-15 14:29:07 +01:00
Paul Schaub 7aa48f458b Fix pgpainless-cli:jar resolution of pgpainless-sop.jar 2022-01-15 02:46:42 +01:00
Paul Schaub ef02163d97 Remove dependency on picocli 2022-01-15 02:46:42 +01:00
Paul Schaub c6bc8f9774 Moved sop-java and sop-java-picocli to its own repositories
See https://github.com/pgpainless/sop-java
See https://codeberg.org/PGPainless/sop-java
2022-01-15 02:46:42 +01:00