Date: Mon, 15 Mar 2021 23:57:31 GMT From: John Baldwin <jhb@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 48cb961d96 - main - Add an entry for ossl(4). Message-ID: <202103152357.12FNvVvi059549@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/doc/commit/?id=48cb961d96a3d3e7f58cd2b8e2f27f60e7fe3d20 commit 48cb961d96a3d3e7f58cd2b8e2f27f60e7fe3d20 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2021-03-15 23:10:42 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2021-03-15 23:57:17 +0000 Add an entry for ossl(4). --- website/content/en/releases/13.0R/relnotes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/content/en/releases/13.0R/relnotes.adoc b/website/content/en/releases/13.0R/relnotes.adoc index 4765883549..286ac773ce 100644 --- a/website/content/en/releases/13.0R/relnotes.adoc +++ b/website/content/en/releases/13.0R/relnotes.adoc @@ -296,6 +296,11 @@ man:usbhid[4] is enabled by adding `hw.usb.usbhid.enable=1` to [.filename]#/boot The suite of VirtIO device drivers now support the VirtIO V1 spec. This improves FreeBSD's compatibility as a guest operating system with various hypervisors and emulators including the ability to run on the link:https://wiki.qemu.org/images/4/4e/Q35.pdf[Q35 chipset] under QEMU. +A new man:ossl[4] driver supports optimized software cryptography on +aarch64, amd64, and i386 using assembly routines from OpenSSL. +gitref:ba610be90a7c[repository=src] {{< sponsored "Netflix" >}}, +gitref:22bd0c9731d7[repository=src] + The man:armv8crypto[4] driver which supports software cryptography on ARMv8 CPUs now supports AES-XTS which is used by man:geli[4]. gitref:4979620ece98[repository=src]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103152357.12FNvVvi059549>