HomeSort by: relevance | last modified time | path
    Searched refs:HTTPS (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/
test_server.c 10 * file, you can obtain one at https://mozilla.org/MPL/2.0/.
33 typedef enum { UDP, TCP, DOT, HTTPS, HTTP } protocol_t;
35 static const char *protocols[] = { "udp", "tcp", "dot", "https", "http-plain" };
268 case HTTPS:
270 bool is_https = protocol == HTTPS;
  /src/external/bsd/libevent/dist/sample/
https-client.c 1 /* $NetBSD: https-client.c,v 1.1.1.2 2021/04/07 02:43:15 christos Exp $ */
5 It just GETs an https URL given on the command-line and prints the response
9 https code paths.
99 fputs(" https-client -url <https-url> [-data data-file.bin] [-ignore-cert] [-retries num] [-timeout sec] [-crt crt]\n", stderr);
101 fputs(" https-client -url https://ip.appspot.com/\n", stderr);
174 printf("https server '%s' has this certificate, "
239 enum { HTTP, HTTPS } type = HTTP;
313 if (scheme == NULL || (strcasecmp(scheme, "https") != 0 &
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c 4667 #define HTTPS(name) \
4782 HTTPS(basic),
4783 HTTPS(filter_basic),
4784 HTTPS(simple),
4785 HTTPS(simple_dirty),
4786 HTTPS(incomplete),
4787 HTTPS(incomplete_timeout),
4791 HTTPS(chunk_out),
4792 HTTPS(filter_chunk_out),
4793 HTTPS(stream_out)
    [all...]
  /src/external/bsd/libevent/dist/test/
regress_http.c 4713 #define HTTPS(name) \
4830 HTTPS(basic),
4831 HTTPS(filter_basic),
4832 HTTPS(simple),
4833 HTTPS(simple_dirty),
4834 HTTPS(incomplete),
4835 HTTPS(incomplete_timeout),
4839 HTTPS(chunk_out),
4840 HTTPS(filter_chunk_out),
4841 HTTPS(stream_out)
    [all...]
  /src/usr.sbin/sysinst/
msg.mi.pl 700 https from the NetBSD CDN.
1100 message https {HTTPS}
msg.mi.de 735 download via https von der NetBSD CDN.
1177 message https {HTTPS}
  /src/external/mpl/bind/dist/
configure 5 # Report bugs to <https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug>.
282 $0: https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
620 PACKAGE_BUGREPORT='https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug'
621 PACKAGE_URL='https://www.isc.org/downloads/'
1683 --disable-doh disable DNS over HTTPS, removes dependency on
1833 Report bugs to <https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug>.
1834 BIND home page: <https://www.isc.org/downloads/>.
3455 # released under GPLv2). https://bugs.gnu.org/68808
3462 # https://lists.gnu.org/archive/html/automake/2024-06/msg00051.html
3973 # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html
    [all...]

Completed in 1019 milliseconds