Crypt-OpenSSL-VerifyX509
view release on metacpan or search on metacpan
VerifyX509.xs view on Meta::CPAN
X509_STORE_CTX_free(csc);
OUTPUT:
RETVAL
void
DESTROY(store)
Crypt::OpenSSL::VerifyX509 store;
PPCODE:
if (store) X509_STORE_free(store); store = 0;
#if OPENSSL_API_COMPAT >= 0x10100000L
void
__X509_cleanup(void)
PPCODE:
/* deinitialisation is done automatically */
#else
void
__X509_cleanup(void)
PPCODE:
CRYPTO_cleanup_all_ex_data();
ERR_free_strings();
ERR_remove_state(0);
EVP_cleanup();
#endif
( run in 2.960 seconds using v1.01-cache-2.11-cpan-71847e10f99 )