Re: [openssl-users] Appropriate use of SSL_CTX_set_cipher_list()

2018-07-18 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Ryan Beethe > Sent: Wednesday, July 18, 2018 14:25 > > For a safe client application, should you explicitly set the cipher list > explicitly, rather than trust the default cipher list that comes from > the package

Re: [openssl-users] Appropriate use of SSL_CTX_set_cipher_list()

2018-07-18 Thread Ryan Beethe
> Offhand, I'm not aware of other OSes that distribute implementations > of OpenSSL that require platform-specific cipher-list settings. Ok, that is very helpful to know > This strikes me as a Really Bad Idea on the part of the Fedora > developers While it is a pain to have to have to have a

Re: [openssl-users] Fwd: Re: command passwd

2018-07-18 Thread Salz, Rich via openssl-users
>where is file "libcrypto" ? In which directory of OpenSSL-1.1.1pre8 ? It is not distributed. It is a library built as part of the compile process. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Fwd: Re: command passwd

2018-07-18 Thread SchmiTTT
Hello Wim and Rich, where is file "libcrypto" ? In which directory of OpenSSL-1.1.1pre8 ? thx. Greetz. Val. Am Di, 17. Jul, 2018 um 5:49 P. M. schrieb SchmiTTT : Hello Wim, I did not mean "OpenSSL passwd" - I meant the normal passwd command in bash. Up to recent time this passwd

Re: [openssl-users] Appropriate use of SSL_CTX_set_cipher_list()

2018-07-18 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of Ryan Beethe > Sent: Tuesday, July 17, 2018 16:37 > > However, I realized that Fedora's packaging standards [1] require me to > elminate this line or use the special value "PROFILE=SYSTEM" for > CIPHERS. > > So that