Home
last modified time | relevance | path

Searched defs:TLSRequired (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/src/client/
H A DQXmppConfiguration.h56 TLSRequired, ///< Encryption must be available, otherwise the enumerator
/dports/net/nsq/nsq-1.2.1/nsqd/
H A Doptions.go80 TLSRequired int `flag:"tls-required"` member
H A Dnsqd.go33 TLSRequired const
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/mhale/smtpd/
H A Dsmtpd.go98TLSRequired bool // Require TLS for every command except NOOP, EHLO, STARTTLS, or QUIT as per RFC… member
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/fclairamb/ftpserverlib/
H A Ddriver.go224 TLSRequired TLSRequirement // defines the TLS mode member
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/words/protocols/jabber/
H A Dxmlstream.py365 class TLSRequired(TLSError): class
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/words/protocols/jabber/
H A Dxmlstream.py359 class TLSRequired(TLSError): class
/dports/net-im/gloox/gloox-1.0.24/src/
H A Dgloox.h725 TLSRequired /**< Don't attempt to log in if the server didn't offer TLS enumerator
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/nats-io/nats.go/
H A Dnats.go534 TLSRequired bool `json:"tls_required"` member
4060 func (nc *Conn) TLSRequired() bool { func