Devolutions / Devolutions/sspi-rs
AcquireCredentialsHandle with an unknown package should return SecurityPackageNotFound
Open
- Dominant language
- Rust
- Stars
- 83
- Forks
- 50
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 9
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.