28#ifndef my_openssl_fips_h_
29#define my_openssl_fips_h_
bool set_fips_mode(const int fips_mode, char err_string[OPENSSL_ERROR_LENGTH])
Turns FIPs mode on or off.
Definition: my_openssl_fips.cc:90
void fips_deinit()
Definition: my_openssl_fips.cc:140
constexpr int OPENSSL_ERROR_LENGTH
Definition: my_openssl_fips.h:31
int test_ssl_fips_mode(char err_string[OPENSSL_ERROR_LENGTH])
Toggle FIPS mode, to see whether it is available with the current SSL library.
Definition: my_openssl_fips.cc:127
void fips_init()
Definition: my_openssl_fips.cc:146
int get_fips_mode()
Get fips mode from openssl library,.
Definition: my_openssl_fips.cc:45