You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right, the "features" subpacket itself is old and established. All software should be able to tolerate it, including if it has bits set that the software doesn't know about.
This is how it is done in rpgpie for v6 keys:
https://codeberg.org/heiko/rpgpie/src/commit/f1cc0d8c634a4d8af363d1500b187449e791bd49/src/tsk.rs#L283
We currently generate v4 keys, but RFC 4880 already defined features subpacket:
https://www.rfc-editor.org/rfc/rfc4880#section-5.2.3.24
This will allow other clients, including new versions of Delta Chat, to detect that contacts support SEIPDv2 and send SEIPDv2 packets.
Regenerating existing signatures is out of scope for the issue, we should make sure new keys have Features subpacket first.
With
rsop
usingrpgpie
new generated v6 keys have Features subpacket,rsop generate-key --profile rfc9580 | rpacket dump /dev/stdin
shows:The text was updated successfully, but these errors were encountered: