diff options
| author | Gordon Tetlow <gordon@FreeBSD.org> | 2023-02-16 17:20:43 +0000 |
|---|---|---|
| committer | Gordon Tetlow <gordon@FreeBSD.org> | 2023-02-16 17:58:13 +0000 |
| commit | e237b128e080f98e91c43c7050409a817d007672 (patch) | |
| tree | 46cb8a6af36fb78ac5a249b7af79a1597e061846 /secure | |
| parent | 01efaef88f1efa5e76bfbfbc35e960393bbcf604 (diff) | |
Fix multiple OpenSSL vulnerabilities.
Approved by: so
Security: FreeBSD-SA-23:03.openssl
Security: CVE-2023-0286
Security: CVE-2023-0215
Security: CVE-2022-4450
Security: CVE-2022-4304
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libcrypto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index cf9259a19e16..0ccab90a361d 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -120,6 +120,7 @@ SRCS+= ppc.S ppc-mont.S .else SRCS+= bn_asm.c .endif +SRCS+= rsa_sup_mul.c # buffer SRCS+= buf_err.c buffer.c |
