Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A D.skipped-commit-ids5 1de0e85522051eb2ffa00437e1885e9d7b3e0c2e moduli update
7 04431e8e7872f49a2129bf080a6b73c19d576d40 moduli update
8 c07772f58028fda683ee6abd41c73da3ff70d403 moduli update
9 db6375fc302e3bdf07d96430c63c991b2c2bd3ff moduli update
14 58ec755be4e51978ecfee73539090eb68652a987 moduli update
19 7b7b619c1452a459310b0cf4391c5757c6bdbc0f moduli update
22 52ff0e3205036147b2499889353ac082e505ea54 moduli update
25 7ac6c252d2a5be8fbad4c66d9d35db507c9dac5b moduli update
34 edbfde98c40007b7752a4ac106095e060c25c1ef Regen moduli
37 180d84674be1344e45a63990d60349988187c1ae Update moduli
[all …]
H A DMakefile.in266 # 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"; \
745 TEST_SSH_MODULI_FILE="$(abs_top_srcdir)/moduli" \
H A Dmoduli1 # $OpenBSD: moduli,v 1.30 2021/05/17 07:22:45 dtucker Exp $
H A DChangeLog2556 upstream: Regenerate moduli.
3341 Don't install moduli during tests.
3410 moduli file used during the test run.
3437 Import regenerated moduli file.
3892 Install moduli on target not host.
3924 Always intall moduli.
4323 Install moduli file before tests.
6190 upstream: Regen moduli.
9315 upstream: Import regenerated moduli.
9323 Import regenerated moduli.
[all …]
H A D.depend83 moduli.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/b…
/freebsd-13.1/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 DMakefile52 keygen-moduli \
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dpkinit.c140 m = moduli[1]; /* XXX */ in select_dh_group()
142 m = moduli[0]; /* XXX */ in select_dh_group()
149 if (moduli[i] == NULL) { in select_dh_group()
156 m = moduli[i]; in select_dh_group()
2127 free(moduli[i]->name); in _krb5_free_moduli()
2131 free(moduli[i]); in _krb5_free_moduli()
2133 free(moduli); in _krb5_free_moduli()
2201 *moduli = NULL; in _krb5_parse_moduli()
2246 *moduli = m; in _krb5_parse_moduli()
2280 *moduli = m; in _krb5_parse_moduli()
[all …]
H A DMakefile.am370 krb5.moduli
H A DMakefile.in1040 krb5.moduli
/freebsd-13.1/secure/usr.sbin/sshd/
H A DMakefile6 CONFS= moduli sshd_config
31 moduli: .MADE target
/freebsd-13.1/share/man/man5/
H A DMakefile40 moduli.5 \
/freebsd-13.1/secure/lib/libssh/
H A DMakefile16 log.c match.c moduli.c nchan.c packet.c \
/freebsd-13.1/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-13.1/crypto/openssh/contrib/redhat/
H A Dopenssh.spec359 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/moduli
400 %attr(0644,root,root) %{_mandir}/man5/moduli.5*
524 - replace primes with moduli
/freebsd-13.1/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-13.1/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-13.1/crypto/openssl/
H A DNEWS16 forever for non-prime moduli (CVE-2022-0778)
68 used in exponentiation with 512-bit moduli (CVE-2019-1551)
H A DCHANGES26 for non-prime moduli.
371 used in exponentiation with 512-bit moduli. No EC algorithms are
1238 used in exponentiation with 1024-bit moduli. No EC algorithms are affected.
8364 only for relatively small moduli (roughly 20-30% for 128-bit moduli,
8365 roughly 5-15% for 256-bit moduli), so we use it only for moduli
8367 appears to be advantageous for much longer moduli; here we use it
8368 for moduli up to 2048 bits.
8994 *) Change BN_mod_exp_recp so that negative moduli are tolerated
8997 for negative moduli.
9034 in the Euclid loop. (Speed gain about 20% for small moduli [256 or
[all …]
/freebsd-13.1/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-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc7184 OLD_FILES+=etc/ssh/moduli