Lines Matching full:x509
30 // Reads an X509 certificate from a PEM encoded string.
32 // @return a pointer to a new X509 certificate or NULL if there was an error
34 static X509* X509FromPEM(std::string pem);
36 // Converts an X509 certificate to a PEM encoded string.
37 // @param x509 the X509 certificate
39 static std::string X509ToPEM(X509* x509);
60 // Generates a self-signed X509 certificate.
64 // @return a new self-signed X509 certificate
65 static X509* GenerateSelfSignedCert(EVP_PKEY* pkey,