Function bearssl::br_ssl_client_set_default_rsapub [] [src]

pub unsafe extern "C" fn br_ssl_client_set_default_rsapub(
    cc: *mut br_ssl_client_context
)

\brief Set the "default" RSA implementation for public-key operations.

This sets the RSA implementation in the client context (for encrypting the pre-master secret, in TLS_RSA_* cipher suites) to the fastest available on the current platform.

\param cc client context.