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 Michael.Felt, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, matrixise, pitrou, smpeepers, spil, yan12125, zach.ware
Date 2016-08-29.20:39:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472503143.31.0.229147154682.issue26470@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Zachary, you have found a bug in my patch. I mistakenly defined SSL_CTX_set_default_passwd_cb() and SSL_CTX_set_default_passwd_cb_userdata() for OpenSSL < 1.1.0. Both functions already exist. Only the getters are missing for < 1.1.0. Please remove both functions from _ssl.c and try again.
History
Date User Action Args
2016-08-29 20:39:03christian.heimessetrecipients: + christian.heimes, janssen, pitrou, giampaolo.rodola, alex, zach.ware, dstufft, matrixise, spil, Michael.Felt, yan12125, smpeepers
2016-08-29 20:39:03christian.heimessetmessageid: <1472503143.31.0.229147154682.issue26470@psf.upfronthosting.co.za>
2016-08-29 20:39:03christian.heimeslinkissue26470 messages
2016-08-29 20:39:03christian.heimescreate