[issue44811] Change default signature algorithms for context in the ssl library

2021-08-02 Thread Anis Gandoura
New submission from Anis Gandoura : Expose the OpenSSL function SSL_CTX_set1_sigalgs_list to allow the user to modify the supported signature algorithms for a given SSL Context. OpenSSL documentation: https://www.openssl.org/docs/man1.1.0/man3/SSL_CTX_set1_sigalgs_list.html

[issue44811] Change default signature algorithms for context in the ssl library

2021-08-02 Thread Anis Gandoura
Change by Anis Gandoura : -- assignee: -> christian.heimes components: +SSL nosy: +christian.heimes versions: +Python 3.11 ___ Python tracker <https://bugs.python.org/issu

[issue44811] Change default signature algorithms for context in the ssl library

2021-08-02 Thread Anis Gandoura
Anis Gandoura added the comment: Hello, thank you for your message. The default signatures list is very different from what a usual Internet Browser (like Chrome or Firefox) displays. Here is an example: With Chrome I have: SHA256/ECDSA, RSA_PSS_SHA256, SHA256/RSA, SHA384/ECDSA