python-openid icon indicating copy to clipboard operation
python-openid copied to clipboard

Allow users to pass optional args to libcurl

Open pchengi opened this issue 10 years ago • 0 comments

Hi, there was a need to be able to be able to query openid servers presenting 'known' self-signed certificates. To do this, we needed to be able to use custom CA bundles. This patch allows optional parameters (such as alternate CA file locations) to be passed to libcurl. Since it is implemented as an optional argument, it won't break any existing feature.

pchengi avatar Apr 03 '14 09:04 pchengi