0027a3ed24
SOP generate-key: Implement additional profiles
2025-06-17 13:31:46 +02:00
d1861e51cd
Improve API for signatures in results
2025-06-17 13:31:09 +02:00
1e67447efd
Port ExtractCertCmdTest
2025-06-17 13:31:06 +02:00
c8694840d8
Migrate some tests to new API
2025-06-17 13:31:05 +02:00
0b165ee273
Even more migration and code compiles again
2025-06-17 13:29:29 +02:00
53053cf3fc
Change return type of KeyRingBuilder.build() to OpenPGPKey
2025-06-17 13:29:29 +02:00
41a1d0d596
KeyRingInfo: Expose OpenPGPComponentKey in place of PGPPublicKey, OpenPGPSecretKey instead of PGPSecretKey
2025-06-17 13:29:28 +02:00
0f54cc615c
Bump BC to 1.81, update native-image reflect-config, resource-config
2025-06-17 10:30:42 +02:00
0649c041cd
gradle: migrate to new shadow plugin namespace
2025-04-21 19:12:10 +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
65113a6d82
Rework gradle, making use of toolchain feature
2025-03-25 11:22:16 +01:00
bfdbac0f2d
Fix test by comparing to CRLF'd plaintext
2025-02-22 17:26:21 +01:00
5018386318
Extract pgpainless-sop-version property via resource filtering
2024-12-21 13:24:05 +01:00
a43ae43722
Bump logback to 1.5.13
...
I hope I mitigated logback spam by modifying the logback.xml file and by
setting 'slf4j.internal.verbosity' to 'WARN'.
See https://github.com/pgpainless/pgpainless/issues/426 for reference
2024-12-21 12:43:05 +01:00
3e96af5450
Remove dependency on deprecated com.ginsberg:junit5-system-exit library
2024-12-21 11:14:37 +01:00
0378145b21
Merge branch 'eddsaLegacy'
2024-06-21 13:57:49 +02:00
0b7511a223
Remove tests for armor --label
2024-03-30 19:07:12 +01:00
fe80b1185e
Update man pages
2024-03-24 16:43:27 +01:00
b756de3082
Rename XDH to XDH_LEGACY
2024-02-21 15:19:33 +01:00
a898323209
Rename KeyType.EDDSA to KeyType.EDDSA_LEGACY
2024-02-21 14:57:02 +01:00
8f53952c7c
Update man pages
2023-07-12 16:00:54 +02:00
06fd04ac76
Fix error message in rewriteManPages script
2023-07-12 15:59:38 +02:00
d707ecd20e
Disable now broken test caused by parsing certificates from secret keys
2023-07-07 10:44:16 +02:00
7f5bc91f6b
Add tests for ListProfilesCmd
2023-06-13 15:52:20 +02:00
d9ab91516d
Add encrypt-decrypt roundtrip test for rfc4880 profile to cli tests
2023-06-13 15:43:48 +02:00
8fe3a7159d
Report PGPainless version in sop version --backend
2023-05-08 16:01:59 +02:00
558036c485
Update man pages
2023-04-27 15:23:37 +02:00
eb45dee04f
rewriteManPages script: Remind to run
...
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings in sop repo
2023-04-27 15:22:43 +02:00
eb1ff27a90
Bump sop-java to 6.1.0
2023-04-27 15:15:42 +02:00
e3bacdbe35
Introduce VerificationHelper class and export signature mode in decrypt operation
2023-04-18 18:53:50 +02:00
2ec176e938
DetachedVerifyImpl: Export signature mode in Verification result
2023-04-18 18:39:52 +02:00
05968533a5
InlineVerifyImpl: Export signature mode in Verification result
2023-04-18 18:35:47 +02:00
926e540016
Test fine-grained SOP spec version
2023-04-17 16:01:17 +02:00
b58861635d
Add some missing javadoc
2023-01-16 19:38:52 +01:00
9919bbf013
Enable test for reading broken keys in SOP
2022-11-24 22:20:02 +01:00
6926cedf61
Fix compilation errors and simplify LayerIterator by introducing Packet interface
2022-11-23 20:42:54 +01:00
a19fc9ebda
Add tests for inline-detach
2022-11-23 20:42:17 +01:00
ab82a638cc
Add tests for inline-sign
2022-11-23 20:42:17 +01:00
75c39c2fde
Add tests for inline-verify
2022-11-23 20:42:17 +01:00
508864c4ff
Add test for inline-sign --as=text
2022-11-23 20:42:17 +01:00
ce929fd055
Add inline-verify test for message without verifiable signatures
2022-11-23 20:42:17 +01:00
a9014f1985
Add disabled test for broken data during dearmor
2022-11-23 20:42:17 +01:00
b9f985a84c
Add tests for SOP decrypt
2022-11-23 20:42:17 +01:00
de76f4b3a9
Fix indentation for CLI tests
2022-11-23 20:42:17 +01:00
b9152d5cde
SOP: Add test to ensure that armoring already-armored data is idempotent
2022-11-23 20:42:17 +01:00
b7478729b1
Update man pages
...
Since commit 0e777de14f927ad4b265adfc5ba201be29b1bde1 in pgpainless/sop-java,
man page generation is reproducible.
This very commit adopts reproducible man pages for the first time
2022-11-23 20:42:17 +01:00
90c3a01577
Add test to verify proper functionality of MatchMakingSecretKeyRingProtector
2022-11-23 20:42:17 +01:00
86c7229172
Do not reject bnacksig signatures when they predate subkey binding date
...
Fixes #334
SOP verify: force data to be non-openpgp data
Update changelog
SOP: Unify key/certificate reading code
Fix key/password matching in SOPs detached sign command
Rework CLI tests
update changelog
PGPainless 1.3.11
PGPainless 1.3.12-SNAPSHOT
Merge branch 'release/1.3'
2022-11-23 20:42:17 +01:00