|
NAMEossl —
driver using OpenSSL assembly routines
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device crypto
device cryptodev
device ossl Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ossl_load="YES" DESCRIPTIONThe OpenSSL distribution includes architecture-specific implementations for some commonly used cryptographic algorithms. This driver adds a wrapper around these routines permitting them to be used by in-kernel cryptography consumers such as kernel TLS and IPsec.The
The
SEE ALSOcrypto(4), intro(4), ipsec(4), crypto(7), crypto(9)HISTORYTheossl driver first appeared in
FreeBSD 13.0.
Visit the GSP FreeBSD Man Page Interface. |