Re: FIPS with CAPI Engine

2013-04-09 Thread k...@bitzermobile.com
start with SSL handshake with Protocol: TLSv1, Cipher: DHE-RSA-AES256-SHA 256 as a minimum and disable the others. -- View this message in context: http://openssl.6102.n7.nabble.com/FIPS-with-CAPI-Engine-tp26273p44713.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ___

Re: openssl-1.0.1c issue: invalid command:ssl_ciph.c:1170:

2013-04-09 Thread k...@bitzermobile.com
TLS is a protocol, and not a cipher. just enter openssl ciphers and you will see no protocols are returned. Your question doesn't sound right, as I use 1.0.1c on windows, iOS, and android FIPS/Non FIPS with no issues the last year. Can you share a bit more information? platform? handshake code, etc