I am having a FreeBSD server and using pycurl as a library for doing the curl.
Since it has gnutls too which is prone to CVE-2018-16868(Bleichenbacher type side-channel based padding attack), I am searching for a fix that can help in avoiding this issue.
I have surfed the internet but didn't get any information regarding this issue from pycurl perspective.
Thanks.