Home
last modified time | relevance | path

Searched refs:crl (Results 1 – 3 of 3) sorted by relevance

/programs/x509/
A Dcrl_app.c54 mbedtls_x509_crl crl; in main() local
61 mbedtls_x509_crl_init(&crl); in main()
98 ret = mbedtls_x509_crl_parse_file(&crl, opt.filename); in main()
102 mbedtls_x509_crl_free(&crl); in main()
112 ret = mbedtls_x509_crl_info((char *) buf, sizeof(buf) - 1, " ", &crl); in main()
115 mbedtls_x509_crl_free(&crl); in main()
124 mbedtls_x509_crl_free(&crl); in main()
/programs/fuzz/
A Dfuzz_x509crl.c11 mbedtls_x509_crl crl; in LLVMFuzzerTestOneInput() local
14 mbedtls_x509_crl_init(&crl); in LLVMFuzzerTestOneInput()
19 ret = mbedtls_x509_crl_parse(&crl, Data, Size); in LLVMFuzzerTestOneInput()
22 ret = mbedtls_x509_crl_info((char *) buf, sizeof(buf) - 1, " ", &crl); in LLVMFuzzerTestOneInput()
31 mbedtls_x509_crl_free(&crl); in LLVMFuzzerTestOneInput()
/programs/ssl/
A Dssl_server2.c756 mbedtls_x509_crl *crl; member
775 mbedtls_x509_crl_free(cur->crl); in sni_free()
776 mbedtls_free(cur->crl); in sni_free()
848 if ((new->crl = mbedtls_calloc(1, sizeof(mbedtls_x509_crl))) == NULL) { in sni_parse()
852 mbedtls_x509_crl_init(new->crl); in sni_parse()
854 if (mbedtls_x509_crl_parse_file(new->crl, crl_file) != 0) { in sni_parse()
927 mbedtls_ssl_set_hs_ca_chain(ssl, cur->ca, cur->crl); in cert_callback()

Completed in 16 milliseconds