Up

Module Ffi

Signature

module Ssl_error : sig .. end
module Verify_mode : sig .. end
module Ssl_ctx : sig .. end
module Bio : sig .. end
module ASN1_object : sig .. end
module ASN1_string : sig .. end
module X509_name_entry : sig .. end
module X509_name : sig .. end
module X509 : sig .. end
module Ssl_session : sig .. end
module Ssl : sig .. end
val get_error_stack : unit -> string list

Pops all errors off of the openssl error stack, returning them as a list of human-readable strings. The most recent errors will be at the head of the list.