[issue26471] load_verify_locations(cadata) should load AUX ASN.1 to supported trusted certs

2018-02-25 Thread Christian Heimes
Change by Christian Heimes : -- priority: high -> normal versions: +Python 3.8 -Python 2.7, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker

[issue26471] load_verify_locations(cadata) should load AUX ASN.1 to supported trusted certs

2016-09-15 Thread Christian Heimes
Changes by Christian Heimes : -- components: +SSL ___ Python tracker ___ ___

[issue26471] load_verify_locations(cadata) should load AUX ASN.1 to supported trusted certs

2016-09-08 Thread Christian Heimes
Changes by Christian Heimes : -- assignee: -> christian.heimes priority: normal -> high versions: +Python 3.7 ___ Python tracker ___

[issue26471] load_verify_locations(cadata) should load AUX ASN.1 to supported trusted certs

2016-06-12 Thread Christian Heimes
Changes by Christian Heimes : -- assignee: christian.heimes -> ___ Python tracker ___ ___

[issue26471] load_verify_locations(cadata) should load AUX ASN.1 to supported trusted certs

2016-03-02 Thread Christian Heimes
New submission from Christian Heimes: https://docs.python.org/2/library/ssl.html#ssl.SSLContext.load_verify_locations can load certs from a file, a directory or from memory. OpenSSL's loaders for cafile and capath load auxiliary data of trusted certs. The custom loader for cadata ignores AUX