Re: Solved: X509_free vs. EVP_PKEY_free ?

2003-10-08 Thread Dr. Stephen Henson
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

Solved: X509_free vs. EVP_PKEY_free ?

2003-10-08 Thread Dann Daggett
> -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

X509_free vs. EVP_PKEY_free ?

2003-10-08 Thread Dann Daggett
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

Any library available for functions used by 'ipsec' utility.

2003-10-08 Thread Dattesh Lotlikar
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

how to build openssl to enable non-blocking I/O?

2003-10-08 Thread linux guy
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

Re: OpenSSL + ECC

2003-10-08 Thread Nils Larsch
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