|
0a9781d8c8
|
Merge pull request #89 from Flowdalic/pgpainless-cli
[pgpainless-sop] Add ./pgpainless bash wrapper script
|
2021-02-19 23:10:09 +01:00 |
|
|
108d6cb841
|
sop: Do not swallow EOFExceptions and return 29 instead
Related to #78
|
2021-02-19 21:18:08 +01:00 |
|
|
c75a192513
|
Use ArmoredOutputStreamFactory to hide version string in ascii armor
Partially fixes #82
|
2021-02-19 19:50:36 +01:00 |
|
Florian Schmaus
|
ff875775bc
|
[pgpainless-sop] Add ./pgpainless bash wrapper script
Related to #88.
|
2021-02-15 17:56:57 +01:00 |
|
|
6b1a740b9e
|
Add tests for SOP
|
2021-01-23 01:17:30 +01:00 |
|
|
a43d57445c
|
Quick'n Dirty implementation of decrypt
|
2021-01-23 01:10:33 +01:00 |
|
|
bd9a580600
|
Remove unused BCUtil.publicKeyRingFromSecretKeyRing method
Use KeyRingUtils.publicKeyRingFrom(secertKeys) instead
|
2021-01-21 14:33:52 +01:00 |
|
|
10f1650d06
|
Fix dummy test whitespace
|
2021-01-18 18:43:39 +01:00 |
|
|
48b50b6b3e
|
Add dummy sop test to fix jacocoRootReport
|
2021-01-18 18:31:50 +01:00 |
|
|
9333fa2b65
|
Add README for sop module
|
2021-01-03 17:45:05 +01:00 |
|
|
82014ef6e5
|
Fix checkstyle issues
|
2021-01-03 15:52:18 +01:00 |
|
|
1c1f9d49ab
|
Introduce ImplementationFactory
|
2020-12-27 01:56:18 +01:00 |
|
|
7d374f10a7
|
Allow encryption and decryption using symmetric passphrases in the main API
|
2020-12-26 19:04:27 +01:00 |
|
|
ce4f98423f
|
Start implementing decrypt command
|
2020-12-22 23:10:24 +01:00 |
|
|
11b1acf7f6
|
Improve verify command descriptions
|
2020-12-22 23:09:41 +01:00 |
|
|
ee474232c8
|
Remove unnecessary imports
|
2020-12-22 23:09:17 +01:00 |
|
|
59e0a53c3f
|
Add missing copyright headers
|
2020-12-22 23:08:53 +01:00 |
|
|
fb687ee5d1
|
Improve subcommand descriptions
|
2020-12-22 23:07:53 +01:00 |
|
|
6382ffb5ae
|
First implementation of encrypt command
|
2020-12-22 22:09:42 +01:00 |
|
|
5c11b25212
|
Verify: set arity of boundary options to 0..1
|
2020-12-22 22:09:22 +01:00 |
|
|
b733b94b9e
|
Allow signing with multiple secret keys
|
2020-12-22 22:08:38 +01:00 |
|
|
7edd6bc86d
|
Add descriptions to all tasks
|
2020-12-22 22:07:13 +01:00 |
|
|
1e3721c4e5
|
Improve --[no-]armor flag implementation
|
2020-12-22 22:05:47 +01:00 |
|
|
7d6c0f4396
|
Bump picocli to 4.5.2
|
2020-12-22 22:02:36 +01:00 |
|
|
31cfbaa4b2
|
Fix various checkstyle issues
|
2020-12-16 20:11:58 +01:00 |
|
|
fe03197f3e
|
Use NullOutputStream in verifier to safe resources
|
2020-12-16 20:11:58 +01:00 |
|
|
930448b02b
|
SOP: Add documentation and parse not-{before|after} dates in verify
|
2020-12-16 20:11:58 +01:00 |
|
|
eb9587163d
|
SOP: Implement basic signature verification
|
2020-12-16 20:11:58 +01:00 |
|
|
e07998f99d
|
SOP: Respect signature type
|
2020-12-16 20:11:58 +01:00 |
|
|
6f48a1a261
|
Apply latest changes to master
|
2020-12-16 20:11:58 +01:00 |
|
|
379ad285f3
|
Fix gradle build file
|
2020-12-16 20:11:58 +01:00 |
|
|
9d3ad01dfc
|
Wip: Start implementing a SOP client
|
2020-12-16 20:11:58 +01:00 |
|