Re: OPENSSL_config vs OPENSSL_init_crypto

2019-10-08 Thread Matt Caswell
ect because that's the default anyway - but it does no harm. OpenSSL 1.0.2 (out of support from the end of this year) does not automatically initialise/de-initialise and OPENSSL_init_crypto() and OPENSSL_init_ssl() do not even exist. Therefore you have to call initialisation functions expl

OPENSSL_config vs OPENSSL_init_crypto

2019-10-07 Thread Samuel Williams
Hello, I am trying to understand what is the correct initialization process for Ruby's SSL module. It's not my area so any input would be most welcome. https://github.com/ruby/openssl/pull/267 Thanks, Samuel

[openssl-users] Enable FIPS mode using OPENSSL_config()

2017-10-10 Thread security veteran
Hi All: My understand is by using OPENSSL_config(), we will be able to enable the FIPS mode globally on the system, is that correct? My question is, if we enable FIPS mode through configuration and using OPENSSL_config(), does it means for all the applications which link to OpenSSL library

Re: [openssl-users] OpenSSL FIPS: OPENSSL_config() and self-tests

2016-02-02 Thread security veteran
Hi All: Based on the OpenSSL FIPS user guide, the FIPS_mode_set API from the OpenSSL FIPS modules run a the necessary self-tests. I was wondering does the OPENSSL_config() API also run the self-tests? Your suggestions are greatly appreciated. Thanks. On Mon, Feb 1, 2016 at 1:37 PM, security

Re: [openssl-users] OpenSSL FIPS: OPENSSL_config() and self-tests

2016-02-02 Thread Dr. Stephen Henson
On Tue, Feb 02, 2016, security veteran wrote: > Hi All: > > Based on the OpenSSL FIPS user guide, the FIPS_mode_set API from the > OpenSSL FIPS modules run a the necessary self-tests. > > I was wondering does the OPENSSL_config() API also run the self-tests? > Short

[openssl-users] OpenSSL FIPS: OPENSSL_config() and self-tests

2016-02-01 Thread security veteran
Hi All: Based on the OpenSSL FIPS user guide, the FIPS_mode_set API from the OpenSSL FIPS modules run a the necessary self-tests. I was wondering does the OPENSSL_config() API also run the self-tests? Thanks. ___ openssl-users mailing list

[openssl-users] How to enable the FIPS mode of the OpenSSL FIPS modules by calling OPENSSL_Config() API?

2015-09-15 Thread security veteran
>From the User Guide of OpenSSL FIPS Object Module v2.0, page 54, it mentioned the FIPS mode can be initialized indirectly by indirect call vial OPENSSL_config() API. My question is, from where should we call this API? If we use Apache and Python as examples, does that mean both of them n

repeated OPENSSL_config

2010-03-03 Thread Игорь Дмитриев
Hello, all ! openssl1.0.0beta5 Why OPENSSL_config(...) don't set openssl_configured flag ? Whether is allowed repeated call ? __ OpenSSL Project http://www.openssl.org User Support Mailing List

OPENSSL_config

2009-01-07 Thread Chikkanagappa, Manjula
I am trying to enable fips mode through OPENSSL_config and it is failing. Could you any one throw more light on this? I am running on windows 32 bit and using VC++ SP6. Openssl.conf file FIPS_conf = FIPS_options [ FIPS_options ] fips_mode = yes Program int main