1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-10-18 12:15:59 +02:00
Commit graph

2170 commits

Author SHA1 Message Date
4a45b9d114
Add MultiMapTest 2018-08-21 15:27:06 +02:00
5cd87bd537
Fix MultiMap.remove() 2018-08-21 14:47:39 +02:00
c4aaa7ae6b
PGPainless 0.0.1-alpha5-SNAPSHOT 2018-08-17 17:34:38 +02:00
e269831723
PGPainless 0.0.1-alpha4 2018-08-17 17:32:05 +02:00
fe52a7f398
Fix OpenPgpV4Fingerprint.getKeyId() 2018-08-17 17:28:17 +02:00
ea6f89e2bc
Merge pull request #3 from Flowdalic/fixes
Some minor fixes
2018-08-05 13:09:43 +02:00
Florian Schmaus
cfab8a744d Properly close InputStream in SymmetricEncryptorDecryptor
Although it is possibly not strict required, it is always a good idea
to close streams even if the conrete implementation does not cause
resource leaks when not closed. After all, the implementation could
change at some point in the future.
2018-08-05 12:23:54 +02:00
Florian Schmaus
b6bb395e4f Add missing @Override to EncryptionBuilder 2018-08-05 12:23:24 +02:00
Florian Schmaus
cab513773d Add @SuppressWarnings("deprecation") to BCUtilTest 2018-08-05 12:23:09 +02:00
Florian Schmaus
d869bc8c8b Add @SuppressWarnings("deprecation") to LengthTest 2018-08-05 12:22:49 +02:00
e9958bc620
Move And + Or selection strategies to util 2018-08-03 12:28:25 +02:00
58675b5556
Move site stuff to gh-pages branch 2018-08-03 12:17:07 +02:00
60eab1a074
PGPainless 0.0.1-alpha4-SNAPSHOT 2018-07-31 20:16:12 +02:00
4c5580c1d5
PGPainless 0.0.1-alpha3 2018-07-31 20:13:30 +02:00
b89d3562ac
Add @Nullable, @Nonnull annotations through findbugs 2018-07-31 20:09:16 +02:00
51991bdb07
add codeblock syntax 2018-07-30 17:58:23 +02:00
ac538915b3 Update CNAME 2018-07-27 14:35:09 +02:00
59b0c9c9bc
Remove title 2018-07-27 14:20:01 +02:00
78ffc69051
Add pgpainless.org website content 2018-07-27 14:18:41 +02:00
c8f3e3d116
add containsVerifiedSignatureFrom(OpenPgpV4Fingerprint) to OpenPgpMetadata 2018-07-26 16:40:26 +02:00
e9ca8df956
Add javadoc to MissingPublicKeyCallback 2018-07-25 22:49:02 +02:00
f6e523685b
Improve tests 2018-07-25 16:53:00 +02:00
4dbb4311ad
Add jacocoRootReport task 2018-07-24 17:31:21 +02:00
5c522ddb29
Activate coveralls 2018-07-24 16:54:18 +02:00
ef5ee8ed1b
Add coveralls 2018-07-24 16:23:24 +02:00
e0bc31bd43
Add coveralls badge 2018-07-24 16:18:05 +02:00
a1d6666113
Add badges 2018-07-24 16:06:45 +02:00
770b4f9f59
Fix unsigned assignment 2018-07-24 14:48:35 +02:00
fc3e0a58a8
Add travis.yml 2018-07-24 14:37:43 +02:00
e7a6df5a87
Improve OpenPgpV4FingerprintTests 2018-07-24 14:28:41 +02:00
9b68ee67d9
Add jacoco 2018-07-24 13:00:57 +02:00
528048e4df
PGPainless 0.0.1-alpha3-SNAPSHOT 2018-07-23 16:37:40 +02:00
2f1e7b25ed
PGPainless 0.0.1-alpha2 2018-07-23 16:34:13 +02:00
9017fcaba0
Rename PainlessResult -> OpenPpgMetadata 2018-07-23 16:23:23 +02:00
8537f9a165
Add SecretKeyPassphraseProvider and default implementations 2018-07-23 14:27:43 +02:00
c1e217f7b7
Improve Passphrase implementation 2018-07-23 14:27:02 +02:00
a8255ec3f2
Add inclusion section to readme 2018-07-19 19:01:16 +02:00
408ddcaed1
More stuff for gitignore 2018-07-19 17:18:40 +02:00
50b446a55e
PGPainless 0.0.1-alpha2-SNAPSHOT 2018-07-19 17:00:06 +02:00
cdf2fd4aca
PGPainless 0.0.1-alpha1 2018-07-19 16:09:37 +02:00
39c5464c37
Rename module painless-core -> pgpainless-core
Fix build.gradle
2018-07-19 00:15:06 +02:00
a80bb043eb
Add gradle.properties to gitignore 2018-07-18 23:50:21 +02:00
e6dabe0775
WIP: Fix build.gradle 2018-07-18 18:44:38 +02:00
8b40bfc9ef
WIP: Move code to submodule and improve build script 2018-07-18 18:23:06 +02:00
e1c7ffdd1c
README: Add development section 2018-07-18 16:55:48 +02:00
066021af9d
Use internal HashAlgorithm class for algorithm ids 2018-07-18 16:30:42 +02:00
dd458e7da7
Apply sub key fix to generated keys 2018-07-16 17:16:16 +02:00
a7aec9edeb
Add workaround for bc#381 2018-07-16 16:26:05 +02:00
7272027ef1
Use passphrase in PGP key generation 2018-07-12 23:21:09 +02:00
d46671e37e
Use passphrase for symmetric encryption 2018-07-12 23:16:30 +02:00