Help for this page

Select Code to Download


  1. or download this
    ######################################################################
    +###
    MODULE = OpenCA::OpenSSL                PACKAGE = OpenCA::OpenSSL::CRL
    
    OpenCA_OpenSSL_CRL
    _new_from_der(SV * sv)
    
  2. or download this
    OpenCA_OpenSSL_CRL      T_PTROBJ_SPECIAL
    
    ...
    T_PTROBJ_SPECIAL
            sv_setref_pv($arg, \"${(my $ntt=$ntype)=~s/_/::/g;\$ntt}\",
            (void*)$var);
    
  3. or download this
    typedef X509_CRL      * OpenCA_OpenSSL_CRL;
    
  4. or download this
    ######################################################################
    +###
    MODULE = OpenCA::OpenSSL                PACKAGE = OpenCA::OpenSSL::CRL
    +Ptr         PREFIX = some_
    ...
        CODE:
            fprintf(stderr, "DESTROY\n");
            X509_CRL_free(crl);
    
  5. or download this
    sub test {
    my $crl;
    $crl = OpenCA::OpenSSL::CRL::_new_from_der ($keys->{DATA});
    }