| /freebsd-12.1/contrib/unbound/dnscrypt/ |
| H A D | dnscrypt.m4 | 1 # dnscrypt.m4 5 # Check for required dnscrypt libraries and add dnscrypt configure args. 8 AC_ARG_ENABLE([dnscrypt], 9 AS_HELP_STRING([--enable-dnscrypt], 10 [Enable dnscrypt support (requires libsodium)]), 15 [Path where libsodium is installed, for dnscrypt]), [ 26 [Define to 1 to enable dnscrypt with xchacha20 support])
|
| H A D | dnscrypt.c | 890 if( !c->dnscrypt ) { in dnsc_handle_curved_request() 915 if(!repinfo->c->dnscrypt) { in dnsc_handle_uncurved_request()
|
| /freebsd-12.1/contrib/unbound/ |
| H A D | Makefile.in | 407 dnscrypt.lo dnscrypt.o: $(srcdir)/dnscrypt/dnscrypt.c config.h \ 409 $(srcdir)/dnscrypt/dnscrypt.h $(srcdir)/dnscrypt/cert.h \ 782 $(srcdir)/dnscrypt/dnscrypt.h $(srcdir)/util/as112.h 784 $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h \ 799 $(srcdir)/dnscrypt/dnscrypt.h $(srcdir)/util/tube.h \ 821 $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h \ 825 $(srcdir)/dnscrypt/dnscrypt.h \ 850 $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h \ 959 $(srcdir)/dnscrypt/dnscrypt.h $(srcdir)/util/module.h \ 1207 $(srcdir)/dnscrypt/dnscrypt.h $(srcdir)/util/alloc.h \ [all …]
|
| H A D | configure.ac | 9 sinclude(dnscrypt/dnscrypt.m4) 1700 # check for dnscrypt if requested 1702 AC_DEFINE([USE_DNSCRYPT], [1], [Define to 1 to enable dnscrypt support]) 1705 AC_SUBST([DNSCRYPT_SRC], ["dnscrypt/dnscrypt.c"]) 1706 AC_SUBST([DNSCRYPT_OBJ], ["dnscrypt.lo"]) 2107 …unbound-host.1 smallapp/unbound-control-setup.sh dnstap/dnstap_config.h dnscrypt/dnscrypt_config.h…
|
| H A D | config.h.in | 775 /* Define to 1 to enable dnscrypt support */ 778 /* Define to 1 to enable dnscrypt with xchacha20 support */
|
| H A D | configure | 1576 --enable-dnscrypt Enable dnscrypt support (requires libsodium) 22609 "dnscrypt/dnscrypt_config.h") CONFIG_FILES="$CONFIG_FILES dnscrypt/dnscrypt_config.h" ;;
|
| /freebsd-12.1/contrib/unbound/util/ |
| H A D | configlexer.lex | 469 dnscrypt{COLON} { YDVAR(0, VAR_DNSCRYPT) } 470 dnscrypt-enable{COLON} { YDVAR(1, VAR_DNSCRYPT_ENABLE) } 471 dnscrypt-port{COLON} { YDVAR(1, VAR_DNSCRYPT_PORT) } 472 dnscrypt-provider{COLON} { YDVAR(1, VAR_DNSCRYPT_PROVIDER) } 473 dnscrypt-secret-key{COLON} { YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) } 474 dnscrypt-provider-cert{COLON} { YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) } 475 dnscrypt-provider-cert-rotated{COLON} { YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) } 476 dnscrypt-shared-secret-cache-size{COLON} { 478 dnscrypt-shared-secret-cache-slabs{COLON} { 480 dnscrypt-nonce-cache-size{COLON} { YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) } [all …]
|
| H A D | netevent.c | 740 if (c->dnscrypt) 1797 c->dnscrypt = c->tcp_parent->dnscrypt; 1799 if(c->dnscrypt && c->dnscrypt_buffer == c->buffer) { 2570 c->dnscrypt = 0; 2624 c->dnscrypt = 0; 2704 c->dnscrypt = 0; 2796 c->dnscrypt = 0; 2872 c->dnscrypt = 0; 2938 c->dnscrypt = 0; 3002 c->dnscrypt = 0; [all …]
|
| H A D | netevent.h | 281 int dnscrypt; member
|
| H A D | config_file.h | 535 int dnscrypt; member
|
| H A D | config_file.c | 313 cfg->dnscrypt = 0; in config_create() 653 else S_YNO("dnscrypt-enable:", dnscrypt) in config_set_option() 1060 else O_YNO(opt, "dnscrypt-enable", dnscrypt) in config_get_option() 1229 if(!cfg->dnscrypt) cfg->dnscrypt_port = 0; in config_read()
|
| H A D | configparser.y | 2910 else cfg_parser->cfg->dnscrypt = (strcmp($2, "yes")==0);
|
| /freebsd-12.1/contrib/unbound/contrib/ |
| H A D | redirect-bogus.patch | 129 cfg->dnscrypt = 0; 178 dnscrypt{COLON} { YDVAR(0, VAR_DNSCRYPT) } 179 dnscrypt-enable{COLON} { YDVAR(1, VAR_DNSCRYPT_ENABLE) } 180 dnscrypt-port{COLON} { YDVAR(1, VAR_DNSCRYPT_PORT) }
|
| H A D | unbound-fuzzme.patch | 94 + $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h $(srcdir)/services/cache/rrset.h \
|
| H A D | warmup.sh | 38 dnscrypt.org
|
| H A D | warmup.cmd | 43 dnscrypt.org
|
| H A D | fastrpz.patch | 35 @@ -410,6 +412,11 @@ dnscrypt.lo dnscrypt.o: $(srcdir)/dnscrypt/dnscrypt.c config.h \ 73 sinclude(dnscrypt/dnscrypt.m4) 130 /** the dnscrypt environment */ 154 #include "dnscrypt/dnscrypt.h"
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | example.conf.in | 975 # 2. dnscrypt channel attaches to an interface. you MUST set interfaces to 976 # listen on `dnscrypt-port` with the follo0wing snippet: 981 # Finally, `dnscrypt` config has its own section. 982 # dnscrypt: 983 # dnscrypt-enable: yes 984 # dnscrypt-port: 443 985 # dnscrypt-provider: 2.dnscrypt-cert.example.com. 986 # dnscrypt-secret-key: /path/unbound-conf/keys1/1.key 987 # dnscrypt-secret-key: /path/unbound-conf/keys2/1.key 988 # dnscrypt-provider-cert: /path/unbound-conf/keys1/1.cert [all …]
|
| H A D | Changelog | 214 - Fix Bad Indentation, in dnscrypt.c, 218 - Fix compile error in dnscrypt. 1475 - Also that for dnscrypt. 1831 - [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert 1833 - [dnscrypt] introduce dnscrypt-provider-cert-rotated option, 1919 - For #1417: escape ; in dnscrypt tests. 1935 - new keys and certs for dnscrypt tests. 2095 - dnscrypt unit tests with chacha. 2099 - Add dnscrypt XChaCha20 tests. 2332 - Fix doxygen for dnscrypt files. [all …]
|
| /freebsd-12.1/contrib/unbound/daemon/ |
| H A D | daemon.c | 591 if(daemon->cfg->dnscrypt) { in daemon_fork()
|
| H A D | worker.c | 1122 if(c->dnscrypt && !repinfo->is_dnscrypted) { in worker_handle_request() 1156 } else if(c->dnscrypt && repinfo->is_dnscrypted) { in worker_handle_request()
|
| /freebsd-12.1/contrib/unbound/services/ |
| H A D | listen_dnsport.c | 1324 cp->dnscrypt = 1; in listen_create()
|