Searched refs:certs (Results 1 – 3 of 3) sorted by relevance
171 mbedtls_x509_crt *certs) in pkcs7_get_certificates() argument207 if ((ret = mbedtls_x509_crt_parse_der(certs, start, len1)) < 0) { in pkcs7_get_certificates()518 mbedtls_x509_crt_init(&signed_data->certs); in pkcs7_get_signed_data()519 ret = pkcs7_get_certificates(&p, end, &signed_data->certs); in pkcs7_get_signed_data()758 mbedtls_x509_crt_free(&pkcs7->signed_data.certs); in mbedtls_pkcs7_free()
127 mbedtls_x509_crt MBEDTLS_PRIVATE(certs);
1855 * Remove certs module from the API.2499 certs as invalid when mbedtls did not.3062 * Add DER-encoded test CRTs to library/certs.c, allowing3214 * Server's RSA certificate in certs.c was SHA-1 signed. In the default4829 * test_ca_list (from certs.h) is renamed to test_cas_pem and is only4831 * Test certificates in certs.c are no longer guaranteed to be nul-terminated4857 * Removed test DHM parameters from the test certs module.