cloudflare / quiche

šŸ„§ Savoury implementation of the QUIC transport protocol and HTTP/3

Home Page:https://docs.quic.tech/quiche/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connection.peer_cert_chain() is not exposed via FFI

lorban opened this issue Ā· comments

As of version 0.21.0, Connection.peer_cert is exposed via FFI as quiche_conn_peer_cert but Connection.peer_cert_chain isn't.

Could an extra quiche_conn_peer FFI function be added too?