pmalhaire / xk6-mqtt

k6 mqtt extension
Apache License 2.0
47 stars 37 forks source link

option to specify tls min version #35

Closed ezeeb closed 3 weeks ago

ezeeb commented 1 month ago

I added an option to specify a min tls version. By default tls 1.3 is used, the parameter in client is optional, so it should not break any existing code.

This pull request is related to #36

pmalhaire commented 3 weeks ago

Your Mr is almost fine, there is just a lint issue. Simplier fix is to add a nos lint on the function defining TLS versions.