New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Merge pull request #1919 from spbnick/fr_pton4_hostname_fix Handle hostnames in fr_pton4/6 Arran Cudbard-Bell (via GitHub)@2017-02-21T14:50:01Z Files modified: * src/lib/misc.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/0624078a833abc068aaa1... ====== Handle hostnames in fr_pton4/6 Make fr_pton4/6 handle hostnames longer than the longest address + prefix. Nikolai Kondrashov@2017-02-21T14:06:05Z Files modified: * src/lib/misc.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d825d4e73fb0c61dc76f5... ====== Merge pull request #1916 from spbnick/v3.0.x_openssl_1.1_fix_2 V3.0.x openssl 1.1 fix 2 Alan DeKok (via GitHub)@2017-02-21T01:52:40Z Files modified: * raddb/certs/Makefile * src/modules/rlm_eap/types/rlm_eap_pwd/configure * src/modules/rlm_eap/types/rlm_eap_pwd/configure.ac * src/modules/rlm_eap/types/rlm_eap_pwd/eap_pwd.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/79af1d3d01af430d29a37... ====== Check for EVP_CIPHER_CTX_new in rlm_eap_pwd Switch to checking for EVP_CIPHER_CTX_new instead of EVP_cleanup to detect presence of libcrypto in rlm_eap_pwd configure.ac, because EVP_cleanup was removed as symbol from OpenSSL 1.1, and the check would always fail. Previously only rlm_eap_fast configure.ac was switched. Nikolai Kondrashov@2017-02-20T16:12:17Z Files modified: * src/modules/rlm_eap/types/rlm_eap_pwd/configure * src/modules/rlm_eap/types/rlm_eap_pwd/configure.ac Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7d08baf8476f85d3fadec... ====== Switch rlm_eap_pwd to HMAC_CTX_new/free Switch rlm_eap_pwd.c to using HMAC_CTX_new and HMAC_CTX_free to allocate/free HMAC contexts, thus making it support OpenSSL v1.1.0. Nikolai Kondrashov@2017-02-20T16:12:07Z Files modified: * src/modules/rlm_eap/types/rlm_eap_pwd/eap_pwd.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/47c2124e5931f8f20056e... ====== Use openssl dhparam instead of obsolete gendh Use `openssl dhparam` command in raddb/certs/Makefile instead of the obsolete (and removed in OpenSSL v1.1.0) `openssl gendh`. Nikolai Kondrashov@2017-02-20T15:57:59Z Files modified: * raddb/certs/Makefile Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/340b9ccb09beb5414d4ee... ====== -- This commit summary was generated @2017-02-22T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).