BSafe vs. OpenSSL

2006-11-08 Thread Edward Chan
Title: BSafe vs. OpenSSL Has anyone done any performance measurements with Bsafe vs. OpenSSL for AES encryption?  Or even for general SSL performance?  Would you recommend Bsafe over OpenSSL for some things and not others, or vice versa? I'm sure OpenSSL is faster :)  But just curious what o

ssl connection with private key in hsm

2006-11-08 Thread Flavio Fanton
Hi, I have to connect to a web server with SSL connection and using a hsm private key (the key is not exportable): is it possible? The command I use is: openssl s_client -connect myserver.com:443 -cert cert.pem -engine chil -key privkey (privkey is the name of the key in hsm) and the error is:

Re: Problems with BIGNUM math operations using BN_div.

2006-11-08 Thread Marek Marcola
Hello, > I'm developing an application using OpenSSL math library BIGNUM. > I'd like to make a division using the function BN_div(result, rest, a, > b, ctx). However, this function return the result rounded towards > zero. > > Does OpenSSL offer a way to compute this division without rou

Problems with BIGNUM math operations using BN_div.

2006-11-08 Thread Rafael Cividanes
Hi,       I'm developing an application using OpenSSL math library BIGNUM. I'd like to make a division using the function BN_div(result, rest, a, b, ctx). However, this function return the result rounded towards zero.       Does OpenSSL offer a way to compute this division without round the re