Hi,
The granularity you are trying can’t be done. If you examine the 16 bit value for the algorithm flag, you’ll see that the bitness is the same and that there are a famility of algorithms which are grouped together.
{ CALG_AES_256 , CALG_AES_128 , CALG_SHA_384 , CALG_SHA_256,CALG_ECDH_EPHEM,CALG_DH_EPHEM };
Or
{ CALG_AES_256 , CALG_AES_128 , CALG_SHA_384 , CALG_SHA_256,CALG_ECDH_EPHEM,CALG_DH_EPHEM, CALG_RSA_SIGN };
Both have a value of: 0xEE1F or 1110 1110 0001 1111. However, as you state in the orignal post you can change it via system widely. However, if you want windows support this, you can try to submit this feedback via Feedback
hub on Windows.
Regards & Fei
"Win32 API" forum will be migrating to a new home on
Microsoft Q&A !
We invite you to post new questions in the "Win32 API" forum’s new home on
Microsoft Q&A !
For more information, please refer to the
sticky post.