-
f32bad4d
by Hans Leidekker at 2025-06-04T20:29:57+02:00
msv1_0: Pass a SecBuffer to create_signature() instead of an index.
-
e17c9b36
by Hans Leidekker at 2025-06-04T20:29:57+02:00
msv1_0: Pass a SecBuffer to verify_signature() instead of an index.
-
4069a4f5
by Hans Leidekker at 2025-06-04T20:29:57+02:00
msv1_0: Support SECBUFFER_STREAM in ntlm_SpUnsealMessage().
-
b9451b1a
by Hans Leidekker at 2025-06-04T20:29:57+02:00
kerberos: Fix the wow64 thunk for unseal_message().
-
848f2cfd
by Hans Leidekker at 2025-06-04T20:29:57+02:00
kerberos: Avoid buffer copy in kerberos_SpUnsealMessage().
Native decrypts SECBUFFER_STREAM in-place even if a data buffer of sufficient size is supplied.
-
560563e0
by Hans Leidekker at 2025-06-04T20:29:57+02:00
ldap: Use SECBUFFER_STREAM in sasl_decode().