Lines Matching full:certificate
13 * certificate, and returns it
20 /** @brief Loads Certificate file into the X509 structure.
21 * @param[in] filePath - Certificate and key full file path.
28 * @brief Parses the certificate and throws error if certificate NotBefore date
30 * @param[in] cert Reference to certificate object uploaded
36 * @brief Validates the certificate against the trusted certificates store and
37 * throws error if certificate is not valid
39 * @param[in] cert Reference to certificate to be validated
45 * @brief Validates the certificate can be used in an SSL context, otherwise,
47 * @param[in] cert Reference to certificate to be validated
53 * @brief Generates certificate ID based on provided certificate file.
55 * @param[in] cert - Certificate object.
57 * @return Certificate ID as formatted string.
62 * @param[in] pem - PEM encoded X509 certificate buffer.