Re: waf help: OPENSSL_VERSION_NUMBER from openssl/opensslv.h

2020-03-24 Thread Matthew Selsky via devel
On Tue, Mar 24, 2020 at 12:40:42PM -0700, Hal Murray via devel wrote: > I'd like to check the OpenSSL version number and give a sensible error > message > rather than some mumbo jumble from the compiler. I would model the check that we removed in https://gitlab.com/NTPsec/ntpsec/-/commit/6d179

waf help: OPENSSL_VERSION_NUMBER from openssl/opensslv.h

2020-03-24 Thread Hal Murray via devel
I'd like to check the OpenSSL version number and give a sensible error message rather than some mumbo jumble from the compiler. Can somebody show me how to do that? Or suggest what to search for? (Or just do it?) The value I want is a hex constant. # define OPENSSL_VERSION_NUMBER 0x1010104

Re: NTS dropping TLS 1.2

2020-03-24 Thread Hal Murray via devel
> I think that our implementing this is a good reason for make a point release. Sounds good. I'll have code ready in a day or 3. What else should we be working on or testing? (I need to update the doc on rate limiting.) -- These are my opinions. I hate spam. ___