Lines Matching refs:ecdsa
59 # Note: ECDSA support requires OpenSSL 1.0.0 or later and may
61 # will support ECDSA, so you'll generally want to deploy both
62 # RSA and ECDSA certificates to make use of ECDSA with
65 # RSA and ECDSA, you'll want at least OpenSSL 1.0.2, as earlier
79 # in UTC. For ECDSA, the file names start with \fBeckey-\fR
190 # File with the Postfix SMTP server ECDSA certificate in PEM format.
192 # File with the Postfix SMTP server ECDSA private key in PEM format.
335 ecdsa=
336 for _algo in `$postconf -T public-key-algorithms | grep -E '^(rsa|ecdsa)$'`
343 if [ -n "${ecdsa}" ]; then
346 Postfix supports ECDSA, but the $openssl command does not. Consider
350 ecdsa=
355 elif [ -n "${ecdsa}" ]; then
356 DEFALG=ecdsa
359 $FATAL "Postfix $mail_version does not support either RSA or ECDSA"
404 ec ecdsa smtpd_tls_eckey_file smtpd_tls_eccert_file
469 $ecdsa) set -- "${openssl}" ecparam -param_enc named_curve -genkey \
669 ecdsa) if [ -n "${ecdsa}" ]; then
702 $ecdsa) keyfile="${config_directory}/eckey-${stamp}.pem"
948 $ecdsa) : ${bits:=${EC_CURVE}};;
977 $ecdsa) : ${bits:=${EC_CURVE}};;
1006 $ecdsa) : ${bits:=${EC_CURVE}};;
1065 for _algo in $rsa $ecdsa
1104 # RSA and/or ECDSA keys.
1107 if [ $# -eq 0 ]; then set -- $rsa $ecdsa; fi