boost-wintls icon indicating copy to clipboard operation
boost-wintls copied to clipboard

Native Windows TLS stream wrapper for use with Asio

Results 12 boost-wintls issues
Sort by recently updated
recently updated
newest added

A simple attempt at fixing the issues with UNICODE. I've not removed the countermeasures already implemented. Work towards: https://github.com/laudrup/boost-wintls/issues/84

``` inline SECURITY_STATUS AcquireCredentialsHandle(SEC_CHAR* pPrincipal, SEC_CHAR* pPackage, unsigned long fCredentialUse, void* pvLogonId, void* pAuthData, SEC_GET_KEY_FN pGetKeyFn, void* pvGetKeyArgument, PCredHandle phCredential, PTimeStamp ptsExpiry) ``` If the build system defines UNICODE, AcquireCredentialsHandle...