#1164·rustls

Improvements to client certificate support

Author: jbrCreated Jan 12, 2023Updated Jul 24, 2026

Within webpki and prior to a client cert being accepted,

  • CRL support
  • Path validation, likely incorporating webpki CRL support

After a connection has been established,

  • Provide pub api access to the [unparsed?] client certificate as well as issuer chain
  • Provide pub api access to the parsed certificate entities/fields/extensions, including the Subject entity