File: openssl_config.Rd

package info (click to toggle)
r-cran-openssl 2.0.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,312 kB
  • sloc: ansic: 3,074; sh: 20; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/info.R
\name{openssl_config}
\alias{openssl_config}
\alias{fips_mode}
\title{OpenSSL Configuration Info}
\usage{
openssl_config()

fips_mode()
}
\description{
Shows libssl version and configuration information.
}
\details{
Note that the "fips" flag in \code{openssl_config} means that FIPS is
supported, but it does not mean that it is currently enforced. If
supported, it can be enabled in several ways, such as a kernel
option, or setting an environment variable \code{OPENSSL_FORCE_FIPS_MODE=1}.
The \code{fips_mode()} function shows if FIPS is currently enforced.
}