ocaml-x509 icon indicating copy to clipboard operation
ocaml-x509 copied to clipboard

Rename Authenticator.server_{cert,key}_fingerprint

Open reynir opened this issue 2 years ago • 0 comments

By dropping the server_ prefix. The functions do not check that the certificate have extended key usage of server auth and could just as well be used to authenticate clients (although the server case is more likely). The old names are kept as aliases and a deprecation attribute is added.

This may result in some churn, but judging from sherlocode it doesn't look too bad.

reynir avatar Nov 01 '23 11:11 reynir