Crypt-OpenSSL-Verify

 view release on metacpan or  search on metacpan

Verify.xs  view on Meta::CPAN


        X509_STORE_CTX_free(csc);

    OUTPUT:

        RETVAL

#if OPENSSL_VERSION_NUMBER >= 10100
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 0.767 second using v1.01-cache-2.11-cpan-71847e10f99 )