RSA_FLAG_FIPS_METHOD

If this flag is set the RSA method is FIPS compliant and can be used in FIPS mode. This is set in the validated module method. If an application sets this flag in its own methods it is its responsibility to ensure the result is compliant.

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

Meta