29#ifndef my_openssl_fips_h_
30#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:91
void fips_deinit()
Definition: my_openssl_fips.cc:141
constexpr int OPENSSL_ERROR_LENGTH
Definition: my_openssl_fips.h:32
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:128
void fips_init()
Definition: my_openssl_fips.cc:147
int get_fips_mode()
Get fips mode from openssl library,.
Definition: my_openssl_fips.cc:46