Searched refs:x509 (Results 1 – 5 of 5) sorted by relevance
/fuzz/ |
A D | cert.cc | 22 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 D | c06bb154438af6218b8f58bc0f70520674fb3090 | 19 # "openssl x509" utility, name here the section containing the
|
A D | 48380f4be820e22599410baa62bb004274cbfac2 | 19 # "openssl x509" utility, name here the section containing the
|
A D | e455aa989be06525bd8cf5ab6d8f5406a9735347 | 27 # "openssl x509" utility, name here the section containing the
|
A D | 170c6e9fa613ab2781f872c57cd2c59fc01e0767 | 46 # "openssl x509" utility, name here the section containing the
|
Completed in 11 milliseconds