[Git][wine/wine][master] 7 commits: bcrypt: Factor out len_from_bitlen() function.
Alexandre Julliard pushed to branch master at wine / wine Commits: f908bdea by Paul Gofman at 2025-08-15T14:52:10+02:00 bcrypt: Factor out len_from_bitlen() function. - - - - - 9fd872ff by Paul Gofman at 2025-08-15T14:52:10+02:00 bcrypt: Use bit length instead of key size in key_import_pair(). - - - - - b76153b9 by Paul Gofman at 2025-08-15T14:52:10+02:00 bcrypt: Handle importing ECDSA_P384 private blob. - - - - - b2eb371b by Paul Gofman at 2025-08-15T14:52:10+02:00 bcrypt: Support ECDSA_P521 algorithm. - - - - - 8e91669d by Paul Gofman at 2025-08-15T14:52:10+02:00 bcrypt/tests: Test ECDH_384 same way as ECDH_256. - - - - - 67674ef7 by Paul Gofman at 2025-08-15T14:52:10+02:00 bcrypt: Support ECDH_P521 algorithm. - - - - - fdaea1ff by Paul Gofman at 2025-08-15T14:52:10+02:00 bcrypt: Check output size early in key_asymmetric_encrypt() for RSA. - - - - - 5 changed files: - dlls/bcrypt/bcrypt_internal.h - dlls/bcrypt/bcrypt_main.c - dlls/bcrypt/gnutls.c - dlls/bcrypt/tests/bcrypt.c - include/bcrypt.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/17cb5c63fd06fd82686ae1a7d11862... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/17cb5c63fd06fd82686ae1a7d11862... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)