| /src/crypto/openssh/ |
| H A D | .skipped-commit-ids | 6 1de0e85522051eb2ffa00437e1885e9d7b3e0c2e moduli update 8 04431e8e7872f49a2129bf080a6b73c19d576d40 moduli update 9 c07772f58028fda683ee6abd41c73da3ff70d403 moduli update 10 db6375fc302e3bdf07d96430c63c991b2c2bd3ff moduli update 15 58ec755be4e51978ecfee73539090eb68652a987 moduli update 20 7b7b619c1452a459310b0cf4391c5757c6bdbc0f moduli update 21 5010ff08f7ad92082e87dde098b20f5c24921a8f moduli regen script update 22 3bcae7a754db3fc5ad3cab63dd46774edb35b8ae moduli regen script update 23 52ff0e3205036147b2499889353ac082e505ea54 moduli update 25 cc12a9029833d222043aecd252d654965c351a69 moduli-gen Makefile [all …]
|
| H A D | Makefile.in | 303 # fake rule to stop make trying to compile moduli.o into a binary "moduli.o" 482 echo "moving $(DESTDIR)$(sysconfdir)/primes to $(DESTDIR)$(sysconfdir)/moduli"; \ 483 mv "$(DESTDIR)$(sysconfdir)/primes" "$(DESTDIR)$(sysconfdir)/moduli"; \ 488 echo "$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \ 813 TEST_SSH_MODULI_FILE="$(abs_top_srcdir)/moduli" \
|
| H A D | moduli | 1 # $OpenBSD: moduli,v 1.39 2024/11/29 00:13:36 dtucker Exp $
|
| H A D | ChangeLog | 1105 moduli file exists, but does not contain moduli within the client-requested 1106 range. The fallback behaviour remains for the case where the moduli file does 1222 upstream: Import regenerated moduli. 1641 upstream: allow "-" as output file for moduli screening 2489 upstream: Import regenerated moduli. 4607 upstream: Import regenerated moduli. 5170 upstream: Import regenerated moduli. 5745 upstream: Import regenerated moduli. 7397 upstream: Import regenerated moduli.
|
| H A D | .depend | 83 moduli.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/b…
|
| /src/crypto/openssh/regress/ |
| H A D | keygen-moduli.sh | 19 rm -f $OBJ/moduli.out $OBJ/moduli.ckpt 20 ${SSHKEYGEN} -M screen -f ${SRC}/moduli.in $i $OBJ/moduli.out 2>/dev/null || \ 22 lines=`wc -l <$OBJ/moduli.out` 27 rm -f $OBJ/moduli.out $OBJ/moduli.ckpt
|
| H A D | README.regress | 91 keygen-moduli.sh: keygen moduli
|
| H A D | Makefile | 55 keygen-moduli \
|
| /src/crypto/heimdal/lib/krb5/ |
| H A D | pkinit.c | 134 struct krb5_dh_moduli **moduli) in select_dh_group() argument 140 m = moduli[1]; /* XXX */ in select_dh_group() 142 m = moduli[0]; /* XXX */ in select_dh_group() 145 for (i = 0; moduli[i] != NULL; i++) { in select_dh_group() 146 if (bits < moduli[i]->bits) in select_dh_group() 149 if (moduli[i] == NULL) { in select_dh_group() 156 m = moduli[i]; in select_dh_group() 2215 _krb5_free_moduli(struct krb5_dh_moduli **moduli) in _krb5_free_moduli() argument 2218 for (i = 0; moduli[i] != NULL; i++) { in _krb5_free_moduli() 2219 free(moduli[i]->name); in _krb5_free_moduli() [all …]
|
| H A D | Makefile.am | 370 krb5.moduli
|
| H A D | Makefile.in | 1040 krb5.moduli
|
| /src/secure/usr.sbin/sshd/ |
| H A D | Makefile | 4 CONFS= moduli sshd_config 17 moduli: .MADE target
|
| /src/share/man/man5/ |
| H A D | Makefile | 112 SSH= moduli.5
|
| /src/secure/lib/libssh/ |
| H A D | Makefile | 26 log.c match.c moduli.c nchan.c packet.c \
|
| /src/crypto/openssh/contrib/suse/ |
| H A D | openssh.spec | 201 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli 225 %attr(0644,root,root) %doc %{_mandir}/man5/moduli.5*
|
| /src/crypto/openssh/contrib/redhat/ |
| H A D | openssh.spec | 331 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli 373 %attr(0644,root,root) %{_mandir}/man5/moduli.5* 507 - replace primes with moduli
|
| /src/crypto/heimdal/kdc/ |
| H A D | pkinit.c | 82 static struct krb5_dh_moduli **moduli; variable 364 &dhparam.p, &dhparam.g, &dhparam.q, moduli, in get_dh_param() 1969 ret = _krb5_parse_moduli(context, file, &moduli); in krb5_kdc_pk_initialize()
|
| /src/crypto/heimdal/ |
| H A D | ChangeLog.2005 | 297 * lib/krb5/Makefile.am: Install krb5.moduli in sysconfdir. 299 * lib/krb5/krb5_locl.h: rename moduli file to SYSCONFDIR 300 "/krb5.moduli" 311 (krb5_get_init_creds_opt_set_pkinit): use moduli file if it exists 324 * lib/krb5/pkinit.c: Add support for reading a moduli-file for DH
|
| /src/crypto/openssl/test/recipes/10-test_bn_data/ |
| H A D | bnmod.txt | 2485 # different bitwidths. rsaz-avx2.pl only runs at 1024-bit moduli, and 2487 # multiples of 512- and non-multiples. Also include moduli that are not quite a
|
| /src/contrib/ntp/util/ |
| H A D | ntp-keygen-opts.def | 891 Use the larger moduli with caution, as this can consume considerable computing 994 Use the larger moduli with caution, as this can consume considerable computing
|
| H A D | invoke-ntp-keygen.texi | 625 Use the larger moduli with caution, as this can consume considerable computing 728 Use the larger moduli with caution, as this can consume considerable computing
|
| /src/crypto/openssl/ |
| H A D | NEWS.md | 628 for non-prime moduli ([CVE-2022-0778]) 762 used in exponentiation with 512-bit moduli ([CVE-2019-1551])
|
| H A D | CHANGES.md | 2527 for non-prime moduli. 3465 used in exponentiation with 512-bit moduli. No EC algorithms are 5482 used in exponentiation with 1024-bit moduli. No EC algorithms are affected. 7238 used in exponentiation with 1024-bit moduli. No EC algorithms are affected. 15356 only for relatively small moduli (roughly 20-30% for 128-bit moduli, 15357 roughly 5-15% for 256-bit moduli), so we use it only for moduli 15359 appears to be advantageous for much longer moduli; here we use it 15360 for moduli up to 2048 bits. 16066 * Change BN_mod_exp_recp so that negative moduli are tolerated 16069 for negative moduli. [all …]
|
| /src/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 6820 OLD_FILES+=etc/ssh/moduli
|