| /freebsd/crypto/openssl/doc/HOWTO/ |
| H A D | keys.txt | 32 consider insecure or to be insecure pretty soon. 47 consider insecure or to be insecure pretty soon.
|
| /freebsd/sbin/ldconfig/ |
| H A D | ldconfig.h | 35 extern bool insecure; /* -i flag, needed here for elfhints.c */
|
| H A D | ldconfig.c | 95 insecure = true; in main()
|
| H A D | elfhints.c | 58 bool insecure; variable 67 if (!trusted && !insecure) { in add_dir()
|
| /freebsd/usr.sbin/rpcbind/ |
| H A D | security.c | 86 if (!insecure && !is_loopback(caller)) { in check_access() 247 if (!insecure) in check_callit()
|
| H A D | rpcbind.h | 76 extern int insecure;
|
| /freebsd/contrib/bsddialog/examples_utility/ |
| H A D | passwordbox.sh | 17 FORM=$(./bsddialog --insecure --title " password " \
|
| H A D | passwordform.sh | 17 FORMS=$(./bsddialog --insecure --title " passwordform " \
|
| H A D | mixedform.sh | 17 FORMS=$(./bsddialog --insecure --title " mixedform " \
|
| /freebsd/usr.sbin/bsdconfig/password/share/ |
| H A D | password.subr | 78 --insecure \ 92 --insecure \
|
| /freebsd/usr.sbin/bsdinstall/scripts/ |
| H A D | rootpass | 95 --passwordform --insecure \
|
| /freebsd/secure/ |
| H A D | Makefile | 30 insecure: .MAKE .PHONY target
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zio_checksum.c | 346 boolean_t insecure = (ci->ci_flags & ZCHECKSUM_FLAG_DEDUP) == 0; in zio_checksum_compute() local 396 zio_checksum_handle_crypt(&cksum, &saved, insecure); in zio_checksum_compute() 406 zio_checksum_handle_crypt(&cksum, &saved, insecure); in zio_checksum_compute()
|
| /freebsd/packages/kerberos-kdc/ |
| H A D | kerberos-kdc.ucl | 23 and servers to authenticate each other over a potentially insecure network.
|
| /freebsd/sys/contrib/libsodium/src/libsodium/sodium/ |
| H A D | core.c | 27 # warning It might be totally insecure.
|
| /freebsd/packages/kerberos/ |
| H A D | kerberos.ucl | 23 and servers to authenticate each other over a potentially insecure network.
|
| /freebsd/packages/openssl/ |
| H A D | openssl.ucl | 24 over a potentially insecure network. TLS is commonly used to secure Internet
|
| /freebsd/usr.sbin/bsdconfig/security/include/ |
| H A D | securelevel.hlp | 8 -1 Permanently insecure mode - always run the system in level 0
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | unbound-host.nagios.patch | 70 return "(insecure)";
|
| /freebsd/tools/tools/nanobsd/pcengines/Files/etc/ |
| H A D | ttys | 27 # If console is marked "insecure", then init will ask for the root password
|
| /freebsd/tools/tools/nanobsd/rescue/Files/etc/ |
| H A D | ttys | 27 # If console is marked "insecure", then init will ask for the root password
|
| /freebsd/sbin/init/ |
| H A D | ttys | 24 # If console is marked "insecure", init will ask for the root password
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | RC4_set_key.pod | 31 (16 byte) keys are used for strong encryption, but shorter insecure
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 2831 int* insecure, int* prime, int* tls) in parse_fs_args() argument 2842 if(*args == 'i' && insecure) in parse_fs_args() 2843 *insecure = 1; in parse_fs_args() 2880 int insecure = 0, tls = 0; in do_forward_add() local 2884 if(!parse_fs_args(ssl, args, &nm, &dp, &insecure, NULL, &tls)) in do_forward_add() 2890 if(insecure && worker->env.anchors) { in do_forward_add() 2916 int insecure = 0; in do_forward_remove() local 2919 if(!parse_fs_args(ssl, args, &nm, NULL, &insecure, NULL, NULL)) in do_forward_remove() 2923 if(insecure && worker->env.anchors) in do_forward_remove() 2937 int insecure = 0, prime = 0, tls = 0; in do_stub_add() local [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | OSSL_PROVIDER-legacy.pod | 11 use, have been deemed insecure by the cryptography community, or something
|