Home
last modified time | relevance | path

Searched refs:binary_form (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/
H A Dssl.pyi224 def getpeercert(self, binary_form: Literal[False] = ...) -> Optional[_PeerCertRetDictType]: ...
226 def getpeercert(self, binary_form: Literal[True]) -> Optional[bytes]: ...
228 def getpeercert(self, binary_form: bool) -> _PeerCertRetType: ...
279 …def get_ca_certs(self, binary_form: bool = ...) -> Union[List[_PeerCertRetDictType], List[bytes]]:…
332 … def getpeercert(self, binary_form: Literal[False] = ...) -> Optional[_PeerCertRetDictType]: ...
334 def getpeercert(self, binary_form: Literal[True]) -> Optional[bytes]: ...
336 def getpeercert(self, binary_form: bool) -> _PeerCertRetType: ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dssl.pyi324 def getpeercert(self, binary_form: Literal[False] = ...) -> Optional[_PeerCertRetDictType]: ...
326 def getpeercert(self, binary_form: Literal[True]) -> Optional[bytes]: ...
328 def getpeercert(self, binary_form: bool) -> _PeerCertRetType: ...
379 …def get_ca_certs(self, binary_form: bool = ...) -> Union[List[_PeerCertRetDictType], List[bytes]]:…
424 def getpeercert(self, binary_form: Literal[False] = ...) -> Optional[_PeerCertRetDictType]: ...
426 def getpeercert(self, binary_form: Literal[True]) -> Optional[bytes]: ...
428 def getpeercert(self, binary_form: bool) -> _PeerCertRetType: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dssl.pyi290 def getpeercert(self, binary_form: Literal[False] = ...) -> Optional[_PeerCertRetDictType]: ...
292 def getpeercert(self, binary_form: Literal[True]) -> Optional[bytes]: ...
294 def getpeercert(self, binary_form: bool) -> _PeerCertRetType: ...
347 …def get_ca_certs(self, binary_form: bool = ...) -> Union[List[_PeerCertRetDictType], List[bytes]]:…
416 … def getpeercert(self, binary_form: Literal[False] = ...) -> Optional[_PeerCertRetDictType]: ...
418 def getpeercert(self, binary_form: Literal[True]) -> Optional[bytes]: ...
420 def getpeercert(self, binary_form: bool) -> _PeerCertRetType: ...
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dssl.pyi198 def getpeercert(self, binary_form: Literal[False] = ...) -> Optional[_PeerCertRetDictType]: ...
200 def getpeercert(self, binary_form: Literal[True]) -> Optional[bytes]: ...
202 def getpeercert(self, binary_form: bool) -> _PeerCertRetType: ...
230 …def get_ca_certs(self, binary_form: bool = ...) -> Union[List[_PeerCertRetDictType], List[bytes]]:…
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_diameter_server/
H A Davp_helper.c376 char * binary_form = parse_hexdump(cJSON_GetObjectItem(item,HEXDUMP)->valuestring); in parselist() local
378 diameterserver_add_avp_list(list, binary_form, in parselist()
382 diameterserver_add_avp(response, binary_form, in parselist()
386 free(binary_form); in parselist()
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/urllib3/util/
H A Dssltransport.py156 def getpeercert(self, binary_form=False): argument
157 return self.sslobj.getpeercert(binary_form)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/urllib3/util/
H A Dssltransport.py156 def getpeercert(self, binary_form=False): argument
157 return self.sslobj.getpeercert(binary_form)
/dports/www/firefox/firefox-99.0/third_party/python/urllib3/urllib3/util/
H A Dssltransport.py156 def getpeercert(self, binary_form=False): argument
157 return self.sslobj.getpeercert(binary_form)
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/urllib3/util/
H A Dssltransport.py156 def getpeercert(self, binary_form=False): argument
157 return self.sslobj.getpeercert(binary_form)
/dports/net/py-python-socks/python-socks-2.0.1/python_socks/sync/v2/
H A D_ssl_transport.py135 def getpeercert(self, binary_form=False): argument
136 return self.sslobj.getpeercert(binary_form)
/dports/net/py-urllib3/stage/usr/local/lib/python3.8/site-packages/urllib3/util/
H A Dssltransport.py156 def getpeercert(self, binary_form=False): argument
157 return self.sslobj.getpeercert(binary_form)
/dports/net/py-urllib3/urllib3-1.26.7/src/urllib3/util/
H A Dssltransport.py156 def getpeercert(self, binary_form=False): argument
157 return self.sslobj.getpeercert(binary_form)
/dports/net/py-urllib3/urllib3-1.26.7/build/lib/urllib3/util/
H A Dssltransport.py156 def getpeercert(self, binary_form=False): argument
157 return self.sslobj.getpeercert(binary_form)
/dports/editors/cudatext/CudaText-1.151.0/app/py/sys/urllib3/util/
H A Dssltransport.py156 def getpeercert(self, binary_form=False): argument
157 return self.sslobj.getpeercert(binary_form)
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/sys/urllib3/util/
H A Dssltransport.py156 def getpeercert(self, binary_form=False): argument
157 return self.sslobj.getpeercert(binary_form)
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/urllib3/util/
H A Dssltransport.py156 def getpeercert(self, binary_form=False): argument
157 return self.sslobj.getpeercert(binary_form)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/urllib3/util/
H A Dssltransport.py156 def getpeercert(self, binary_form=False): argument
157 return self.sslobj.getpeercert(binary_form)
/dports/devel/py-oci/oci-2.53.1/src/oci/_vendor/urllib3/util/
H A Dssltransport.py161 def getpeercert(self, binary_form=False): argument
162 return self.sslobj.getpeercert(binary_form)
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/requests/requests/packages/urllib3/contrib/
H A Dpyopenssl.py234 def getpeercert(self, binary_form=False): argument
240 if binary_form:
/dports/www/firefox-legacy/firefox-52.8.0esr/python/requests/requests/packages/urllib3/contrib/
H A Dpyopenssl.py234 def getpeercert(self, binary_form=False): argument
240 if binary_form:
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/requests/requests/packages/urllib3/contrib/
H A Dpyopenssl.py234 def getpeercert(self, binary_form=False): argument
240 if binary_form:
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/module_utils_urls/library/
H A Dtest_peercert.py67 b_cert = getpeercert(req, binary_form=True)
/dports/lang/python310/Python-3.10.1/Modules/clinic/
H A D_ssl.c.h849 _ssl__SSLContext_get_ca_certs_impl(PySSLContext *self, int binary_form);
859 int binary_form = 0; in _ssl__SSLContext_get_ca_certs() local
868 binary_form = PyObject_IsTrue(args[0]); in _ssl__SSLContext_get_ca_certs()
869 if (binary_form < 0) { in _ssl__SSLContext_get_ca_certs()
873 return_value = _ssl__SSLContext_get_ca_certs_impl(self, binary_form); in _ssl__SSLContext_get_ca_certs()
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Dssl.pyi203 def getpeercert(self, binary_form: bool = ...) -> _PeerCertRetType: ...
250 …def get_ca_certs(self, binary_form: bool = ...) -> Union[List[_PeerCertRetDictType], List[bytes]]:…
287 def getpeercert(self, binary_form: bool = ...) -> _PeerCertRetType: ...
/dports/databases/py-gdbm/Python-3.8.12/Modules/clinic/
H A D_ssl.c.h899 _ssl__SSLContext_get_ca_certs_impl(PySSLContext *self, int binary_form);
909 int binary_form = 0; in _ssl__SSLContext_get_ca_certs() local
918 binary_form = PyObject_IsTrue(args[0]); in _ssl__SSLContext_get_ca_certs()
919 if (binary_form < 0) { in _ssl__SSLContext_get_ca_certs()
923 return_value = _ssl__SSLContext_get_ca_certs_impl(self, binary_form); in _ssl__SSLContext_get_ca_certs()

12345678