On Wed, Oct 08, 2003, Dann Daggett wrote:
> > -Original Message-
> > Greetings All,
> >
> > I have a ques about X509_free() vs. EVP_PKEY_free().
> > In my init code (err logic removed) I get the key using:
> >
> > x509 = PEM_read_X509(fp, NULL, NULL, NULL);
> > SrvPubKey = X509_g
> -Original Message-
> Greetings All,
>
> I have a ques about X509_free() vs. EVP_PKEY_free().
> In my init code (err logic removed) I get the key using:
>
> x509 = PEM_read_X509(fp, NULL, NULL, NULL);
> SrvPubKey = X509_get_pubkey(x509);
> X509_free(x509);
>
> And late
Greetings All,
I have a ques about X509_free() vs. EVP_PKEY_free().
In my init code (err logic removed) I get the key using:
x509 = PEM_read_X509(fp, NULL, NULL, NULL);
SrvPubKey = X509_get_pubkey(x509);
X509_free(x509);
And later in my exit code I use:
EVP_PKEY_f
Hello Users,
Is there
any library functions available for sub-commands of 'ipsec' utility viz ipsec
verify,etc??
Regards,
dattesh
*
Disclaimer
This message (including any attachments) contains
confidential information intend
any build option is provided to enable non-blocking I/O?
thx
--
__
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr
Powered by Outblaze
__
OpenSSL Project
Jeroen wrote:
Hello,
Does OpenSSL still have Sun's non-free ECC cryptography?
My Debian/Sid box has:
ii openssl0.9.7c-1 Secure Socket Layer (SSL) binary and related
OpenSSL 0.9.7c does *not* contain the ec stuff for curves over GF(2^m)
from sun (0.9.7 only contains some basic ec ar