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)
  2. int cert_verify_callback(int ok, X509_STORE_CTX* ctx)
    class NativeCrypto
    version(!Have_boringssl)
    extern (C) static
    int
    cert_verify_callback
    (
    int ok
    ,
    X509_STORE_CTX* ctx
    )

Meta