crocs-muni / usable-cert-validation

Research initiative to make TLS certificate validation usable.
https://x509errors.org
MIT License
19 stars 3 forks source link

gnutls.md function typo fixed #130

Closed Werxis closed 2 years ago

Werxis commented 2 years ago

On the x509errors website, under the "guides" section for gnutls, there is incorrect usage of gnutls_certificate_type_get2() function. According to the documentation, the function gnutls_certificate_type_get() should be used instead, without the 2.