Re: Getting pubkey fingerprint in libcurl

2021-03-14 Thread Ray Satiro via curl-library
On 3/12/2021 7:13 AM, Morten Minde Neergaard wrote: At 01:02, Tue 2021-03-02, Ray Satiro via curl-library wrote: On 2/26/2021 4:10 PM, Morten Minde Neergaard via curl-library wrote: [...] It would be a lot more elegant if there were an option to get the pubkey fingerprint directly, using the

Re: Getting pubkey fingerprint in libcurl

2021-03-01 Thread Ray Satiro via curl-library
On 2/26/2021 4:10 PM, Morten Minde Neergaard via curl-library wrote: I'm making an app that's using public key pinning, and it would be very helpful to have programmatic access to the pubkey fingerprint. The app currently has a huge and horrible mountain of platform- and backend-specific code

Getting pubkey fingerprint in libcurl

2021-02-26 Thread Morten Minde Neergaard via curl-library
Hi, I'm making an app that's using public key pinning, and it would be very helpful to have programmatic access to the pubkey fingerprint. The app currently has a huge and horrible mountain of platform- and backend-specific code that extracts the public key fingerprint from the TLS backend before