Home
last modified time | relevance | path

Searched refs:selector (Results 1 – 18 of 18) sorted by relevance

/openssl/crypto/asn1/
H A Dtasn_utl.c230 long selector; in ossl_asn1_do_adb() local
255 selector = OBJ_obj2nid((ASN1_OBJECT *)*sfld); in ossl_asn1_do_adb()
257 selector = ASN1_INTEGER_get((ASN1_INTEGER *)*sfld); in ossl_asn1_do_adb()
260 if (adb->adb_cb != NULL && adb->adb_cb(&selector) == 0) { in ossl_asn1_do_adb()
273 if (atbl->value == selector) in ossl_asn1_do_adb()
/openssl/test/
H A Ddanetest.c246 static uint8_t selector; in tlsa_import_rr() local
251 { &selector, "selector", 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/doc/man3/
H A DSSL_CTX_dane_enable.pod20 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector,
23 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector,
126 B<selector>, B<mtype> and B<data> parameters is updated to the corresponding
168 input, such as an unsupported TLSA record certificate usage, selector or
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 ", usage, selector, mtype);
H A DEVP_PKEY_copy_parameters.pod80 the selector bits they are passed.
/openssl/include/internal/
H A Ddane.h45 uint8_t selector; member
/openssl/doc/man7/
H A Dprovider-keymgmt.pod172 classification. In other words, this particular selector bit works as
173 a last resort bit bucket selector.
177 Some selector bits have also been combined for easier use:
210 each function where you can specify a selector.
213 to do with regards to received selector bits and how to do it.
311 of data indicated by the I<selector>. A combination of several
312 selector bits must consider all those subsets, not just one. An
/openssl/crypto/x509/
H A Dx509_vfy.c2780 static unsigned char *dane_i2d(X509 *cert, uint8_t selector, in dane_i2d() argument
2789 switch (selector) { in dane_i2d()
2817 unsigned selector = DANETLS_NONE; in dane_match_cert() local
2885 if (t->selector != selector) { in dane_match_cert()
2886 selector = t->selector; in dane_match_cert()
2890 i2dbuf = dane_i2d(cert, selector, &i2dlen); in dane_match_cert()
2993 t->selector != DANETLS_SELECTOR_SPKI || in check_dane_pkeys()
3045 if (t->usage != DANETLS_USAGE_DANE_EE || t->selector != DANETLS_SELECTOR_SPKI) in dane_match_rpk()
/openssl/include/openssl/
H A Dasn1t.h.in58 * selector.
299 * the name of the selector must be 'type'.
300 * to use an alternative selector name use the
508 unsigned long offset; /* Offset of selector field */
513 const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */
H A Dssl.h.in1833 __owur int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector,
1836 __owur int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector,
/openssl/ssl/
H A Dssl_lib.c263 uint8_t selector, in dane_tlsa_add() argument
288 if (selector > DANETLS_SELECTOR_LAST) { in dane_tlsa_add()
317 t->selector = selector; in dane_tlsa_add()
333 switch (selector) { in dane_tlsa_add()
427 if (rec->selector > selector) in dane_tlsa_add()
429 if (rec->selector < selector) in dane_tlsa_add()
1283 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector, in SSL_get0_dane_tlsa() argument
1299 if (selector) in SSL_get0_dane_tlsa()
1300 *selector = dane->mtlsa->selector; in SSL_get0_dane_tlsa()
1321 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector, in SSL_dane_tlsa_add() argument
[all …]
/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in81 Note I<-keys> selects exclusively private keys, there is no selector for public
H A Dopenssl-s_client.pod.in383 fields that specify the usage, selector, matching type and associated
/openssl/apps/lib/
H A Ds_cb.c1243 uint8_t usage, selector, mtype; in print_verify_detail() local
1248 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
1263 usage, selector, mtype, in print_verify_detail()
/openssl/Configurations/
H A DREADME.md168 source. This acts as a selector in build.info files.
170 source. This acts as a selector in build.info files.
180 - as linker script generation selector.
184 selector. Note that the latter is only used if
/openssl/apps/
H A Ds_client.c420 static uint8_t selector; in tlsa_import_rr() local
425 { &selector, "selector", checked_uint8 }, in tlsa_import_rr()
444 ret = SSL_dane_tlsa_add(con, usage, selector, mtype, data, len); in tlsa_import_rr()
/openssl/crypto/err/
H A Dopenssl.txt1404 SSL_R_DANE_TLSA_BAD_SELECTOR:202:dane tlsa bad selector
1823 X509_R_BAD_SELECTOR:133:bad selector

Completed in 121 milliseconds