Opciones de validación general

X509_PURPOSE_SSL_CLIENT (int)
X509_PURPOSE_SSL_SERVER (int)
X509_PURPOSE_NS_SSL_SERVER (int)
X509_PURPOSE_SMIME_SIGN (int)
X509_PURPOSE_SMIME_ENCRYPT (int)
X509_PURPOSE_CRL_SIGN (int)
X509_PURPOSE_ANY (int)
X509_PURPOSE_OCSP_HELPER (int)
Verifica el certificado para su uso como ayudante de respondedor OCSP. Disponible a partir de PHP 8.4.0.
X509_PURPOSE_TIMESTAMP_SIGN (int)
Verifica el certificado para su uso como firmante de marcas de tiempo de confianza. Disponible a partir de PHP 8.4.0.
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top