Function bearssl::br_get_config [] [src]

pub unsafe extern "C" fn br_get_config() -> *const br_config_option

\brief Get configuration report.

This function returns compiled configuration options, each as a 'long' value. Names match internal macro names, in particular those that can be set in the "config.h" inner file. For boolean options, the numerical value is 1 if enabled, 0 if disabled. For maximum key sizes, values are expressed in bits.

The returned array is terminated by an entry whose name is NULL.

\return the configuration report.