mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
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:
@@ -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![
|
||||
|
||||
Reference in New Issue
Block a user