Lines Matching refs:certificate
55 OSSL_CMP_exec_IR_ses() requests an initial certificate from the given PKI.
57 OSSL_CMP_exec_CR_ses() requests an additional certificate.
59 OSSL_CMP_exec_P10CR_ses() conveys a legacy PKCS#10 CSR requesting a certificate.
61 OSSL_CMP_exec_KUR_ses() obtains an updated certificate.
63 These four types of certificate enrollment are implemented as macros
66 OSSL_CMP_exec_certreq() performs a certificate request of the type specified
68 For IR, CR, and KUR, the certificate template to be used in the request
79 When called for the first time (with no certificate request in progress for
80 the given I<ctx>) it starts a new transaction by sending a certificate request
85 If the requested certificate is available the function returns 1 and the
86 caller can use L<OSSL_CMP_CTX_get0_newCert(3)> to retrieve the new certificate.
87 If no error occurred but no certificate is available yet then
96 to see whether meanwhile the requested certificate is available.
97 If the caller decides to abort the pending certificate request and provides
101 OSSL_CMP_exec_RR_ses() requests the revocation of the certificate
106 typically return them as an indication that the certificate was already revoked.
128 pointer to the newly obtained X509 certificate on success, NULL on error.
132 OSSL_CMP_try_certreq() returns 1 if the requested certificate is available
134 or on successfully aborting a pending certificate request, 0 on error, and -1