Commits


leleftheriades authored and GitHub committed 4f0abe1dcc5
Fix: private key password now read from proper instance & SSL Connection Fix (#274) * SSL Private key password now uses password of the appropriate instance rather than last created one * Correction: passes passwordCallbackParameter to readPrivateKey and PEM_read_PrivateKey * Fixed SSLSocketInitiator onConnect if handshakeSSL fails will now properly remove connection from session and monitor. * Utility.cpp: Added socket_get_last_error utility method that returns the last socket error as string