* Load relenv's openssl legacy provider before setting modules dir to system location for the system's fips provider.
0.13.6
======
* Do not set openssl modules directory on windows since were still on 1.1.x * Fix load module deprecations warnings * Ignore load module imporet warnings for now
0.13.5
======
* Bump to Python 3.10.13 and 3.11.5 due to CVE-2023-40217 and CVE-2023-41105 * Include debug symbols to enable gdb debugging * Set openssl module locations via c api rather than environment variable * Default to the system's openssl modules directory * Bump dependency versions
0.13.4
======
* Fix pip installing multiple packages with scripts to a target directory * Finish bootstrap before importing hashlib so our openssl modules will be found.