kushaldas / johnnycanencrypt

Python module for OpenPGP written in Rust.
GNU Lesser General Public License v3.0
51 stars 9 forks source link

sign key #86

Closed euri10 closed 2 years ago

euri10 commented 2 years ago

greetings, what would be the "equivalent" in this nice library of sign_key here (https://pythonhosted.org/gnupg/gnupg.html#gnupg.GPG.sign_key) please ?

kushaldas commented 2 years ago

@euri10 Ah, we don't have this feature yet. Maybe in a future release.

euri10 commented 2 years ago

@euri10 Ah, we don't have this feature yet. Maybe in a future release.

would be nice, thanks !

kushaldas commented 2 years ago

@euri10 I am planning to add functions to sign the given user IDs for a given key, following https://docs.rs/sequoia-openpgp/1.10.0/sequoia_openpgp/packet/prelude/struct.UserID.html#method.certify

dkg commented 2 years ago

see also https://gitlab.com/dkg/openpgp-stateless-cli/-/issues/44

kushaldas commented 2 years ago

We need #104 first.

kushaldas commented 2 years ago

As per the chat on #sequoia channel, I will go forward without Trust amount & Trust depth for now, will only have standard certifying of user ids using various SignatureType for certification (default will be GenericCertification).