Home
last modified time | relevance | path

Searched refs:PrivateKeyPassphraseRequired (Results 1 – 5 of 5) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/NetSSL_OpenSSL/src/
H A DPrivateKeyPassphraseHandler.cpp29 …SSLManager::instance().PrivateKeyPassphraseRequired += Delegate<PrivateKeyPassphraseHandler, std::… in PrivateKeyPassphraseHandler()
37 …SSLManager::instance().PrivateKeyPassphraseRequired -= Delegate<PrivateKeyPassphraseHandler, std::… in ~PrivateKeyPassphraseHandler()
H A DSSLManager.cpp90 PrivateKeyPassphraseRequired.clear(); in shutdown()
227 SSLManager::instance().PrivateKeyPassphraseRequired.notify(&SSLManager::instance(), pwd); in privateKeyPassphraseCallback()
/dports/devel/poco/poco-1.10.1-all/NetSSL_OpenSSL/include/Poco/Net/
H A DSSLManager.h169 Poco::BasicEvent<std::string> PrivateKeyPassphraseRequired; variable
/dports/devel/poco/poco-1.10.1-all/doc/
H A D99100-ReleaseNotes.page1653 - Poco::Net::SSLManager: renamed PrivateKeyPassPhrase event to PrivateKeyPassphraseRequired
/dports/devel/poco/poco-1.10.1-all/
H A DCHANGELOG1517 - SSLManager: renamed PrivateKeyPassPhrase event to PrivateKeyPassphraseRequired