>   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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to