Commit Graph

9 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 83917f320f
Improvements to SOP 2021-05-25 18:08:04 +02: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 bd9a580600
Remove unused BCUtil.publicKeyRingFromSecretKeyRing method
Use KeyRingUtils.publicKeyRingFrom(secertKeys) instead
2021-01-21 14:33:52 +01:00
Paul Schaub fb687ee5d1
Improve subcommand descriptions 2020-12-22 23:07:53 +01:00
Paul Schaub 7edd6bc86d
Add descriptions to all tasks 2020-12-22 22:07:13 +01:00
Paul Schaub 1e3721c4e5
Improve --[no-]armor flag implementation 2020-12-22 22:05:47 +01:00
Paul Schaub 31cfbaa4b2 Fix various checkstyle issues 2020-12-16 20:11:58 +01:00
Paul Schaub 9d3ad01dfc Wip: Start implementing a SOP client 2020-12-16 20:11:58 +01:00