Some installer, like the visual studio installer, also make use of this function, instead of just NCryptVerifySignature.
--
v2: ncrypt: Initial implementation for NCryptEncrypt.
bcrypt: Initial RSA encryption implementation.
https://gitlab.winehq.org/wine/wine/-/merge_requests/565
Fix stub DllGetVersion implementation to read Dll version
and put it in correct structure.
Implement GetDllVersion by using DllGetVersion function
and return version
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/564
--
v2: winegstreamer: Use the correct name for WMADecMediaObject DMO.
mf: Increase min_buffer_size to MF_MT_AUDIO_AVG_BYTES_PER_SECOND.
mf: Implement SAR media type required attributes checks.
winegstreamer: Set the MF_MT_AUDIO_AVG_BYTES_PER_SECOND attribute.
mf: Return MF_E_NO_MORE_TYPE from AudioRenderer GetMediaTypeByIndex.
mf/tests: Add required SAR media type attributes tests.
https://gitlab.winehq.org/wine/wine/-/merge_requests/553