/openssl/crypto/asn1/ |
H A D | tasn_utl.c | 230 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 D | danetest.c | 246 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 D | dane-cross.in | 16 # <usage> <selector> <mtype> <hex-data>
|
H A D | danetest.in | 16 # <usage> <selector> <mtype> <hex-data>
|
/openssl/doc/man3/ |
H A D | SSL_CTX_dane_enable.pod | 20 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 D | EVP_PKEY_copy_parameters.pod | 80 the selector bits they are passed.
|
/openssl/include/internal/ |
H A D | dane.h | 45 uint8_t selector; member
|
/openssl/doc/man7/ |
H A D | provider-keymgmt.pod | 172 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 D | x509_vfy.c | 2780 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 D | asn1t.h.in | 58 * 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 D | ssl.h.in | 1833 __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 D | ssl_lib.c | 264 uint8_t selector, in dane_tlsa_add() argument 289 if (selector > DANETLS_SELECTOR_LAST) { in dane_tlsa_add() 318 t->selector = selector; in dane_tlsa_add() 334 switch (selector) { in dane_tlsa_add() 428 if (rec->selector > selector) in dane_tlsa_add() 430 if (rec->selector < selector) in dane_tlsa_add() 1287 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector, in SSL_get0_dane_tlsa() argument 1303 if (selector) in SSL_get0_dane_tlsa() 1304 *selector = dane->mtlsa->selector; in SSL_get0_dane_tlsa() 1325 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 D | openssl-storeutl.pod.in | 84 Note I<-keys> selects exclusively private keys, there is no selector for public
|
H A D | openssl-s_client.pod.in | 385 fields that specify the usage, selector, matching type and associated
|
/openssl/apps/lib/ |
H A D | s_cb.c | 1263 uint8_t usage, selector, mtype; in print_verify_detail() local 1268 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail() 1283 usage, selector, mtype, in print_verify_detail()
|
/openssl/Configurations/ |
H A D | README.md | 168 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 D | s_client.c | 420 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 D | openssl.txt | 1404 SSL_R_DANE_TLSA_BAD_SELECTOR:202:dane tlsa bad selector 1823 X509_R_BAD_SELECTOR:133:bad selector
|