[Python-Dev] More on server-side SSL support

Bill Janssen janssen at parc.com
Wed Aug 22 16:23:18 CEST 2007


>   getpeercert() -- analogue to "getpeeraddr", but returns cert details

This would return three kinds of values:

  No certificate received --> None

  Certificate received but not validated --> {}

  Certificate received and validated --> { full details }

Bill


More information about the Python-Dev mailing list