Message307373
Is it possible to have a single C function that loads the certificates
from memory, or would that make the file-loading case less secure?
Le 01/12/2017 à 10:25, Christian Heimes a écrit :
>
> Christian Heimes <lists@cheimes.de> added the comment:
>
> Correct, PEP 543 won't land in Python 3.7 because neither me nor Cory have the resources to land it. However I want all changes and new additions to the SSL module to follow PEP 543 so I can provide a PEP 543-compatible interface in the near future (3.8 or 3.9). We need a proper certificate class anyway to address other issues and feature requests. I don't want to have three ways to load certificates, especially when it involves more C code.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue16487>
> _______________________________________
> |
|
Date |
User |
Action |
Args |
2017-12-01 09:40:50 | pitrou | set | recipients:
+ pitrou, jcea, orsenthil, kristjan.jonsson, giampaolo.rodola, christian.heimes, njs, asvetlov, jgehrcke, brandon-rhodes, dstufft, martius |
2017-12-01 09:40:50 | pitrou | link | issue16487 messages |
2017-12-01 09:40:50 | pitrou | create | |
|