Re: [openssl-users] How to use ADH with OpenSSL 1.1.0

2018-04-12 Thread Viktor Dukhovni
> On Apr 12, 2018, at 7:12 AM, Frykenvall, Per wrote: > > Then I tried adding :@SECLEVEL=0 to my cipher suite list. That made the > trick, but as far as I understand, it switches off some other cipher checks. > What's the recommended way of allowing ADH? For now just

[openssl-users] How to use ADH with OpenSSL 1.1.0

2018-04-12 Thread Frykenvall, Per
Hi, I need to permit some anonymous Diffie-Hellman ciphers in OpenSSL. This worked fine until I installed 1.1.0h when I get "no shared cipher". I debugged and found the cause in ssl_security_default_callback, ssl_cert.c line 1028: /* No unauthenticated ciphersuites */

Re: [openssl-users] Open ssl error "hex string is too long invalid hex key value"

2018-04-12 Thread Matt Caswell
On 12/04/18 07:05, shagun maheshwari wrote: > Hi, > > We are getting an error "OpenSSL error hex string is too long invalid hex key > value" . OpenSSL version we are using is openssl-1.0.2k-8.el7. We have solved > this issue by applying a patch in openssl package suggested by openssl >

[openssl-users] Open ssl error "hex string is too long invalid hex key value"

2018-04-12 Thread shagun maheshwari
Hi, We are getting an error "OpenSSL error hex string is too long invalid hex key value" . OpenSSL version we are using is openssl-1.0.2k-8.el7. We have solved this issue by applying a patch in openssl package suggested by openssl community