Home
last modified time | relevance | path

Searched refs:CertFingerprintAlgorithm (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/sendmail/src/
H A Dtls.c436 if (CertFingerprintAlgorithm == NULL)
437 CertFingerprintAlgorithm = "sha1";
450 if (bv && CertFingerprintAlgorithm != NULL)
454 md = EVP_get_digestbyname(CertFingerprintAlgorithm);
461 , CertFingerprintAlgorithm);
1812 #define CERTFPMACRO (CertFingerprintAlgorithm != NULL ? "{cert_fp}" : "{cert_md5}")
H A Dtls.h204 EXTERN char *CertFingerprintAlgorithm; /* name of fingerprint alg */ variable
H A Dreadcf.c4351 SET_STRING_EXP(CertFingerprintAlgorithm);
/freebsd-13.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf548 #O CertFingerprintAlgorithm
/freebsd-13.1/contrib/sendmail/cf/m4/
H A Dproto.m4700 _OPTION(CertFingerprintAlgorithm, `confCERT_FINGERPRINT_ALGORITHM', `')
/freebsd-13.1/contrib/sendmail/cf/
H A DREADME4387 confCERT_FINGERPRINT_ALGORITHM CertFingerprintAlgorithm
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES205 The new option CertFingerprintAlgorithm specifies the finger-
214 by {cert_fp} even if you set CertFingerprintAlgorithm