Home
last modified time | relevance | path

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

/freebsd/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.in263 # fake rule to stop make trying to compile moduli.o into a binary "moduli.o"
437 echo "moving $(DESTDIR)$(sysconfdir)/primes to $(DESTDIR)$(sysconfdir)/moduli"; \
438 mv "$(DESTDIR)$(sysconfdir)/primes" "$(DESTDIR)$(sysconfdir)/moduli"; \
443 echo "$(DESTDIR)$(sysconfdir)/moduli already exists, install will not overwrite"; \
753 TEST_SSH_MODULI_FILE="$(abs_top_srcdir)/moduli" \
H A Dmoduli1 # $OpenBSD: moduli,v 1.35 2023/10/25 05:38:08 dtucker Exp $
H A DChangeLog517 upstream: Import regenerated moduli.
1092 upstream: Import regenerated moduli.
2744 upstream: Import regenerated moduli.
3602 upstream: Fix mem and FILE leaks in moduli screening.
3614 upstream: Plug mem leak in moduli checkpoint option parsing.
5450 upstream: Import regenerated moduli.
7875 upstream: Import regenerated moduli
7895 upstream: Import regenerated moduli
7924 Resync moduli.5 with upstream.
H A D.depend80 moduli.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/b…
/freebsd/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 \
/freebsd/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
/freebsd/secure/usr.sbin/sshd/
H A DMakefile4 CONFS= moduli sshd_config
29 moduli: .MADE target
/freebsd/share/man/man5/
H A DMakefile30 moduli.5 \
/freebsd/secure/lib/libssh/
H A DMakefile14 log.c match.c moduli.c nchan.c packet.c \
/freebsd/crypto/openssh/contrib/suse/
H A Dopenssh.spec201 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli
224 %attr(0644,root,root) %doc %{_mandir}/man5/moduli.5*
/freebsd/crypto/openssh/contrib/redhat/
H A Dopenssh.spec357 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli
398 %attr(0644,root,root) %{_mandir}/man5/moduli.5*
530 - replace primes with moduli
/freebsd/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()
/freebsd/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
/freebsd/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
/freebsd/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
/freebsd/crypto/openssl/
H A DNEWS.md136 for non-prime moduli ([CVE-2022-0778])
268 used in exponentiation with 512-bit moduli ([CVE-2019-1551])
H A DCHANGES.md868 for non-prime moduli.
1787 used in exponentiation with 512-bit moduli. No EC algorithms are
3802 used in exponentiation with 1024-bit moduli. No EC algorithms are affected.
5553 used in exponentiation with 1024-bit moduli. No EC algorithms are affected.
13671 only for relatively small moduli (roughly 20-30% for 128-bit moduli,
13672 roughly 5-15% for 256-bit moduli), so we use it only for moduli
13674 appears to be advantageous for much longer moduli; here we use it
13675 for moduli up to 2048 bits.
14381 * Change BN_mod_exp_recp so that negative moduli are tolerated
14384 for negative moduli.
[all …]
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc6598 OLD_FILES+=etc/ssh/moduli