From rickard at opendnssec.org Sun Jan 10 08:41:47 2016 From: rickard at opendnssec.org (Rickard Bellgrim) Date: Sun, 10 Jan 2016 09:41:47 +0100 Subject: [Opendnssec-develop] Library (un)link issues. In-Reply-To: <566E8E13.5070602@nlnetlabs.nl> References: <566E8E13.5070602@nlnetlabs.nl> Message-ID: On Mon, Dec 14, 2015 at 10:38 AM, Yuri Schaeffer wrote: > What I suspect is that both libmysqlclient and softhsm link against > OpenSSL on user's system and double closing/unlinking of OpenSSL gives > this problem. When the lines are swapped it works more or less by > luck? Or maybe because mysql developers known about similar issues? > > In any case I don't know enough about this matter to make a meaningful > statement about which of the involved software should be fixed. > Looking for your 2 cents! > This is related to https://github.com/opendnssec/SoftHSMv2/issues/181 With Botan you can check if it has already been initialized by the calling application, thus knowing how to properly clean up. Is there a similar method for OpenSSL? The order should be: * Application initialize crypto library * Application initialize PKCS#11 library * PKCS#11 library initialize crypto library, if not initialized by the calling application * Application finalize PKCS#11 library * PKCS#11 library clean up crypto library, if it was initialized by the PKCS#11 library * Application clean up crypto library // Rickard -------------- next part -------------- An HTML attachment was scrubbed... URL: From berry at nlnetlabs.nl Tue Jan 19 09:43:18 2016 From: berry at nlnetlabs.nl (Berry A.W. van Halderen) Date: Tue, 19 Jan 2016 10:43:18 +0100 Subject: [Opendnssec-develop] Build environment jenkins outage for maintanance Message-ID: <569E0536.4040607@nlnetlabs.nl> To perform a necessary upgrade of the Jenkins environment and its plugins I'd like to inform you that ot will out or perform unexpectedly. This maintenance I would like to do next Friday the 22th of Januari starting 08:00 CET and may take the entire day. During that time the build-bot will be disabled and restarted. Regards, Berry van Halderen