Alexandre Julliard pushed to branch master at wine / wine
Commits: 8f5730eb by Dmitry Timoshkov at 2025-06-11T14:07:54+02:00 kerberos: EncryptMessage() should fail if context doesn't support confidentiality.
Manual testing shows that EncryptMessage() returns SEC_E_UNSUPPORTED_FUNCTION in that case.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru
- - - - - 90bde14f by Dmitry Timoshkov at 2025-06-11T14:07:54+02:00 kerberos: When requested confidentiality InitializeSecurityContext() should also add integrity.
Manual testing shows that InitializeSecurityContext(ISC_REQ_CONFIDENTIALITY) returns ISC_RET_INTEGRITY in attributes, but not the other way around.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru
- - - - -
1 changed file:
- dlls/kerberos/unixlib.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d19869341c633d6c5e59b5bd598b02...