jnthn / p6-io-socket-async-ssl

Asynchronous TLS sockets in Raku
11 stars 19 forks source link

Add method to get the server certificate #65

Open Leont opened 2 years ago

Leont commented 2 years ago

For purposes of channel binding (when SCRAM authenticating), it would be necessary for me to be able get my hands on the server certificate (as a blob, I need to hash it).

Leont commented 2 years ago

Or actually, I do need to know the hash associated with the signature algorithm too.

jnthn commented 2 years ago

I don't expect to have time for any feature development on this module for the foreseeable future, but will happily review a PR for this.

Zer0-Tolerance commented 1 year ago

Hello Jonathan, I would also need the same feature to get the all the server cert info, not sure how to do it otherwise I would be happy to work on a PR.