Commit Graph

561 Commits

Author SHA1 Message Date
Paul Schaub 0701d1e5a1
Fix link in README 2021-06-10 12:39:11 +02:00
Paul Schaub 9016e707ac
Update badges in README 2021-06-06 13:33:14 +02:00
Paul Schaub fb89c156f0
Add first testimonial \o/ 2021-06-05 23:00:12 +02:00
Paul Schaub aa98e6ad16 Update travis ubuntu image to bionic 2021-06-03 23:43:27 +02:00
Paul Schaub e0cb1cff3b Remove build dependency on Android SDK 2021-06-03 23:43:27 +02:00
Paul Schaub cc87bf5111
Update version in README 2021-06-01 18:46:33 +02:00
Paul Schaub bd3dc59cbe
PGPainless-0.2.1-SNAPSHOT 2021-06-01 18:28:00 +02:00
Paul Schaub 62fe2db6b7
PGPainless 0.2.0 2021-06-01 18:19:19 +02:00
Paul Schaub 597a59373d
Bumpt animalsniffer to 1.5.3 2021-05-31 17:09:56 +02:00
Paul Schaub 594cc05e05
Bump coveralls-gradle-plugin to 2.12.0 2021-05-31 16:18:11 +02:00
Paul Schaub a14f73fc01
Bump jacoco plugin to 0.8.7 2021-05-31 15:58:22 +02:00
Paul Schaub 232b0f7445
Bump JUnit to 5.7.1 2021-05-31 15:53:51 +02:00
Paul Schaub ce4869e15a
UnlockSecretKey: Do not try to get decryptor for unencrypted keys 2021-05-31 15:38:47 +02:00
Paul Schaub 73f6c54fa2
More documentation 2021-05-31 15:33:42 +02:00
Paul Schaub a871bc3a0c
Add documentation 2021-05-31 15:24:41 +02:00
Paul Schaub 1ad23366a7
Implement KeyRingInfo.getKeysWithFlag() and KeyRingInfo.getExpirationDateForUse() 2021-05-31 15:13:28 +02:00
Paul Schaub 8618d1faea
More tests 2021-05-31 13:59:56 +02:00
Paul Schaub b07cb2467b
Alter tests to cover untested KeyRingBuilderInterface methods 2021-05-30 18:05:38 +02:00
Paul Schaub ccdcd49c58
Remove deprecated method withMasterKey from KeyRingBuilderInterface 2021-05-30 18:05:09 +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 8e02df9a3e
Test FileBasedMultiPassStrategy 2021-05-29 14:13:08 +02:00
Paul Schaub af6fe0aaf7
Add test for PGPainlessCLI main class 2021-05-29 14:03:27 +02:00
Paul Schaub 82536eaa77
Improve support for PGP[Secret|Public]KeyRingCollections 2021-05-29 13:52:29 +02:00
Paul Schaub 1a5baa0fa4
Clean up BCUtils class 2021-05-29 12:43:31 +02:00
Paul Schaub 13c7572c8c
Restore functionality of MissingPublicKeyCallback + JUnit test it 2021-05-29 12:19:12 +02:00
Paul Schaub 7bbc23d826
Test MissingDecryptionMethodException 2021-05-28 23:29:41 +02:00
Paul Schaub fd0734b247
Remove legacy symmetric encryption code 2021-05-28 23:22:11 +02:00
Paul Schaub ea03c66400
Throw MissingDecryptionMethodException when missing decryption key or -passphrase 2021-05-28 23:20:25 +02:00
Paul Schaub 77800f26e8
SecretKeyRingEditor: UserIDs only reside on primary keys 2021-05-28 23:14:20 +02:00
Paul Schaub 57c11a63e5
Remove unused throws declarations 2021-05-28 22:39:27 +02:00
Paul Schaub c255439ee2
Cleanse duplicated code 2021-05-28 22:37:16 +02:00
Paul Schaub a23f2c4401
Delete SelectSignatureFromKey class 2021-05-28 22:21:03 +02:00
Paul Schaub b38bcf042a
Add SOP sign/verify test 2021-05-28 22:16:52 +02:00
Paul Schaub 293442d699
Delete unused EvaluatedKeyRing class 2021-05-28 21:42:31 +02:00
Paul Schaub 826c761e69
Test invalid keys cannot sign behavior 2021-05-28 21:41:02 +02:00
Paul Schaub 6f0cf35e31
Delete redundant classes 2021-05-28 21:33:20 +02:00
Paul Schaub 21f2a732ee
Update README 2021-05-27 17:11:38 +02:00
Paul Schaub b1deb75969
Deprecate PGPainless.encryptAndOrSign(purpose) 2021-05-27 15:57:21 +02:00
Paul Schaub 9883d1537b
Move EncryptionPurpose to own class 2021-05-27 15:52:43 +02:00
Paul Schaub 3edaa60b52
Make KeyRingInfo NPE-safe 2021-05-27 14:50:48 +02:00
Paul Schaub e3749f5734
Add SigningOptions.add{Inline|Detached}Signatures(decryptor, pgpSecretKeyRingCollection, type) 2021-05-27 13:55:18 +02:00
Paul Schaub 8e6abe5d02
Add EncryptionOptions.addRecipients(PGPPublicKeyRingCollection) 2021-05-27 13:47:24 +02:00
Paul Schaub e67854310d
Change visibilit of non-API methods to package 2021-05-27 13:47:04 +02:00
Paul Schaub 629ebbd46d
Add missing javadoc 2021-05-27 13:46:40 +02:00
Paul Schaub bfec290041
Add first interop-test-suite badge 2021-05-27 13:35:35 +02:00
Paul Schaub 3d32ed5fd6
PGPainless-0.2.0-alpha13-SNAPSHOT 2021-05-26 16:07:34 +02:00
Paul Schaub 2ad42b2db2
PGPainless 0.2.0-alpha12 2021-05-26 15:56:24 +02:00
Paul Schaub 80a6baf0b1
Move File-based MultiPassStrategy from factory method into own class 2021-05-25 22:23:08 +02:00
Paul Schaub 1a1a387a16
Fix checkstyle issues in the sop module 2021-05-25 22:22:35 +02:00
Paul Schaub 83917f320f
Improvements to SOP 2021-05-25 18:08:04 +02:00