Searched refs:role (Results 1 – 10 of 10) sorted by relevance
/openssl-master/ssl/statem/ |
A D | extensions_cust.c | 82 ENDPOINT role, unsigned int ext_type, in custom_ext_find() argument 90 && (role == ENDPOINT_BOTH || role == meth->role in custom_ext_find() 91 || meth->role == ENDPOINT_BOTH)) { in custom_ext_find() 120 ENDPOINT role = ENDPOINT_BOTH; in custom_ext_parse() local 123 role = s->server ? ENDPOINT_SERVER : ENDPOINT_CLIENT; in custom_ext_parse() 125 meth = custom_ext_find(exts, role, ext_type, NULL); in custom_ext_parse() 340 static int add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, in add_custom_ext_intern() argument 383 if (custom_ext_find(exts, role, ext_type, NULL)) in add_custom_ext_intern() 393 meth->role = role; in add_custom_ext_intern() 405 static int add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, in add_old_custom_ext() argument [all …]
|
A D | extensions.c | 410 ENDPOINT role = ENDPOINT_BOTH; in tls_validate_all_contexts() local 413 role = ENDPOINT_SERVER; in tls_validate_all_contexts() 415 role = ENDPOINT_CLIENT; in tls_validate_all_contexts() 429 meth = custom_ext_find(&s->cert->custext, role, thisext->type, in tls_validate_all_contexts() 470 ENDPOINT role = ENDPOINT_BOTH; in verify_extension() local 474 role = ENDPOINT_SERVER; in verify_extension() 476 role = ENDPOINT_CLIENT; in verify_extension() 478 meth = custom_ext_find(meths, role, type, &offset); in verify_extension()
|
A D | extensions_clnt.c | 1460 ENDPOINT role = (context & SSL_EXT_TLS1_2_SERVER_HELLO) != 0 in tls_parse_stoc_sct() local 1467 if (custom_ext_find(&s->cert->custext, role, in tls_parse_stoc_sct()
|
/openssl-master/doc/man3/ |
A D | SSL_in_init.pod | 54 B<protocol>_ST_B<role>_B<message> 59 B<role> is one of CR, CW, SR or SW to indicate "client reading",
|
/openssl-master/doc/HOWTO/ |
A D | certificates.txt | 6 How you handle certificates depends a great deal on what your role is. 7 Your role can be one or several of:
|
/openssl-master/ |
A D | NOTES-ANDROID.md | 12 role, the goal is to support a range of most recent versions.
|
/openssl-master/crypto/objects/ |
A D | obj_mac.num | 400 role 400
|
A D | objects.txt | 648 # attention : the following seems to be obsolete, replace by 'role' 649 id-aca 5 : id-aca-role 799 X509 72 : role : role
|
/openssl-master/ssl/ |
A D | ssl_local.h | 1965 ENDPOINT role; member 2786 ENDPOINT role, unsigned int ext_type,
|
/openssl-master/doc/man1/ |
A D | openssl-ts.pod.in | 64 TSA can be part of a PKI deployment and its role is to provide long
|
Completed in 32 milliseconds