mirleft / ocaml-x509

X509 (RFC5280) handling in OCaml
BSD 2-Clause "Simplified" License
52 stars 33 forks source link

use distinguished_name, not X509_types.distinguished_name, in x509.mli #102

Closed yomimono closed 6 years ago

yomimono commented 6 years ago

X509_types is not exposed, so without this change users can't create distribution_point_names or distribution_points.

hannesm commented 6 years ago

thank you!