Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] additional TLS verification with libmosquitto

>>>>> "Roger" == Roger Light <roger@xxxxxxxxxx> writes:

Hi,

 > SSL_CTX_set_verify() gets called in net__init_ssl_ctx(), but only
 > after there has been a check at the beginning to see whether ssl_ctx
 > has already been set. If ssl_ctx has been set and you don't use
 > MOSQ_OPT_SSL_CTX_WITH_DEFAULTS then SSL_CTX_set_verify won't get
 > called. You'll have to set everything else up of course, so it's not
 > ideal.

Ahh yes, indeed. Not great, but can be used as a workaround - Thanks!


 >> Thanks! What is the target of the develop branch?

 > The intention is "soon", as in weeks rather than months.

Cool!

-- 
Bye, Peter Korsgaard


Back to the top