aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/fips.py
Commit message (Collapse)AuthorAgeFilesLines
* Expose FIPS funcs for OpenSSL. (#3939)Scott Sturdivant2017-09-271-0/+28
* Expose FIPS funcs for OpenSSL. * Remove FIPS customization / conditionals. It seems that the FIPS functions are always defined, regardless of if the FIPS module is present. * Do not include FIPS_selftest_check func. * Libressl does not have FIPS.