sspi-rs icon indicating copy to clipboard operation
sspi-rs copied to clipboard

AcquireCredentialsHandle with an unknown package should return SecurityPackageNotFound

Open jborean93 opened this issue 2 years ago • 0 comments

Currently when calling AcquireCredentialsHandle with an invalid package name it returns SEC_E_INVALID_PARAMETER / InvalidParameter. When using SSPI actual the return value is actually SEC_E_SECPKG_NOT_FOUND / SecurityPackageNotFound. It would be great if they could align in behaviour here.

jborean93 avatar Sep 20 '23 21:09 jborean93