Commit report for v4.0.x branch
New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Merge pull request #1953 from leitao/PR FreeRADIUS fails to build on systems with LibreSSL. Alan DeKok (via GitHub)@2017-03-30T14:06:30Z Files modified: * src/main/tls/session.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6a943422da18e8481af55... ====== Freeradius fails to build on systems with LibreSSL. FreeRadius try to link against function X509_get0_extensions() that does not exist on LibreSSl, so the following "if" clausure does not work correct for LibreSSL, since OpenSSL has a defined macro OPENSSL_VERSION_NUMBER for LibreSSL bigger than 0x10100000, and does not have X509_get0_extensions(): #if OPENSSL_VERSION_NUMBER >= 0x10100000L ext_list = X509_get0_extensions(client_cert); This patch guarantee that this check is not valid for LibreSSL, thus, using the fall back. Breno Leitao@2017-03-30T13:36:43Z Files modified: * src/main/tls/session.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ff0f0d36c09fc62f5b558... ====== -- This commit summary was generated @2017-03-31T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).
participants (1)
-
announceļ¼ freeradius.org