X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fx509.h;fp=include%2Fopenssl%2Fx509.h;h=2212ceeedc8566b89515de1ce527f44d0c0023f7;hp=b0e33d528645fd4d251f5a7fedeb63b86beeaf44;hb=0d8dbb52e3900fdd096ca1765137958340fb8497;hpb=4cec750c2f08faa7f7cdfcfa02fc4264d3c2ac95 diff --git a/include/openssl/x509.h b/include/openssl/x509.h index b0e33d5286..2212ceeedc 100644 --- a/include/openssl/x509.h +++ b/include/openssl/x509.h @@ -345,6 +345,7 @@ const char *X509_verify_cert_error_string(long n); int X509_verify_ex(X509 *a, EVP_PKEY *r, OPENSSL_CTX *libctx, const char *propq); int X509_verify(X509 *a, EVP_PKEY *r); +int X509_self_signed(X509 *cert, int verify_signature); int X509_REQ_verify_ex(X509_REQ *a, EVP_PKEY *r, OPENSSL_CTX *libctx, const char *propq);