[Git][wine/wine][master] 7 commits: include: Add some PBKDF2 related definitions.
Alexandre Julliard pushed to branch master at wine / wine Commits: f9b9bd96 by Piotr Caban at 2025-04-17T12:17:04+02:00 include: Add some PBKDF2 related definitions. - - - - - 6e3a4ab8 by Piotr Caban at 2025-04-17T12:17:04+02:00 bcrypt: Fix BcryptDeriveKeyPBKDF2 with NULL salt. LibTomCrypt hash functions return CRYPT_INVALID_ARG when input buffer is NULL. - - - - - fc1cfa91 by Piotr Caban at 2025-04-17T12:17:12+02:00 bcrypt: Add PBKDF2 algorithm provider. - - - - - 385f661d by Piotr Caban at 2025-04-17T12:17:12+02:00 bcrypt: Handle PBKDF2 in BCryptGetProperty. - - - - - ae1a332b by Piotr Caban at 2025-04-17T12:17:12+02:00 bcrypt: Handle PBKDF2 in BCryptGenerateSymmetricKey. - - - - - c1d36c98 by Piotr Caban at 2025-04-17T12:17:12+02:00 bcrypt: Reorganize hash_handle_from_desc helper so it can be reused. - - - - - d9148e48 by Piotr Caban at 2025-04-17T12:17:52+02:00 bcrypt: Add BCryptKeyDerivation partial implementation (PBKDF2 algorithm). - - - - - 7 changed files: - dlls/bcrypt/bcrypt.spec - dlls/bcrypt/bcrypt_internal.h - dlls/bcrypt/bcrypt_main.c - dlls/bcrypt/tests/bcrypt.c - dlls/cng.sys/cng.sys.spec - dlls/ncrypt/ncrypt.spec - include/bcrypt.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/577a7f6c08c8a56bfd6a167b7638e2... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/577a7f6c08c8a56bfd6a167b7638e2... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)