uma ramdoss wrote:
hai,
     i am developing an application which involves
extracting public key from certificates. can anyone
help me on how to do it.


Possibly, but your question does not appear related to CGI so you may get more/better answers from a different mailing list. There is a crypto perl list, as well as the beginners list (which often deals with advanced topics so feel free to post there). What kind of public key/certificate are you using? Does the software that is related have a mechanism for this?


     i have another prblem. i used openssl to generate
rsa private and public key. i used Crypt::OpenSSL::RSA
to load the public and the private keys. the private
key is loaded successfully but for the public


I ran into this with a module that wraps some of the crypto ones, are you able to explicitly set the location of the key? Have you done so? I can't remember which but one of the crypto modules assumes an old version of the default name of the key, rather than the 2.0 version. You should check to see what your key names are, whether you are passing the path correctly, or whether it is looking for a default key which may have a different default name these days.


Hope this gets you started,

http://danconia.org


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to