|
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 |
|
|
cf638da130
|
Bump sop spec to 8
|
2023-11-15 19:09:15 +01:00 |
|
|
608ec0b7b0
|
Annotate methods with @Nonnull
|
2023-11-15 13:39:26 +01:00 |
|
|
5fce443ad9
|
Kotlin conversion: SecretKeyRingProtector and subclasses
|
2023-10-09 12:44:19 +02:00 |
|
|
48af91efbf
|
Kotlin conversion: Cleartext Signature Framework
|
2023-10-09 12:29:34 +02:00 |
|
|
8bc2338463
|
Bump BC to 1.76
|
2023-08-01 14:27:49 +02:00 |
|
|
22b4b93be8
|
Replace jetbrains annotations package with jsr305
|
2023-07-19 12:43:23 +02:00 |
|
|
c69af33588
|
revoke-key: Generate hard instead of soft revocation
|
2023-07-12 15:27:36 +02:00 |
|
|
e5539a810d
|
Use KeyReader class when reading public or secret keys
|
2023-07-12 15:25:03 +02:00 |
|
|
744c679e0c
|
Bump SOP_VERSION to 7
|
2023-07-12 01:37:19 +02:00 |
|
|
9c216e1ff4
|
Implement '--signing-only' option for 'generate-key' subcommand
|
2023-07-12 01:07:29 +02:00 |
|
|
d3fe850c95
|
Initial implementation of 'change-key-password' command of SOP-07
|
2023-07-12 00:40:59 +02:00 |
|
|
37bbe8bb39
|
Initial implementation of the new revoke-key command from SOP-07
|
2023-07-11 23:15:22 +02:00 |
|
|
5cdd68c4cc
|
Add documentation to ListProfilesImpl
|
2023-05-16 16:49:50 +02:00 |
|
|
7d049d0ac4
|
Simplify KeyReader
|
2023-05-16 16:48:21 +02:00 |
|
|
a369f1c103
|
Fix checkstyle
|
2023-05-09 19:07:07 +02:00 |
|
|
8fe3a7159d
|
Report PGPainless version in sop version --backend
|
2023-05-08 16:01:59 +02:00 |
|
|
005b9d477a
|
KeyRingReader: Remove unused @throws IOException
|
2023-05-03 17:23:13 +02:00 |
|
|
a8ab93a49a
|
SOP: GenerateKey with --profile=rfc4880 now generates RSA key with subkeys
|
2023-05-03 14:07:33 +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 |
|
|
e465ae60a7
|
VersionImpl: Fix outdated method names
|
2023-04-17 16:22:54 +02:00 |
|
|
676e7d166a
|
EncryptImpl: Rename default profile, add documentation
|
2023-04-17 16:06:45 +02:00 |
|
|
926e540016
|
Test fine-grained SOP spec version
|
2023-04-17 16:01:17 +02:00 |
|
|
3b1edb076c
|
Basic support for sop encrypt --profile=XXX
|
2023-04-17 16:01:17 +02:00 |
|
|
5b363de6e4
|
Implement VersionImpl.getSopSpecVersion()
|
2023-04-17 16:01:17 +02:00 |
|
|
446d121777
|
Bump SOP version in VersionImpl to 06
|
2023-04-17 16:01:17 +02:00 |
|
|
6371485929
|
Add some clarifying comments to GenerateKeyImpl
|
2023-04-17 14:51:50 +02:00 |
|
|
702fdf085c
|
Thin out and rename profiles of generate-key
|
2023-04-17 12:49:23 +02:00 |
|
|
b79e706d65
|
Bump SOP version in VersionImpl to 05
|
2023-04-14 16:18:15 +02:00 |
|
|
e35287a666
|
Add support for SOP05 features
|
2023-04-14 16:18:15 +02:00 |
|
|
83ef9cfe80
|
SOP encrypt: Throw MissingArg if no encryption method was provided.
|
2023-01-31 18:20:03 +01:00 |
|
|
b58861635d
|
Add some missing javadoc
|
2023-01-16 19:38:52 +01:00 |
|
|
3b2d0795f7
|
Fix NPE when sop generate-key --with-key-password is used with multiple uids
Fixes #351
|
2023-01-09 16:54:58 +01:00 |
|
|
2d46fb18f7
|
SOP: Allow generation of keys without user-ids
|
2022-12-15 18:04:59 +01:00 |
|
|
66abd5f65f
|
Cleartext-signatures MUST use TEXT mode
|
2022-12-15 18:04:53 +01:00 |
|
|
68886613a6
|
SOP KeyReader: wrap IOException in BadData
|
2022-11-24 22:14:06 +01:00 |
|
|
25190fc5df
|
SOP: Use new MessageMetadata class
|
2022-11-23 20:42:54 +01:00 |
|
|
6926cedf61
|
Fix compilation errors and simplify LayerIterator by introducing Packet interface
|
2022-11-23 20:42:54 +01:00 |
|
|
4594b494a9
|
Implement signature verification with certificate stores as cert source
|
2022-11-23 20:42:17 +01:00 |
|
|
a013ab4ebb
|
Wrap MalformedOpenPgpMessageException in BadData
|
2022-11-23 20:40:40 +01:00 |
|
|
09f94944b3
|
Remove unnecessary throws declarations
|
2022-11-23 20:40:03 +01:00 |
|
|
243d64fcb4
|
Bump sop-java to 4.0.5 and adopt changes (--as=clearsigned)
|
2022-11-11 13:46:43 +01:00 |
|
|
86b06ee5e3
|
SOP: Hide armor version header by default
|
2022-11-11 13:46:43 +01:00 |
|
|
48005da7f3
|
SOP : Do not armor already-armored data.
|
2022-11-11 13:46:40 +01:00 |
|
|
fd55ce3657
|
Fix key/password matching in SOPs detached sign command
|
2022-11-09 22:01:52 +01:00 |
|
|
e15dd70b85
|
SOP: Unify key/certificate reading code
|
2022-11-09 22:01:20 +01:00 |
|
|
c77c96f849
|
SOP verify: force data to be non-openpgp data
|
2022-11-09 15:44:34 +01:00 |
|