Commit Graph

71 Commits

Author SHA1 Message Date
Paul Schaub f061b076dc
Cert-D-PGPainless 0.2.3-SNAPSHOT 2023-07-07 12:19:47 +02:00
Paul Schaub 2050450c6e
Cert-D-PGPainless 0.2.2 2023-07-07 12:17:35 +02:00
Paul Schaub 4001e4d6c7
Update changelog 2023-07-07 12:10:57 +02:00
Paul Schaub 5b44f91ffb
Bump pgpainless-core to 1.5.6 2023-07-07 12:10:18 +02:00
Paul Schaub 3f4fddfa7b
Bump cert-d-java to 0.2.2 2023-07-07 12:09:47 +02:00
Paul Schaub 9c61b6353f
Cert-D-PGPainless 0.2.2-SNAPSHOT 2022-11-11 14:49:58 +01:00
Paul Schaub dd0a56147d
Cert-D-PGPainless 0.2.1 2022-11-11 14:37:47 +01:00
Paul Schaub 3ded66c339
Update CHANGELOG 2022-11-11 14:35:43 +01:00
Paul Schaub 97fe547649
Bump PGPainless to 1.3.12 2022-11-11 14:33:17 +01:00
Paul Schaub c8bf6c5f83
Cert-D-PGPainless 0.2.1-SNAPSHOT 2022-09-01 11:38:56 +02:00
Paul Schaub 5b0f22f515
Cert-D-PGPainless 0.2.0 2022-09-01 11:37:09 +02:00
Paul Schaub 47e9f5f08a
Print out fingerprints when inserting|importing keys 2022-09-01 11:29:47 +02:00
Paul Schaub f109b598f6
Compare certs based on encoding 2022-09-01 11:18:08 +02:00
Paul Schaub 76a5a91fe0 Add exit codes for some failure modes 2022-08-27 13:46:34 +02:00
Paul Schaub d8a060d0df Fix typo 2022-08-27 13:46:34 +02:00
Paul Schaub 27ae686d52 Bump cert-d-java to 0.2.1 and handle NoSuchElementExceptions 2022-08-27 13:46:34 +02:00
Paul Schaub 52a31cb541
Delete DummyTest 2022-08-26 19:46:47 +02:00
Paul Schaub f21802523a
CLI: Add test for Setup command 2022-08-25 14:26:36 +02:00
Paul Schaub a7a89a31ed
Add test for MergeCallbacks 2022-08-25 13:54:39 +02:00
Paul Schaub 80600c86ce
Refactor MergeCallbacks 2022-08-25 12:56:56 +02:00
Paul Schaub 6995879e05
Bump cert-d-java to 0.2.0 2022-08-25 12:56:25 +02:00
Paul Schaub 5e5e3dd760
Convert certain IOExceptions into BadDataException 2022-08-25 12:56:10 +02:00
Paul Schaub 0cc7c64412
Merge pull request #1 from pgpainless/rewrite
Major rewrite
2022-08-24 15:05:48 +02:00
Paul Schaub 33d93cc39a
Adopt latest changes from pgp-cert-d and add armor headers for get command 2022-08-24 13:24:05 +02:00
Paul Schaub 7b6162682e
Move and implement key-capable MergeCallbacks 2022-08-12 15:43:22 +02:00
Paul Schaub 7a02ec865b
Implement List command, adapt changes from cert-d-java 2022-08-12 15:04:54 +02:00
Paul Schaub cd0150c4d9
Once again adopt changes from cert-d-java 2022-08-11 22:12:52 +02:00
Paul Schaub 8b853267ff
Fix get command to also be able to get by special name 2022-08-09 18:40:28 +02:00
Paul Schaub c7cdf4c353
Adopt changes from cert-d-java rewrite 2022-08-09 18:34:42 +02:00
Paul Schaub 3267a330bf
Implement very basic list command 2022-08-08 15:04:34 +02:00
Paul Schaub 6a16d0cff5
Implement armor option for export command 2022-08-08 15:04:22 +02:00
Paul Schaub 338530b1bc
Fix duplicate logging binding problem 2022-08-08 15:03:54 +02:00
Paul Schaub 47e521be01
Adopt changes from cert-d-java and pgpainless-core 2022-08-08 14:00:50 +02:00
Paul Schaub 20c6bc4c36
Add support for i18n using resource bundles 2022-08-04 13:46:36 +02:00
Paul Schaub a02af58160
Add badges for CI and Coveralls 2022-08-01 17:35:32 +02:00
Paul Schaub 73525092e8
Add woodpecker CI 2022-08-01 17:30:40 +02:00
Paul Schaub ee1fd669ed
Implement storing of trust-root key 2022-07-04 20:12:42 +02:00
Paul Schaub fca9a8ef91
Add Export command 2022-07-04 13:19:36 +02:00
Paul Schaub 1efb2598a2
Rename MultiImport task to Import 2022-07-04 13:05:32 +02:00
Paul Schaub d0413f2169
Rename Import task to Insert 2022-07-04 13:04:11 +02:00
Paul Schaub a417c322b3
Update changelog 2022-07-04 12:55:04 +02:00
Paul Schaub 32f2bbede7
Use PGPPublicKeyRing.join(first, second) for proper MergeCallback 2022-07-04 12:52:49 +02:00
Paul Schaub adf9e534c4
get: properly handle uppercase fingerprints 2022-07-04 12:01:16 +02:00
Paul Schaub 22f26c4b2a
Update changelog 2022-04-29 17:24:12 +02:00
Paul Schaub 6d3e2ba364
Cert-D-PGPainless 0.1.3-SNAPSHOT 2022-04-29 17:14:29 +02:00
Paul Schaub 07b7f38379
Cert-D-PGPainless 0.1.2 2022-04-29 17:11:48 +02:00
Paul Schaub 93d6d40458
Enable mavenLocal() in build.gradle 2022-04-29 17:10:40 +02:00
Paul Schaub 8d0899ce22
Update README 2022-04-29 17:09:55 +02:00
Paul Schaub 623b86ff04
Bump cert-d-java to 0.1.1 2022-04-29 17:09:09 +02:00
Paul Schaub 079f78c141
Bump pgpainless-core to 1.2.1 2022-04-29 17:08:51 +02:00