RSA_FLAG_NON_FIPS_ALLOW

If this flag is set the operations normally disabled in FIPS mode are permitted it is then the applications responsibility to ensure that the usage is compliant.

extern (C) nothrow @nogc
enum RSA_FLAG_NON_FIPS_ALLOW = 0x0400;

Meta