Home
last modified time | relevance | path

Searched refs:secure_protocol (Results 1 – 25 of 92) sorted by relevance

1234

/dports/www/wget2/wget2-2.0.0/libwget/
H A Dssl_wolfssl.c68 *secure_protocol, member
101 .secure_protocol = "AUTO",
179 case WGET_SSL_SECURE_PROTOCOL: config.secure_protocol = value; break; in wget_ssl_set_config_string()
562 if (!wget_strcasecmp_ascii(config.secure_protocol, "SSLv2")) { in wget_ssl_init()
564 } else if (!wget_strcasecmp_ascii(config.secure_protocol, "SSLv3")) { in wget_ssl_init()
567 } else if (!wget_strcasecmp_ascii(config.secure_protocol, "TLSv1")) { in wget_ssl_init()
570 } else if (!wget_strcasecmp_ascii(config.secure_protocol, "TLSv1_1")) { in wget_ssl_init()
579 } else if (!wget_strcasecmp_ascii(config.secure_protocol, "PFS")) { in wget_ssl_init()
582 } else if (!wget_strcasecmp_ascii(config.secure_protocol, "auto")) { in wget_ssl_init()
586 } else if (*config.secure_protocol) { in wget_ssl_init()
[all …]
H A Dssl_gnutls.c82 *secure_protocol, member
119 .secure_protocol = "AUTO",
199 case WGET_SSL_SECURE_PROTOCOL: config.secure_protocol = value; break; in wget_ssl_set_config_string()
1333 if (config.secure_protocol) {
1336 if (!wget_strcasecmp_ascii(config.secure_protocol, "PFS")) {
1349 if (!wget_strncasecmp_ascii(config.secure_protocol, "SSL", 3))
1351 else if (!wget_strcasecmp_ascii(config.secure_protocol, "TLSv1"))
1359 else if (!wget_strcasecmp_ascii(config.secure_protocol, "auto")) {
1361 } else if (*config.secure_protocol)
1362 priorities = config.secure_protocol;
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/apprise/plugins/
H A DNotifyWebexTeams.py91 secure_protocol = 'wxteams' variable in NotifyWebexTeams
216 schema=self.secure_protocol,
252 schema=NotifyWebexTeams.secure_protocol,
H A DNotifyGoogleChat.py77 secure_protocol = 'gchat' variable in NotifyGoogleChat
246 schema=self.secure_protocol,
311 schema=NotifyGoogleChat.secure_protocol,
H A DNotifyMSTeams.py111 secure_protocol = 'msteams' variable in NotifyMSTeams
494 schema=self.secure_protocol,
505 schema=self.secure_protocol,
606 schema=NotifyMSTeams.secure_protocol,
619 schema=NotifyMSTeams.secure_protocol,
H A DNotifyIFTTT.py66 secure_protocol = 'ifttt' variable in NotifyIFTTT
302 schema=self.secure_protocol,
364 schema=NotifyIFTTT.secure_protocol,
H A DNotifyNotifico.py100 secure_protocol = 'notifico' variable in NotifyNotifico
212 schema=self.secure_protocol,
373 schema=NotifyNotifico.secure_protocol,
H A DNotifyRyver.py74 secure_protocol = 'ryver' variable in NotifyRyver
294 schema=self.secure_protocol,
349 schema=NotifyRyver.secure_protocol,
H A DNotifyTechulusPush.py76 secure_protocol = 'push' variable in NotifyTechulusPush
193 schema=self.secure_protocol,
H A DNotifyFlock.py76 secure_protocol = 'flock' variable in NotifyFlock
322 schema=self.secure_protocol,
372 schema=NotifyFlock.secure_protocol,
H A DNotifyAppriseAPI.py54 secure_protocol = 'apprises' variable in NotifyAppriseAPI
193 schema=self.secure_protocol
316 schema=NotifyAppriseAPI.secure_protocol
H A DNotifyKumulos.py64 secure_protocol = 'kumulos' variable in NotifyKumulos
207 schema=self.secure_protocol,
H A DNotifyPushjet.py48 secure_protocol = 'pjets' variable in NotifyPushjet
137 schema=self.secure_protocol if self.secure else self.protocol,
H A DNotifyGotify.py75 secure_protocol = 'gotifys' variable in NotifyGotify
264 schema=self.secure_protocol if self.secure else self.protocol,
H A DNotifyMessageBird.py54 secure_protocol = 'msgbird'
300 schema=self.secure_protocol,
H A DNotifyKavenegar.py84 secure_protocol = 'kavenegar' variable in NotifyKavenegar
313 schema=self.secure_protocol,
H A DNotifyPopcornNotify.py50 secure_protocol = 'popcorn' variable in NotifyPopcornNotify
255 schema=self.secure_protocol,
H A DNotifyClickSend.py69 secure_protocol = 'clicksend' variable in NotifyClickSend
277 schema=self.secure_protocol,
H A DNotifyProwl.py70 secure_protocol = 'prowl' variable in NotifyProwl
250 schema=self.secure_protocol,
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/network/
H A Dsession.py365 secure_protocol, secure_host, secure_port = secure_origin
366 if origin_protocol != secure_protocol and secure_protocol != "*":
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/network/
H A Dsession.py362 secure_protocol, secure_host, secure_port = secure_origin
363 if origin_protocol != secure_protocol and secure_protocol != "*":
/dports/devel/py-pip/pip-20.3.4/src/pip/_internal/network/
H A Dsession.py369 secure_protocol, secure_host, secure_port = secure_origin
370 if origin_protocol != secure_protocol and secure_protocol != "*":
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/network/
H A Dsession.py346 secure_protocol, secure_host, secure_port = secure_origin
347 if origin_protocol != secure_protocol and secure_protocol != "*":
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/apprise/plugins/NotifyXMPP/
H A D__init__.py63 secure_protocol = 'xmpps' variable in NotifyXMPP
263 default_schema = self.secure_protocol if self.secure else self.protocol
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/apprise/config/
H A DConfigHTTP.py60 secure_protocol = 'https' variable in ConfigHTTP
138 schema=self.secure_protocol if self.secure else self.protocol,

1234