Any last requests for 3.0.16?
I think we're pretty much good to go for 3.0.16. Any last requests / bugs to report? If not, I'll release 3.0.16 later this week. Alan DeKok.
I think we're pretty much good to go for 3.0.16. Any last requests / bugs to report? If not, I'll release 3.0.16 later this week.
Actually, yes... I assume FR builds ok with OpenSSL 1.1? If so, I need to get the TR stuff updated to work with OpenSSL 1.1 too. *grimaces* I'm working as fast as I can... :-/ Stefan Paetow Moonshot Industry & Research Liaison Coordinator t: +44 (0)1235 822 125 gpg: 0x3FCE5142 xmpp: stefanp@jabber.dev.ja.net skype: stefan.paetow.janet jisc.ac.uk Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800.
On Nov 7, 2017, at 9:49 AM, Stefan Paetow <Stefan.Paetow@jisc.ac.uk> wrote:
Actually, yes... I assume FR builds ok with OpenSSL 1.1?
Yes. That's all fixed.
If so, I need to get the TR stuff updated to work with OpenSSL 1.1 too.
*grimaces* I'm working as fast as I can... :-/
Yeah... you should see my TODO list for 4.0. Alan DeKok.
Actually, yes... I assume FR builds ok with OpenSSL 1.1?
Yes. That's all fixed.
Do you use any specific #DEFINE for OpenSSL 1.1 that I can hook into?
Yeah... you should see my TODO list for 4.0.
%-\ Stefan Paetow Moonshot Industry & Research Liaison Coordinator t: +44 (0)1235 822 125 gpg: 0x3FCE5142 xmpp: stefanp@jabber.dev.ja.net skype: stefan.paetow.janet jisc.ac.uk Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800.
On Nov 7, 2017, at 10:15 AM, Stefan Paetow <Stefan.Paetow@jisc.ac.uk> wrote:
Actually, yes... I assume FR builds ok with OpenSSL 1.1?
Yes. That's all fixed.
Do you use any specific #DEFINE for OpenSSL 1.1 that I can hook into?
#if OPENSSL_VERSION_NUMBER >= 0x10100000L See src/main/tls.c for lots of this. Alan DeKok.
Do you use any specific #DEFINE for OpenSSL 1.1 that I can hook into?
#if OPENSSL_VERSION_NUMBER >= 0x10100000L
Thank you. Will try to get this done in the next day or two to see if we can build on ARM. :-) Stefan Paetow Moonshot Industry & Research Liaison Coordinator t: +44 (0)1235 822 125 gpg: 0x3FCE5142 xmpp: stefanp@jabber.dev.ja.net skype: stefan.paetow.janet jisc.ac.uk Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800.
If so, I need to get the TR stuff updated to work with OpenSSL 1.1 too.
*grimaces* I'm working as fast as I can... :-/
Looks like there's only one function call that needs to be fixed (you can't directly access the pub_key element of the DH structure anymore), but I'll have to build a bunch of stuff first before I test this. :-/ *UGH* Stefan Paetow Moonshot Industry & Research Liaison Coordinator t: +44 (0)1235 822 125 gpg: 0x3FCE5142 xmpp: stefanp@jabber.dev.ja.net skype: stefan.paetow.janet jisc.ac.uk Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800.
related to the "Warning: dh_check failed with 8: the g value is not a generator" error or is that now gone? :) alan On 7 November 2017 at 16:41, Stefan Paetow <Stefan.Paetow@jisc.ac.uk> wrote:
If so, I need to get the TR stuff updated to work with OpenSSL 1.1 too.
*grimaces* I'm working as fast as I can... :-/
Looks like there's only one function call that needs to be fixed (you can't directly access the pub_key element of the DH structure anymore), but I'll have to build a bunch of stuff first before I test this. :-/
*UGH*
Stefan Paetow Moonshot Industry & Research Liaison Coordinator
t: +44 (0)1235 822 125 gpg: 0x3FCE5142 xmpp: stefanp@jabber.dev.ja.net skype: stefan.paetow.janet
jisc.ac.uk
Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
related to the "Warning: dh_check failed with 8: the g value is not a generator" error or is that now gone? :)
I wouldn't know, Alan. I haven't ever looked into that one. Regards Stefan Paetow Moonshot Industry & Research Liaison Coordinator t: +44 (0)1235 822 125 gpg: 0x3FCE5142 xmpp: stefanp@jabber.dev.ja.net skype: stefan.paetow.janet jisc.ac.uk Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800.
Hi Alan, So all set for this version? Can't wait to upgrade in production. This is the last version in 3.0.x series? Thank you. Regards, BurnZero On Mon, Nov 6, 2017 at 11:48 PM, Alan DeKok <aland@deployingradius.com> wrote:
I think we're pretty much good to go for 3.0.16.
Any last requests / bugs to report?
If not, I'll release 3.0.16 later this week.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Nov 28, 2017, at 12:40 AM, Burn Zero <burnzerog@gmail.com> wrote:
So all set for this version? Can't wait to upgrade in production. This is the last version in 3.0.x series?
We will continue to release and support 3.0 for the foreseeable future. There were a few last-minute changes which came. So I plan on releasing 3.0.16 soon. Alan DeKok.
participants (4)
-
Alan Buxey -
Alan DeKok -
Burn Zero -
Stefan Paetow