Revision tags: release/14.0.0 |
|
#
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/
|
#
454c425d |
| 07-Aug-2023 |
Mark Johnston <markj@FreeBSD.org> |
ossl: Add missing labels to bsaes-armv7.S
There is a bug in the OpenSSL script which generates this file; the bug is in the process of being fixed upstream.
Specifically, when generating the output
ossl: Add missing labels to bsaes-armv7.S
There is a bug in the OpenSSL script which generates this file; the bug is in the process of being fixed upstream.
Specifically, when generating the output, bsaes-armv7.pl strips some labels that are used when the output asm is compiled with __KERNEL__ defined, resulting in a build error. As a step towards adding armv7 support to ossl(4), manually patch the generated asm. The upstream fix will be imported later.
Reviewed by: andrew, jhb, emaste MFC after: 1 week Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D41303
show more ...
|
Revision tags: release/13.2.0 |
|
#
e415d255 |
| 21-Mar-2023 |
Jung-uk Kim <jkim@FreeBSD.org> |
OpenSSL: Regen an assembly file for arm
X-MFC with: af19988f6cd3
|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0 |
|
#
bc3d5698 |
| 20-Oct-2020 |
John Baldwin <jhb@FreeBSD.org> |
Move generated OpenSSL assembly routines into the kernel sources.
Sponsored by: Netflix
|