Commit report for v4.0.x branch

announce at freeradius.org announce at freeradius.org
Fri Mar 31 02:00:01 CEST 2017


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/6a943422da18e8481af55ac3d3f078946dbf6e1d
====== 
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 at 2017-03-30T13:36:43Z
Files modified:
	* src/main/tls/session.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/ff0f0d36c09fc62f5b5581ec51dd5e47ab9ec4f5
====== 
-- 
This commit summary was generated @2017-03-31T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).


More information about the Freeradius-Devel mailing list