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 christian.heimes, ezio.melotti, pitrou
Date 2013-06-18.17:40:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371577256.55.0.0764836562591.issue18138@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I have seen them. In fact OpenSSL has library, function and reason.

if ((ERR_GET_LIB(errcode) == ERR_LIB_X509) && 
    (ERR_GET_REASON(errcode) == X509_R_CERT_ALREADY_IN_HASH_TABLE)) {}

I'm going for 3)
History
Date User Action Args
2013-06-18 17:40:56christian.heimessetrecipients: + christian.heimes, pitrou, ezio.melotti
2013-06-18 17:40:56christian.heimessetmessageid: <1371577256.55.0.0764836562591.issue18138@psf.upfronthosting.co.za>
2013-06-18 17:40:56christian.heimeslinkissue18138 messages
2013-06-18 17:40:56christian.heimescreate