In message <[EMAIL PROTECTED]> on Wed, 18 Jun 2003 14:39:43 -0400, "Lu, Steve" <[EMAIL
PROTECTED]> said:
SLu> Hi,
SLu>
SLu> I try to migrate my app from BSAFE to Openssl.
SLu> But found RC2 to be incompatible in the following sense:
SLu>
SLu> I created two encryptString functions, one using BSA
Hi,
I try to migrate my app from BSAFE to Openssl.
But found RC2 to be incompatible in the following sense:
I created two encryptString functions, one using BSAFE Crypto-C
and the other using Openssl EVP_Cipher routines.
I pass them both the same passphrase and salt.
I set the effective key lengt
I have been asked to verify the ECC as I have used from Openssl using
some well know test vectors. Does anyone know where I can get some ECC
test vectors that I could use? I've looked and really have not come up
with anything. Looking for ones doing ECDH and MQV. I'm assuming that
these test ve
Hi all,
We're trying to compile some data on the amount of overhead that certs add
to packets when authenticating to an ldap directory, as well as general
network statistics, cpu usage, performance impact of certs, etc, does anyone
have any material on this? Any help is greatly appreciated, th
Henrik Nordal Rask wrote:
Didn't get an answer the last time I asked this so I thoght i'd try one time more :-)
When I create an elleiptic curve key using the command lline ´openssl ecparam -genkey -name ´curve´´ I get a relatively small key file.
But if I try to generate a key using the function
Didn't get an answer the last time I asked this so I thoght i'd try one time more :-)
When I create an elleiptic curve key using the command lline ´openssl ecparam -genkey
-name ´curve´´ I get a relatively small key file.
But if I try to generate a key using the function EC_KEY_generate_key and
Hello, how can I use SSL_set_session to reuse a session.
Is necessary to use SSL_CTX_set_session_cache_mode.
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[
Hi,
I want to build the libs on AIX 5.1 using gcc 3.1, and I intend to use it in
multithreaded applications. The config script has no default multithreading
settings for AIX, so this is how I configured OpenSSL:
./Configure aix43-gcc threads -D_REENTRANT
'make depend' and 'make' ran smoothly, a