Home
last modified time | relevance | path

Searched refs:role (Results 1 – 10 of 10) sorted by relevance

/openssl-master/ssl/statem/
A Dextensions_cust.c82 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 Dextensions.c410 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 Dextensions_clnt.c1460 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 DSSL_in_init.pod54 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 Dcertificates.txt6 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 DNOTES-ANDROID.md12 role, the goal is to support a range of most recent versions.
/openssl-master/crypto/objects/
A Dobj_mac.num400 role 400
A Dobjects.txt648 # 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 Dssl_local.h1965 ENDPOINT role; member
2786 ENDPOINT role, unsigned int ext_type,
/openssl-master/doc/man1/
A Dopenssl-ts.pod.in64 TSA can be part of a PKI deployment and its role is to provide long

Completed in 32 milliseconds