Home
last modified time | relevance | path

Searched refs:mtype (Results 1 – 11 of 11) sorted by relevance

/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod18 uint8_t mtype, uint8_t ord);
21 uint8_t mtype, const unsigned char *data, size_t dlen);
24 uint8_t *mtype, const unsigned char **data,
49 The B<mtype> argument specifies a DANE TLSA matching type and the B<md>
126 B<selector>, B<mtype> and B<data> parameters is updated to the corresponding
201 uint8_t usage, selector, mtype;
228 /* set usage, selector, mtype, data, len */
245 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len);
308 (void) SSL_get0_dane_tlsa(ssl, &usage, &selector, &mtype, NULL, NULL);
309 printf("DANE TLSA %d %d %d %s at depth %d\n", usage, selector, mtype,
/openssl/test/
H A Ddanetest.c247 static uint8_t mtype; in tlsa_import_rr() local
252 { &mtype, "mtype", checked_uint8 }, in tlsa_import_rr()
268 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); in tlsa_import_rr()
H A Ddane-cross.in16 # <usage> <selector> <mtype> <hex-data>
H A Ddanetest.in16 # <usage> <selector> <mtype> <hex-data>
/openssl/ssl/
H A Dssl_lib.c103 uint8_t mtype; member
233 if (mtype > dctx->mdmax) { in dane_mtype_set()
236 int n = ((int)mtype) + 1; in dane_mtype_set()
258 dctx->mdmax = mtype; in dane_mtype_set()
261 dctx->mdevp[mtype] = md; in dane_mtype_set()
270 if (mtype > dane->dctx->mdmax) in tlsa_md_get()
272 return dane->dctx->mdevp[mtype]; in tlsa_md_get()
330 t->mtype = mtype; in dane_tlsa_add()
429 if (dane->dctx->mdord[rec->mtype] > dane->dctx->mdord[mtype]) in dane_tlsa_add()
1241 if (mtype) in SSL_get0_dane_tlsa()
[all …]
/openssl/include/internal/
H A Ddane.h46 uint8_t mtype; member
/openssl/crypto/x509/
H A Dx509_vfy.c2703 unsigned mtype = DANETLS_NONE; in dane_match() local
2766 mtype = DANETLS_NONE; in dane_match()
2767 ordinal = dane->dctx->mdord[t->mtype]; in dane_match()
2779 mtype = DANETLS_NONE; in dane_match()
2780 ordinal = dane->dctx->mdord[t->mtype]; in dane_match()
2781 } else if (t->mtype != DANETLS_MATCHING_FULL) { in dane_match()
2791 if (dane->dctx->mdord[t->mtype] < ordinal) in dane_match()
2799 if (t->mtype != mtype) { in dane_match()
2800 const EVP_MD *md = dane->dctx->mdevp[mtype = t->mtype]; in dane_match()
2878 t->mtype != DANETLS_MATCHING_FULL || in check_dane_pkeys()
/openssl/apps/lib/
H A Ds_cb.c1187 uint8_t usage, selector, mtype; in print_verify_detail() local
1192 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
1207 usage, selector, mtype, in print_verify_detail()
/openssl/apps/
H A Ds_client.c376 static uint8_t mtype; in tlsa_import_rr() local
381 { &mtype, "mtype", checked_uint8 }, in tlsa_import_rr()
399 ret = SSL_dane_tlsa_add(con, usage, selector, mtype, data, len); in tlsa_import_rr()
/openssl/include/openssl/
H A Dssl.h.in1793 uint8_t mtype, uint8_t ord);
1796 uint8_t mtype, const unsigned char *data, size_t dlen);
1799 uint8_t *mtype, const unsigned char **data,
/openssl/crypto/err/
H A Dopenssl.txt1322 SSL_R_DANE_CANNOT_OVERRIDE_MTYPE_FULL:173:dane cannot override mtype full

Completed in 85 milliseconds