RootCauseunvalidated
"Restricted environments" would mostly be rare builds of Python using the OpenSSL FIPS module — A false value allows the use of insecure and blocked hashing algorithms in restricted environments. Tension: If you pass `usedforsecurity=False`, Python will tell OpenSSL to allow insecure algorithms anyway. Outcome: On most Python builds, this parameter does nothing.
a8128775-7280-450d-8142-a2cbb5b5c1d5
"Restricted environments" would mostly be rare builds of Python using the OpenSSL FIPS module — A false value allows the use of insecure and blocked hashing algorithms in restricted environments. Tension: If you pass usedforsecurity=False, Python will tell OpenSSL to allow insecure algorithms anyway. Outcome: On most Python builds, this parameter does nothing.