On Fri, Sep 9, 2016 at 4:18 PM, Chi Hsuan Yen <[email protected]> wrote:
> > > On Fri, Sep 9, 2016 at 2:54 PM, dieter <[email protected]> wrote: > >> Chi Hsuan Yen <[email protected]> writes: >> > ... >> > Thanks a lot! I just lost my direction when trying to understand how >> > certificate verification works in Python. >> >> It sets things up for "OpenSSL" and then delegates all details >> to it. >> >> > Thanks, sounds a great start point. I'll look into OpenSSL. > > >> -- >> https://mail.python.org/mailman/listinfo/python-list >> > > I found that OpenSSL provides an X509 callback hook that allows clients to know why the verification process fails. Seems CPython does not use it yet. I hope it can be added to CPython. Where should I go next, python-dev, python-ideas or bugs.python.org? Thanks. -- https://mail.python.org/mailman/listinfo/python-list
