Commit Graph

19 Commits

Author SHA1 Message Date
Paul Schaub 3ac273757a
Bump sop-java to 10.0.0-SNAPSHOT and implement sopv interface subset 2024-03-24 10:52:15 +01:00
Paul Schaub cf638da130
Bump sop spec to 8 2023-11-15 19:09:15 +01:00
Paul Schaub 608ec0b7b0
Annotate methods with @Nonnull 2023-11-15 13:39:26 +01:00
Paul Schaub 744c679e0c
Bump SOP_VERSION to 7 2023-07-12 01:37:19 +02:00
Paul Schaub a369f1c103
Fix checkstyle 2023-05-09 19:07:07 +02:00
Paul Schaub 8fe3a7159d
Report PGPainless version in sop version --backend 2023-05-08 16:01:59 +02:00
Paul Schaub e465ae60a7
VersionImpl: Fix outdated method names 2023-04-17 16:22:54 +02:00
Paul Schaub 926e540016
Test fine-grained SOP spec version 2023-04-17 16:01:17 +02:00
Paul Schaub 5b363de6e4
Implement VersionImpl.getSopSpecVersion() 2023-04-17 16:01:17 +02:00
Paul Schaub 446d121777
Bump SOP version in VersionImpl to 06 2023-04-17 16:01:17 +02:00
Paul Schaub b79e706d65
Bump SOP version in VersionImpl to 05 2023-04-14 16:18:15 +02:00
Paul Schaub b58861635d
Add some missing javadoc 2023-01-16 19:38:52 +01:00
Paul Schaub 749a623d88
Bump SOP version 2022-06-19 17:56:26 +02:00
Paul Schaub 19b6c8b1e3 SOP-CLI: Implement additional version flags 2022-01-15 02:46:42 +01:00
Paul Schaub 1b1a13e7d0 Fix spelling of Bouncy Castle 2022-01-15 02:46:41 +01:00
Paul Schaub 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
Paul Schaub e390389c0a Reuse compliance 2021-10-07 16:28:31 +02:00
Paul Schaub 620959abc6
Some more pgpainless-sop tests 2021-10-04 16:28:56 +02:00
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
Renamed from pgpainless-sop/src/main/java/org/pgpainless/sop/commands/Version.java (Browse further)