Home | History | Annotate | Download | only in Modules

Lines Matching refs:peer

828     PyObject *peer;

843 peer = _create_tuple_for_X509_NAME(
845 if (peer == NULL)
847 if (PyDict_SetItemString(retval, (const char *) "subject", peer) < 0) {
848 Py_DECREF(peer);
851 Py_DECREF(peer);
1036 Returns the certificate for the peer. If no certificate was provided,\n\
1039 about the peer certificate.\n\
1042 peer certificate, or None if no certificate was provided. This will\n\