Home
last modified time | relevance | path

Searched refs:DIGEST (Results 1 – 21 of 21) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/ntlm/
Dntlm_err.et21 error_code INVALID_DIGEST_MD5, "Invalid DIGEST-MD5 response"
22 error_code INVALID_DIGEST_MD5_RSPAUTH, "Invalid DIGEST-MD5 rspauth"
/freebsd-12-stable/usr.sbin/uefisign/
Dchild.c112 md = EVP_get_digestbyname(DIGEST); in digest()
115 errx(1, "EVP_get_digestbyname(\"%s\") failed", DIGEST); in digest()
195 printf("computed %s digest ", DIGEST); in show_digest()
Duefisign.h40 #define DIGEST "SHA256" macro
Duefisign.c271 md = EVP_get_digestbyname(DIGEST); in sign()
274 errx(1, "EVP_get_digestbyname(\"%s\") failed", DIGEST); in sign()
/freebsd-12-stable/crypto/heimdal/kdc/
Dheaders.h93 #ifdef DIGEST
Dprocess.c103 #ifdef DIGEST
167 #ifdef DIGEST
Ddefault_config.c73 #ifdef DIGEST in krb5_kdc_get_config()
Ddigest.c37 #ifdef DIGEST
/freebsd-12-stable/crypto/heimdal/lib/wind/
Drfc4013.txt33 PLAIN, CRAM-MD5, and DIGEST-MD5), as well as other protocols
54 [DIGEST-MD5]. It may be applicable where simple user names and
262 [DIGEST-MD5] Leach, P., Newman, C., and A. Melnikov, "Using Digest
/freebsd-12-stable/kerberos5/include/
Dconfig.h81 #define DIGEST 1 macro
/freebsd-12-stable/crypto/heimdal/lib/gssapi/ntlm/
Daccept_sec_context.c46 #ifdef DIGEST in _gss_ntlm_allocate_ctx()
Dkdc.c36 #ifdef DIGEST
/freebsd-12-stable/crypto/heimdal/lib/asn1/
Ddigest.asn13 DIGEST DEFINITIONS ::=
/freebsd-12-stable/crypto/heimdal/include/
Dconfig.h.in77 /* Define to enable DIGEST. */
78 #undef DIGEST
/freebsd-12-stable/contrib/sendmail/cf/
DREADME3191 algorithm, e.g., DIGEST-MD5.
3304 to allow relaying for users that authenticated using DIGEST-MD5
3319 TRUST_AUTH_MECH(`KERBEROS_V4 DIGEST-MD5')
3364 AuthInfo:other.dom "U:user" "I:user" "P:secret" "R:other.dom" "M:DIGEST-MD5"
4306 confAUTH_MECHANISMS AuthMechanisms [EXTERNAL GSSAPI KERBEROS_V4 DIGEST-MD5
4614 AuthInfo:127.0.0.1 "U:smmsp" "P:secret" "M:DIGEST-MD5"
4631 AUTH dialogue (e.g., DIGEST-MD5) or a different authentication
/freebsd-12-stable/crypto/heimdal/
DNEWS267 DIGEST-MD5 NTLMv1 and NTLMv2.
DChangeLog.2006970 * kdc/digest.c: Catch more error, add SASL DIGEST MD5.
Dconfigure1635 --disable-digest if you want disable to DIGEST support
/freebsd-12-stable/contrib/sendmail/cf/cf/
Dsubmit.cf494 #O AuthMechanisms=EXTERNAL GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5
/freebsd-12-stable/contrib/sendmail/cf/m4/
Dproto.m4646 _OPTION(AuthMechanisms, `confAUTH_MECHANISMS', `EXTERNAL GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5')
/freebsd-12-stable/contrib/sendmail/
DRELEASE_NOTES1100 DIGEST-MD5. Problem noted by Robert Stampfli.
1554 DIGEST-MD5 and LOGIN.
3675 caused I/O errors, especially for mechanism DIGEST-MD5.