Well, I looked at this library. But I'm afraid this won't serve the purpose
I've in mind. The specific needs I'm looking for are:

* Parse a certificate and return it's details (Such as DN, Issuer)
* Verify a certificate's integrity
* get a PEM encoded certificate from a DER-encoded and vice-versa
* Create Certificate request in PKCS10 format

All these are supported by OpenSSL currently. I just wanted to find a client
library of OpenSSL that performs these functions instead of calling OpenSSL
directly using an IPC call. But looks like I do not have much of a choice.
Thank you very much for your suggestion though.

Rajesh

-----Original Message-----
From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED]
Sent: Saturday, September 20, 2003 10:05 AM
To: Rajesh Dorairajan
Cc: '[EMAIL PROTECTED]'
Subject: Re: Looking for a good OpenSSL/Perl library


Rajesh Dorairajan wrote:
> Does anyone know where I can find a good implementation of OpenSSL library
> on Perl. I tried Massimmilio Pala's OpenCA::OpenSSL and ran into some
issues
> there. Specifically, I am not able to generate a request. Whatever DN
string
> I pass does not seem to be acceptable to the underlying OpenSSL library. I
> went through the source and could not figure out where the problem lies. I
> searched CPAN and openssl sites and they do not seem to have a better
> implementation of OpenSSL. Anyone know  where I can find a more complete
> implementation of OpenSSL in Perl?
> 

Will this work...?

http://search.cpan.org/author/BEHROOZI/IO-Socket-SSL-0.95/SSL.pm

http://danconia.org

Reply via email to