1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 02:09:38 +02:00
Commit graph

2257 commits

Author SHA1 Message Date
4b179d750a
Checkstyle issues 2025-07-30 13:25:09 +02:00
fed6cbcd6e
Rename FuzzTests 2025-07-30 13:24:48 +02:00
c8d6a3dc85
Change from elvis operator to equality comparator 2025-07-24 11:29:36 +02:00
46f5030608
Fuzz PGPObjectFactory 2025-07-23 23:50:30 +02:00
7daa3783bc
Fuzz PGPObjectFactory 2025-07-23 11:27:02 +02:00
4d46edf3b6
Add fuzzer test for generate-key for testing fuzzed passphrases and user-ids 2025-07-23 11:27:01 +02:00
7656bcd101
key packet fuzzing tests: Use OpenPGPKey/OpenPGPCertificate API 2025-07-23 11:27:01 +02:00
9f8ce475eb
Replace consumeAsBytes(XXX) with consumeRemainingAsBytes() 2025-07-23 11:27:01 +02:00
4f8c52d215
Fix IndexOutOfBounds, but keep decryption with only SK working 2025-07-23 11:27:01 +02:00
16a2bf27eb
gitignore all .cifuzz-corpus directories 2025-07-23 11:27:01 +02:00
742f8fa1a3
Move jazzerVersion to version.gradle 2025-07-23 11:27:00 +02:00
916809ad60
More fuzzing tests and vectors 2025-07-23 11:27:00 +02:00
002bd87136
Even more fuzzing 2025-07-23 11:27:00 +02:00
05cea3e5a9
More fuzzing 2025-07-23 11:27:00 +02:00
95eb73a8c7
Add more test vectors 2025-07-23 11:27:00 +02:00
06b3452c6c
Add fuzzing data to REUSE.toml 2025-07-23 11:27:00 +02:00
307b3ae40b
Fuzzer tests 2025-07-23 11:26:59 +02:00
0d8ce6a50b
Fuzz different methods 2025-07-23 11:26:59 +02:00
32dc1fa1a1
Add pgpainless-sop/.cifuzz-corpus/* to .gitignore 2025-07-23 11:26:59 +02:00
4a4f85767a
SOP armor: catch IOException during inspection of data 2025-07-23 11:26:59 +02:00
d1826eb961
OpenPGPInputStream: Expose inspectBuffer method 2025-07-23 11:26:59 +02:00
0d807cb6b8
Fix typo in error message 2025-07-23 11:26:40 +02:00
9b0a3cd4c7
Do not trim passphrases automatically 2025-07-23 11:26:28 +02:00
0ee31b232a
Allow UserIDs with trailing/leading whitespace and escape newlines in ASCII armor 2025-07-23 11:26:17 +02:00
f2cbde43be
Update codeql action to v3 2025-07-01 10:54:06 +02:00
4cf6c6b16a
Update CHANGELOG 2025-06-17 10:42:50 +02:00
0f54cc615c
Bump BC to 1.81, update native-image reflect-config, resource-config 2025-06-17 10:30:42 +02:00
a74db2d26d
Merge pull request #475 from felhag/fix/typo-readme
Fixed typo in sop readme
2025-06-04 16:37:00 +02:00
Felix Hagemans
5f30df6d16 Fixed typo in sop readme 2025-06-04 16:02:23 +02:00
7953ade136
Bump checkstyle to 10.25.0
Fixes https://github.com/pgpainless/pgpainless/security/dependabot/24
2025-06-03 12:37:04 +02:00
0649c041cd
gradle: migrate to new shadow plugin namespace 2025-04-21 19:12:10 +02:00
5a413f53a4
Specify license information for native-image metadata 2025-04-21 19:11:52 +02:00
3b92ccc59d
PGPainless 1.7.7-SNAPSHOT 2025-04-14 16:05:05 +02:00
83613250ef
PGPainless 1.7.6 2025-04-14 15:55:29 +02:00
05c84835e6
Bump SOP-Java to 10.1.1 2025-04-14 15:31:49 +02:00
d20a3b7556
Add config files for nativeimage
Those were generated by running the following commands in order:

gradle -Pagent test
gradle metadataCopy --task test --dir src/main/resources/META-INF/native-image

gradle nativeCompile

The resulting nativeimage can resolve method calls that use reflection. Yay
2025-04-14 15:31:49 +02:00
2d0608cf0f
Re-add shadow plugin 2025-04-13 19:45:12 +02:00
143c9777d6
Implement graal nativeimage compilation
Requires sop-java 10.1.1-SNAPSHOT for now, as that version includes picocli configurations files
2025-04-03 15:27:49 +02:00
9ac928fcf1
Update changelog 2025-03-26 15:04:22 +01:00
811f72ffef
Fix RevocationSignatureBuilder properly calculating 3rd-party delegation revocations 2025-03-26 15:02:52 +01:00
a6f8058fb4
PGPainless 1.7.6-SNAPSHOT 2025-03-25 12:09:43 +01:00
de5ef4de00
PGPainless 1.7.5 2025-03-25 12:05:33 +01:00
2b9c5ea272
Update CHANGELOG 2025-03-25 12:01:29 +01:00
f054c30460
Upgrade gradle-wrapper to 8.8 2025-03-25 11:58:55 +01:00
65113a6d82
Rework gradle, making use of toolchain feature 2025-03-25 11:22:16 +01:00
a0254f47fb
Simplify mavenCentralChecksums task 2025-03-25 11:03:22 +01:00
eebd02e309
Perform coveralls task after jacocoRootReport 2025-03-20 18:18:40 +01:00
7dc4329c52
PGPainless 1.7.5-SNAPSHOT 2025-03-20 18:05:37 +01:00
f22cada0ce
PGPainless 1.7.4 2025-03-20 18:02:07 +01:00
cb51bb64f3
Update changelog 2025-03-20 17:35:08 +01:00