Ssl.close_notify to perform a one-way shutdown (#63, #96).Add a few verification functions (#71):
add_extra_chain_cert to send additional chain certificates to the peer.add_cert_to_store: to allow verification of the peer certificate CA.set_ip: sets the expected IP address to be verified on a SSL socket.use_certificate_from_string (#71) to read any type of key (rather than just RSA).CAMLparamX and CAMLreturn calls (#90).digest function (#65, #66).client_verify_callback for NO_NAKED_POINTERS mode. A user-provided verification function in C remains an out-of-heap pointer for 4.x for compatibility, but is boxed for OCaml 5.x or 4.x when configured with --disable-naked-pointers. (#83)use_certificate_from_string (#54).get_verify_error_string, get_start_date, get_expiration_date (#57).version (#60).