feat: advertise SEIPDv2 feature for new keys

SEIPDv2 is supported, but adding feature flag
to keys is not enabled by default in rPGP.
This commit is contained in:
link2xt
2026-02-25 20:21:30 +00:00
committed by l
parent a6c7958739
commit 5f248954dc

View File

@@ -76,6 +76,7 @@ pub(crate) fn create_keypair(addr: EmailAddress) -> Result<SignedSecretKey> {
.key_type(signing_key_type)
.can_certify(true)
.can_sign(true)
.feature_seipd_v2(true)
.primary_user_id(user_id)
.passphrase(None)
.preferred_symmetric_algorithms(smallvec![