]> git.ipfire.org Git - thirdparty/ntp.git/commit
Build MD5 support even with OpenSSL to accomodate FIPS OpenSSL which lacks it.
authorDave Hart <hart@ntp.org>
Mon, 4 Mar 2024 13:16:37 +0000 (13:16 +0000)
committerDave Hart <hart@ntp.org>
Mon, 4 Mar 2024 13:16:37 +0000 (13:16 +0000)
commit6c69423f85b6489d02b09deaa20801f2cf9aa46f
treeffa635301e76b8ada18ad0d024ff9d4b02819af7
parentf2c3fafbe8bf6594f4e59d36088de59c2d65ce7f
Build MD5 support even with OpenSSL to accomodate FIPS OpenSSL which lacks it.
Cache EVP_MD_CTX to avoid many alloc/frees around digest ops.

bk: 65e5c9b533PYzhgaJVkZLrtViqzfmA
include/ntp_md5.h
include/ntp_stdlib.h
libntp/a_md5encrypt.c
libntp/ssl_init.c
ntpd/ntp_control.c
ntpd/ntp_crypto.c
ntpd/ntp_proto.c
ports/winnt/include/msvc_ssl_autolib.h