Skip to content
Snippets Groups Projects
Commit 10927322 authored by Maxime Bombar's avatar Maxime Bombar
Browse files

Don't try to load legacy OpenSSL algorithms

parent bf145e78
No related branches found
No related tags found
No related merge requests found
Pipeline #14096 passed with warnings with stages
in 2 minutes and 47 seconds
import os
if os.environ.get("CRYPTOGRAPHY_OPENSSL_NO_LEGACY") is None:
os.environ["CRYPTOGRAPHY_OPENSSL_NO_LEGACY"]="1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment