NativeCrypto.cert_verify_callback

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ssl_verify_result_t cert_verify_callback(SSL* ssl, uint8_t* out_alert)
    class NativeCrypto
    version(Have_boringssl)
    extern (C) static
    ssl_verify_result_t
    cert_verify_callback
    (
    SSL* ssl
    ,
    uint8_t* out_alert
    )
  2. int cert_verify_callback(int ok, X509_STORE_CTX* ctx)

Meta