Home
last modified time | relevance | path

Searched refs:moduli (Results 1 – 24 of 24) sorted by relevance

/src/crypto/openssh/
H A D.skipped-commit-ids6 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 DMakefile.in303 # 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 Dmoduli1 # $OpenBSD: moduli,v 1.39 2024/11/29 00:13:36 dtucker Exp $
H A DChangeLog1105 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.depend83 moduli.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/b…
/src/crypto/openssh/regress/
H A Dkeygen-moduli.sh19 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 DREADME.regress91 keygen-moduli.sh: keygen moduli
H A DMakefile55 keygen-moduli \
/src/crypto/heimdal/lib/krb5/
H A Dpkinit.c134 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 DMakefile.am370 krb5.moduli
H A DMakefile.in1040 krb5.moduli
/src/secure/usr.sbin/sshd/
H A DMakefile4 CONFS= moduli sshd_config
17 moduli: .MADE target
/src/share/man/man5/
H A DMakefile112 SSH= moduli.5
/src/secure/lib/libssh/
H A DMakefile26 log.c match.c moduli.c nchan.c packet.c \
/src/crypto/openssh/contrib/suse/
H A Dopenssh.spec201 %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 Dopenssh.spec331 %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 Dpkinit.c82 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 DChangeLog.2005297 * 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 Dbnmod.txt2485 # 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 Dntp-keygen-opts.def891 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 Dinvoke-ntp-keygen.texi625 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 DNEWS.md628 for non-prime moduli ([CVE-2022-0778])
762 used in exponentiation with 512-bit moduli ([CVE-2019-1551])
H A DCHANGES.md2527 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 DOptionalObsoleteFiles.inc6820 OLD_FILES+=etc/ssh/moduli