eap::get_cert_title() moved from TLS_UI to TLS

This commit is contained in:
2016-07-19 12:03:02 +02:00
parent 0ee9bade32
commit faea2f3771
4 changed files with 51 additions and 49 deletions

View File

@@ -20,12 +20,22 @@
#include <sal.h>
#include <WinStd/Common.h>
#include <Windows.h>
#include <WinCrypt.h> // Must include after <Windows.h>
namespace eap
{
///
/// TLS configuration
///
class config_tls;
///
/// Helper function to compile human-readable certificate name for UI display
///
winstd::tstring get_cert_title(PCCERT_CONTEXT cert);
}
namespace eapserial