Searched refs:crl (Results 1 – 3 of 3) sorted by relevance
| /programs/x509/ |
| A D | crl_app.c | 54 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 D | fuzz_x509crl.c | 11 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 D | ssl_server2.c | 756 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