History log of /freebsd-current/sys/crypto/openssl/aarch64/vpaes-armv8.S
Revision Date Author Comments
# bd9588bc 21-Sep-2023 Andrew Turner <andrew@FreeBSD.org>

ossl: Rebuild the openssl asm

This adds the new BTI instructions when needed to the arm64 assembly.

Sponsored by: Arm Ltd

Reviewed by: Pierre Pronchery <pierre@freebsdfoundation.org> (earlier version)
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D41941


# c0855eaa 29-Aug-2023 John Baldwin <jhb@FreeBSD.org>

ossl: Update the generated assembly files from OpenSSL 3.0.

Tested with: cryptocheck -d ossl0 -a all -z on amd64
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D41568


# 71625ec9 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\s*\$FreeBSD\$.*\n/


# bc3d5698 20-Oct-2020 John Baldwin <jhb@FreeBSD.org>

Move generated OpenSSL assembly routines into the kernel sources.

Sponsored by: Netflix