[Bug 1620345] Re: Slow startup due to FIPS selftest if openssl loaded

2016-09-06 Thread Seth Arnold
*** This bug is a duplicate of bug 1591797 *** https://bugs.launchpad.net/bugs/1591797 Nikita, thanks for the report; there's an openssl update currently in the -proposed pocket that removes this fledgling FIPS support, including the slow startup tests. Please see

[Bug 1620345] Re: Slow startup due to FIPS selftest if openssl loaded

2016-09-06 Thread Seth Arnold
*** This bug is a duplicate of bug 1591797 *** https://bugs.launchpad.net/bugs/1591797 ** This bug has been marked a duplicate of bug 1591797 Only run FIPS self tests when FIPS is enabled -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1620345] Re: Slow startup due to FIPS selftest if openssl loaded

2016-09-05 Thread Nikita Popov
>From a quick isolated test, running #include int main() { SSL_library_init(); return 0; } in time for i in `seq 1 1000`; do ./a.out; done takes 15 seconds for me due to the FIPS_selftest() call. This is just 15ms per process start, but it adds up if you have a