This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients alex, christian.heimes, dstufft, hanno, janssen
Date 2017-11-02.12:21:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509625290.22.0.213398074469.issue31892@psf.upfronthosting.co.za>
In-reply-to
Content
Matt suggested to use https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set1_sigalgs.html The SSL_CTX_set1_sigalgs_list() function takes a string of colon-separated algorithms, e.g. "ECDSA+SHA256:RSA+SHA256" for ECDSA and PKCS#1 v1.5 RSA with both SHA256 as hashing algorithm.
History
Date User Action Args
2017-11-02 12:21:30christian.heimessetrecipients: + christian.heimes, janssen, alex, dstufft, hanno
2017-11-02 12:21:30christian.heimessetmessageid: <1509625290.22.0.213398074469.issue31892@psf.upfronthosting.co.za>
2017-11-02 12:21:30christian.heimeslinkissue31892 messages
2017-11-02 12:21:30christian.heimescreate