encryption - Error Initializing OpenSSL module in perl -


hi newbie perl. how create pkcs7 signature in perl .any example code helpful. tried use openca::openssl. got error initializing openca::openssl instance. in advance....... code

$openssl = openca::openssl->new(path=>'/usr/bin/openssl'); $crl=$openssl->issuecrl(        cakey=>'passbook/key.pem',        cacert=>'passbook/certificate.pem',        passwd=>'somepass',        outfile=>'passbook/signature',        outform=>'der', ); 

the error message got

use of uninitialized value $initial_skip in concatenation (.) or string @ /usr/local/share/perl/5.14.2/parse/recdescent.pm line 3054." 


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -