On Wed, Feb 06, 2019 at 10:31:39PM -0800, Hal Murray wrote:
>
> k...@roeckx.be said:
> > Please use 0 instead of TLS_MAX_VERSION, it means the same. I've marked
> > TLS_MAX_VERSION for deprecation.
>
> Thanks for the heads up.
>
> Is there any documentation on that? (man page?)
There is SSL_C
k...@roeckx.be said:
> Please use 0 instead of TLS_MAX_VERSION, it means the same. I've marked
> TLS_MAX_VERSION for deprecation.
Thanks for the heads up.
Is there any documentation on that? (man page?)
Is there a symbol for default or any version?
--
These are my opinions. I hate spam.
On Wed, Feb 06, 2019 at 02:05:27PM -0800, Hal Murray via devel wrote:
>
> float mintls = 1.2; /* minimum TLS version allowed */
> float maxtls; /* maximum TLS version allowed */
>
> Floats? The API to OpenSSL doesn't work in floats. We'll have to translate
> those
float mintls = 1.2; /* minimum TLS version allowed */
float maxtls; /* maximum TLS version allowed */
Floats? The API to OpenSSL doesn't work in floats. We'll have to translate
those to something useful. I'd like to push that back to ntp_config.
>From /usr/incl