💾 Archived View for rawtext.club › ~sloum › geminilist › 006286.gmi captured on 2024-02-05 at 11:01:30. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

-=-=-=-=-=-=-

<-- back to the mailing list

Raw Public Keys - RFC 7250

Phil Leblanc philanc at gmail.com

Tue Apr 6 18:41:59 BST 2021

- - - - - - - - - - - - - - - - - - - 

Hi All,

Have any of you already used in your clients and servers Raw PublicKeys, as specified in RFC 7250?

It allows to pass raw public keys in a lightweight form ofcertificate. The main benefit is of course shorter certificates andlower parsing cost. With EC key exchange, the "cert" containing onlythe public key would be almost as small as the SHA256 of a regularcert!

And it seems that it is well suited to the TOFU approach. (the mainsecurity considerations - section 6 - do not apply with TOFU)

The RFC is already quite old (2014) and it is included in TLS v1.3.

Do you know how supported it is in common TLS libraries?

Phil