Home
last modified time | relevance | path

Searched refs:x509 (Results 1 – 5 of 5) sorted by relevance

/fuzz/
A Dcert.cc22 bssl::UniquePtr<X509> x509(d2i_X509(nullptr, &buf, len)); in LLVMFuzzerTestOneInput() local
23 if (x509 != nullptr) { in LLVMFuzzerTestOneInput()
25 EVP_PKEY_free(X509_get_pubkey(x509.get())); in LLVMFuzzerTestOneInput()
28 x509v3_cache_extensions(x509.get()); in LLVMFuzzerTestOneInput()
31 for (int i = 0; i < X509_get_ext_count(x509.get()); i++) { in LLVMFuzzerTestOneInput()
32 const X509_EXTENSION *ext = X509_get_ext(x509.get(), i); in LLVMFuzzerTestOneInput()
56 int der_len = i2d_X509(x509.get(), &der); in LLVMFuzzerTestOneInput()
64 der_len = i2d_re_X509_tbs(x509.get(), &der); in LLVMFuzzerTestOneInput()
69 X509_print(bio, x509.get()); in LLVMFuzzerTestOneInput()
/fuzz/conf_corpus/
A Dc06bb154438af6218b8f58bc0f70520674fb309019 # "openssl x509" utility, name here the section containing the
A D48380f4be820e22599410baa62bb004274cbfac219 # "openssl x509" utility, name here the section containing the
A De455aa989be06525bd8cf5ab6d8f5406a973534727 # "openssl x509" utility, name here the section containing the
A D170c6e9fa613ab2781f872c57cd2c59fc01e076746 # "openssl x509" utility, name here the section containing the

Completed in 11 milliseconds