0b4f8afe58
Merge pull request #9 from Flowdalic/flow
...
Various small commits
2019-07-28 22:16:12 +02:00
Florian Schmaus
7690b542ab
Add type parameters where possible
2019-07-28 12:28:55 +02:00
Florian Schmaus
987791b9bd
Add bin/ to gitignore
2019-07-28 12:28:55 +02:00
Florian Schmaus
9f062ebd79
Remove no longer reuired KeyRingSubKeyFix
...
since we are using BouncyCastle 1.62 now.
2019-07-28 12:28:55 +02:00
ea17d11a99
Merge pull request #8 from Flowdalic/bc-1.62
...
Bump BouncyCastle to 1.62
2019-07-25 14:40:29 +02:00
Florian Schmaus
25cb1b8cc0
Bump BouncyCastle to 1.62
...
also introduce 'boucnyCastleVersion' in version.gradle.
2019-07-25 11:06:33 +02:00
8470d7b7f9
PGPainless 0.0.1-alpha7-SNAPSHOT
2019-06-13 17:31:33 +02:00
b89cc2c51d
PGPainless 0.0.1-alpha6
2019-06-13 17:16:42 +02:00
0d509216c2
Update gradle wrapper to 5.4.1
2019-06-13 17:11:41 +02:00
5b83d019f3
update gradle to 5.4.1
2019-04-28 23:56:53 +02:00
308aa18b7f
Merge pull request #7 from Flowdalic/tune-down-logging
...
Tune down the INFO logging, use debug log level where sensible
2019-04-18 14:22:49 +02:00
Florian Schmaus
8abea678ca
Tune down the INFO logging, use debug log level where sensible
...
Libraries should usually stay silent if everything works as
expected. Most of the INFO log levels call sites of pgpainless
actually are more of debug log level call sites. Hence this commit
changes most of them to use a debug log level.
2019-04-18 08:19:19 +02:00
7da11d68fe
PGPainless 0.0.1-alpha6-SNAPSHOT
2019-04-03 00:09:13 +02:00
083a689069
PGPainless 0.0.1-alpha5
2019-04-03 00:01:13 +02:00
36c871f198
Allow different providers than BC
2019-04-02 21:11:16 +02:00
90649a5882
Degrade decryption stream loglevel to FINE
2019-03-16 16:26:22 +01:00
4bd4d24066
Update .gitignore
2018-08-21 16:21:20 +02:00
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