[Bug 1613658] Re: OPENSSL_init_library () crash in conjunction with faketime

2016-08-18 Thread Joy Latten
I forgot to add, we will file a bug with Debian to pick up this commit. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613658 Title: OPENSSL_init_library () crash in conjunction with faketime To ma

[Bug 1613658] Re: OPENSSL_init_library () crash in conjunction with faketime

2016-08-18 Thread Joy Latten
Marcelo and I took a look at this... o_init.c in openssl has following constructor, introduced for fips. void __attribute__ ((constructor)) OPENSSL_init_library(void) OPENSSL_init_library() when OPENSSL_FIPS is defined, calls RAND_init_fips() which eventually calls RAND_poll() which calls time(NU