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 pitrou
Recipients Dan.Kaminsky, naif, pitrou
Date 2011-12-23.10:43:07
SpamBayes Score 8.947239e-05
Marked as misclassified No
Message-id <1324636943.3388.22.camel@localhost.localdomain>
In-reply-to <1324636613.64.0.168908913208.issue13647@psf.upfronthosting.co.za>
Content
> Antoine, in case it's useful, do you think that it would be possible
> to have something exactly-like the OpenSSL verify command?

Well, to quote the page you mentioned:
“The verify program uses the same functions as the internal SSL and
S/MIME verification, therefore this description applies to these verify
operations too.”

So these checks are exactly the ones performed when using CERT_OPTIONAL
or CERT_REQUIRED.
Note that it is cursorily mentioned (or hinted at) at
http://docs.python.org/dev/library/ssl.html#verifying-certificates
History
Date User Action Args
2011-12-23 10:43:08pitrousetrecipients: + pitrou, naif, Dan.Kaminsky
2011-12-23 10:43:08pitroulinkissue13647 messages
2011-12-23 10:43:07pitroucreate