HomeSort by relevance Sort by last modified time
    Searched full:starttls (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/src/net/http/httptest/
server.go 26 // after TLS is started. If set on an unstarted server before StartTLS
31 // before Start or StartTLS.
91 // StartTLS.
116 // StartTLS starts TLS on a server from NewUnstartedServer.
117 func (s *Server) StartTLS() {
160 ts.StartTLS()
  /prebuilts/go/linux-x86/src/net/http/httptest/
server.go 26 // after TLS is started. If set on an unstarted server before StartTLS
31 // before Start or StartTLS.
91 // StartTLS.
116 // StartTLS starts TLS on a server from NewUnstartedServer.
117 func (s *Server) StartTLS() {
160 ts.StartTLS()
  /external/webrtc/webrtc/libjingle/xmpp/
util_unittest.h 31 virtual void StartTls(const std::string & cname);
asyncsocket.h 60 virtual bool StartTls(const std::string & domainname) = 0;
xmppsocket.h 45 virtual bool StartTls(const std::string & domainname);
util_unittest.cc 25 void XmppTestHandler::StartTls(const std::string & cname) {
xmppclient.cc 78 void StartTls(const std::string& domainname);
397 void XmppClient::Private::StartTls(const std::string& domain) {
399 socket_->StartTls(domain);
xmppengine_unittest.cc 104 "<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'>"
106 "</starttls>"
113 EXPECT_EQ("<starttls xmlns=\"urn:ietf:params:xml:ns:xmpp-tls\"/>",
xmpplogintask.cc 101 // to do so - see the implementation of XmppEngineImpl::StartTls and
167 // to do so - see the implementation of XmppEngineImpl::StartTls and
169 pctx_->StartTls(pctx_->user_jid_.domain());
  /prebuilts/go/darwin-x86/src/net/smtp/
smtp.go 9 // STARTTLS RFC 3207
144 // StartTLS sends the STARTTLS command and encrypts all further communication.
145 // Only servers that advertise the STARTTLS extension support this function.
146 func (c *Client) StartTLS(config *tls.Config) error {
150 _, _, err := c.cmd(220, "STARTTLS")
161 // The return values are their zero values if StartTLS did
309 if ok, _ := c.Extension("STARTTLS"); ok {
314 if err = c.StartTLS(config); err != nil {
  /prebuilts/go/linux-x86/src/net/smtp/
smtp.go 9 // STARTTLS RFC 3207
144 // StartTLS sends the STARTTLS command and encrypts all further communication.
145 // Only servers that advertise the STARTTLS extension support this function.
146 func (c *Client) StartTLS(config *tls.Config) error {
150 _, _, err := c.cmd(220, "STARTTLS")
161 // The return values are their zero values if StartTLS did
309 if ok, _ := c.Extension("STARTTLS"); ok {
314 if err = c.StartTLS(config); err != nil {
  /frameworks/base/core/java/android/security/
NetworkSecurityPolicy.java 52 * without TLS or STARTTLS) is permitted for all network communication from this process.
74 * TLS or STARTTLS) is permitted for communicating with {@code hostname} for this process.
  /libcore/luni/src/main/java/libcore/net/
NetworkSecurityPolicy.java 46 * without TLS or STARTTLS) is permitted for all network communications of this process.
67 * without TLS or STARTTLS) is permitted for communicating with {@code hostname} for this
  /external/tlsdate/
TLSDATEPOOL 24 STARTTLS enabled protocols.
TODO 13 15) starttls support (smtp, pop, imap, ftp, xmpp)
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapConstants.java 80 public static final String STARTTLS = "STARTTLS";
138 public static final String CAPABILITY_STARTTLS = "STARTTLS";
  /external/libweave/src/notification/
xmpp_stream_parser_unittest.cc 21 "<stream:features><starttls xmlns=\"urn:ietf:params:xml:ns:xmpp-tls\"><requ"
22 "ired/></starttls><mechanisms xmlns=\"urn:ietf:params:xml:ns:xmpp-sasl\"><m"
140 EXPECT_EQ("starttls", child1->name());
  /external/curl/docs/libcurl/opts/
CURLOPT_USE_SSL.3 35 using the STARTTLS command.
  /external/curl/lib/
imap.h 78 bool tls_supported; /* StartTLS capability supported by server */
pop3.h 72 bool tls_supported; /* StartTLS capability supported by server */
smtp.h 71 bool tls_supported; /* StartTLS capability supported by server */
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 80 public static final String STARTTLS = "STARTTLS";
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 115 * using HELO on non STARTTLS connections because of AOL's mail
122 if (result.contains("STARTTLS")) {
123 executeSimpleCommand("STARTTLS");
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
reporter.py 52 server.starttls()
  /external/curl/docs/examples/
imap-tls.c 47 * to Transport Layer Security (TLS) using the STARTTLS command. Be careful

Completed in 1045 milliseconds

1 2 3 4 5 6 7