Commit Graph

11 Commits

Author SHA1 Message Date
Paul Schaub 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
Paul Schaub bd418299b0
Tests for SOP armor and dearmor commands 2021-07-01 18:45:07 +02:00
Paul Schaub 19ec715461 Revert "Add test for PGPainlessCLI main class"
This reverts commit af6fe0aaf7.
2021-05-29 14:19:32 +02:00
Paul Schaub af6fe0aaf7
Add test for PGPainlessCLI main class 2021-05-29 14:03:27 +02:00
Paul Schaub b38bcf042a
Add SOP sign/verify test 2021-05-28 22:16:52 +02:00
Paul Schaub 3cd64b61ca
Fix SOP encrypt-decrypt test 2021-05-25 16:25:22 +02:00
Paul Schaub 7bd12fe5d4
Improve error handling in sop tests 2021-03-05 14:43:13 +01:00
Paul Schaub 24c0cd8a96
SOP: Properly return error codes to the caller, error code 37 for invalid input args 2021-03-05 14:15:54 +01:00
Paul Schaub 6b1a740b9e
Add tests for SOP 2021-01-23 01:17:30 +01:00
Paul Schaub 10f1650d06
Fix dummy test whitespace 2021-01-18 18:43:39 +01:00
Paul Schaub 48b50b6b3e
Add dummy sop test to fix jacocoRootReport 2021-01-18 18:31:50 +01:00