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
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:
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
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