tail head cat sleep
QR code linking to this page

Manual Pages  — OSSL

NAME

ossl – driver using OpenSSL assembly routines

CONTENTS

SYNOPSIS

To 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"

DESCRIPTION

The 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 ossl driver includes architecture-specific implementations for the following architectures:

The ossl driver includes support for the following algorithms:

SEE ALSO

crypto(4), intro(4), ipsec(4), crypto(7), crypto(9)

HISTORY

The ossl driver first appeared in FreeBSD 13.0 .

OSSL (4) May 4, 2023

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.