Home | History | Annotate | Download | only in Modules

Lines Matching refs:peer

1187     PyObject *peer;
1203 peer = _create_tuple_for_X509_NAME(
1205 if (peer == NULL)
1207 if (PyDict_SetItemString(retval, (const char *) "subject", peer) < 0) {
1208 Py_DECREF(peer);
1211 Py_DECREF(peer);
1442 Returns the certificate for the peer. If no certificate was provided,\n\
1445 about the peer certificate.\n\
1448 peer certificate, or None if no certificate was provided. This will\n\