| /freebsd-13.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 | 892 if( !c->dnscrypt ) { in dnsc_handle_curved_request() 917 if(!repinfo->c->dnscrypt) { in dnsc_handle_uncurved_request()
|
| /freebsd-13.1/contrib/unbound/ |
| H A D | Makefile.in | 451 dnscrypt.lo dnscrypt.o: $(srcdir)/dnscrypt/dnscrypt.c config.h \ 453 $(srcdir)/dnscrypt/dnscrypt.h $(srcdir)/dnscrypt/cert.h \ 831 $(srcdir)/dnscrypt/dnscrypt.h $(srcdir)/util/as112.h 833 $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h \ 848 $(srcdir)/dnscrypt/dnscrypt.h $(srcdir)/util/tube.h \ 870 $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h \ 874 $(srcdir)/dnscrypt/dnscrypt.h \ 899 $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h \ 1009 $(srcdir)/dnscrypt/dnscrypt.h $(srcdir)/util/module.h \ 1269 $(srcdir)/dnscrypt/dnscrypt.h $(srcdir)/util/alloc.h \ [all …]
|
| H A D | configure.ac | 9 sinclude(dnscrypt/dnscrypt.m4) 1819 # check for dnscrypt if requested 1821 AC_DEFINE([USE_DNSCRYPT], [1], [Define to 1 to enable dnscrypt support]) 1824 AC_SUBST([DNSCRYPT_SRC], ["dnscrypt/dnscrypt.c"]) 1825 AC_SUBST([DNSCRYPT_OBJ], ["dnscrypt.lo"]) 2248 …unbound-host.1 smallapp/unbound-control-setup.sh dnstap/dnstap_config.h dnscrypt/dnscrypt_config.h…
|
| H A D | config.h.in | 841 /* Define to 1 to enable dnscrypt support */ 844 /* Define to 1 to enable dnscrypt with xchacha20 support */
|
| H A D | configure | 1590 --enable-dnscrypt Enable dnscrypt support (requires libsodium) 22896 "dnscrypt/dnscrypt_config.h") CONFIG_FILES="$CONFIG_FILES dnscrypt/dnscrypt_config.h" ;;
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | configlexer.lex | 517 dnscrypt{COLON} { YDVAR(0, VAR_DNSCRYPT) } 518 dnscrypt-enable{COLON} { YDVAR(1, VAR_DNSCRYPT_ENABLE) } 519 dnscrypt-port{COLON} { YDVAR(1, VAR_DNSCRYPT_PORT) } 520 dnscrypt-provider{COLON} { YDVAR(1, VAR_DNSCRYPT_PROVIDER) } 521 dnscrypt-secret-key{COLON} { YDVAR(1, VAR_DNSCRYPT_SECRET_KEY) } 522 dnscrypt-provider-cert{COLON} { YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT) } 523 dnscrypt-provider-cert-rotated{COLON} { YDVAR(1, VAR_DNSCRYPT_PROVIDER_CERT_ROTATED) } 524 dnscrypt-shared-secret-cache-size{COLON} { 526 dnscrypt-shared-secret-cache-slabs{COLON} { 528 dnscrypt-nonce-cache-size{COLON} { YDVAR(1, VAR_DNSCRYPT_NONCE_CACHE_SIZE) } [all …]
|
| H A D | netevent.c | 816 if (c->dnscrypt) 2151 c->dnscrypt = c->tcp_parent->dnscrypt; 3312 c->dnscrypt = 0; 3368 c->dnscrypt = 0; 3450 c->dnscrypt = 0; 3547 c->dnscrypt = 0; 3663 c->dnscrypt = 0; 3755 c->dnscrypt = 0; 3821 c->dnscrypt = 0; 3885 c->dnscrypt = 0; [all …]
|
| H A D | netevent.h | 356 int dnscrypt; member
|
| H A D | config_file.h | 609 int dnscrypt; member
|
| H A D | config_file.c | 342 cfg->dnscrypt = 0; in config_create() 735 else S_YNO("dnscrypt-enable:", dnscrypt) in config_set_option() 1187 else O_YNO(opt, "dnscrypt-enable", dnscrypt) in config_get_option() 1367 if(!cfg->dnscrypt) cfg->dnscrypt_port = 0; in config_read()
|
| H A D | configparser.y | 3387 else cfg_parser->cfg->dnscrypt = (strcmp($2, "yes")==0);
|
| /freebsd-13.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 @@ -428,6 +430,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-13.1/contrib/unbound/doc/ |
| H A D | example.conf.in | 1083 # To enable, use --enable-dnscrypt to configure before compiling. 1088 # listen on `dnscrypt-port` with the follo0wing snippet: 1093 # Finally, `dnscrypt` config has its own section. 1094 # dnscrypt: 1095 # dnscrypt-enable: yes 1096 # dnscrypt-port: 443 1097 # dnscrypt-provider: 2.dnscrypt-cert.example.com. 1098 # dnscrypt-secret-key: /path/unbound-conf/keys1/1.key 1099 # dnscrypt-secret-key: /path/unbound-conf/keys2/1.key 1100 # dnscrypt-provider-cert: /path/unbound-conf/keys1/1.cert [all …]
|
| H A D | Changelog | 1631 - Fix Bad Indentation, in dnscrypt.c, 1635 - Fix compile error in dnscrypt. 2892 - Also that for dnscrypt. 3248 - [dnscrypt] prevent dnscrypt-secret-key, dnscrypt-provider-cert 3250 - [dnscrypt] introduce dnscrypt-provider-cert-rotated option, 3336 - For #1417: escape ; in dnscrypt tests. 3352 - new keys and certs for dnscrypt tests. 3512 - dnscrypt unit tests with chacha. 3516 - Add dnscrypt XChaCha20 tests. 3749 - Fix doxygen for dnscrypt files. [all …]
|
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | unbound.c | 204 + (cfg->dnscrypt?cfg->dnscrypt_shared_secret_cache_size + cfg->dnscrypt_nonce_cache_size:0) in checkrlimits()
|
| H A D | daemon.c | 609 if(daemon->cfg->dnscrypt) { in daemon_fork()
|
| H A D | worker.c | 1097 if(c->dnscrypt && !repinfo->is_dnscrypted) { in worker_handle_request() 1131 } else if(c->dnscrypt && repinfo->is_dnscrypted) { in worker_handle_request()
|
| /freebsd-13.1/contrib/unbound/services/ |
| H A D | listen_dnsport.c | 1431 cp->dnscrypt = 1; in listen_create()
|