heiko · he/him
- https://floss.social/@hko
-
OpenPGP (mainly in Rust)
- Blog: https://openpgp.foo
- OpenPGP for application developers: https://openpgp.dev
- SOP with rPGP: https://crates.io/crates/rsop
-
Joined on
2022年12月02日
fix: Clearly separate the paths for the `rsop` and `rsopv` binaries
7d3ce834bb
fix: Clearly separate the paths for the
rsop and rsopv binaries
fix: Clearly separate the paths for the
rsop and rsopv binaries
Thanks for that cleanup!
20a39c8861
chore(rsop): release 0.9.3
Prevent adding duplicate OpenPGP User IDs
Great, thank you!
With
generate-key it is possible to generate a TSK with duplicate User ID packets and binding signatures
43271c075a
fix: Skip duplicate OpenPGP User IDs when adding them to
GenerateKey
c7ad67cda0
fix: Use
cfg macro to evaluate whether rsop or rsopv is compiled
Prevent adding duplicate OpenPGP User IDs
With
generate-key it is possible to generate a TSK with duplicate User ID packets and binding signatures
Good point. Thanks!
9f259069d8
port
4fc31619e7
port
Everything
I'll document our private discussion here:
ed812bf6a2
initial commit
Everything
Ah. Right. Finding good terms is hard 😅
Add batch commands to sign or decrypt multiple file at once
Right, fair enough.
Add batch commands to sign or decrypt multiple file at once
Have you looked at rsop-oct for your use case?