Re: use openssl function in own application

2013-12-14 Thread Matt Caswell
On 13 December 2013 17:33, andreas andreas.moro...@gmx.net wrote: Hello, in our public hospital we have a application that has to encrypt data with a certificate. At the moment we call a batch files that does openssl.exe rsautl -encrypt -in %1 -out %1.enc -inkey SanitelCF.cer -certin -pkcs

Re: [openssl-users] Somewhat conflicting configuration and strange behaviour

2013-12-14 Thread Walter H.
On 14.12.2013 00:00, Dr. Stephen Henson wrote: How are you disabling RSA key exchange? by setting all ciphers beginning with RSA to no in FF If you disable RSA for authentication too you'll hit problems if you don't have a non-RSA certificate. So for example: ECDHE-ECDSA-3DES-EDE-SHA needs

PBKDF2 doc

2013-12-14 Thread Adnan RIHAN
Hello ! I’m using OpenSSL 0.9.8 on mac (Mavericks), and I want to use a PBKDF but I can’t find any doc/man about it on OpenSSL’s website. I’m working on QCA, an OpenSSL wrapper for Qt, and when I arrived there was « PKCS5_PBKDF2_HMAC_SHA1 », a function I can’t find either on the OpenSSL