zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2.04k stars 592 forks source link

Remove `IceSSL.SchannelStrongCrypto` property #2143

Closed externl closed 4 months ago

externl commented 4 months ago

https://github.com/zeroc-ice/ice/blob/f1ccd030150b6030b58e996bc5ea87ceec8289dd/cpp/src/Ice/SSL/SchannelEngine.cpp#L428

Currently this property is set to 0 by default. I think we should just remove the property, use strong crypto by default and let the user change this programmatically if they need to.

pepone commented 4 months ago

I think we should:

I the rare case that you need to set this, just use the native API.