ESP-IDF
tlsv1_client::cred
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tlsv1_client::cred
tlsv1_client::cred field
Syntax
Show:
Summary
Declaration
from
tlsv1_client_i.h:64
struct
tlsv1_credentials
*
cred
;
Examples
References
from
examples
Code
Location
Referrer
struct
tlsv1_credentials
*
cred
;
tlsv1_client_i.h:64
tlsv1_cred_free
(
conn
->
cred
)
;
tlsv1_client.c:529
tlsv1_client_deinit()
tlsv1_cred_free
(
conn
->
cred
)
;
tlsv1_client.c:867
tlsv1_client_set_cred()
conn
->
cred
=
cred
;
tlsv1_client.c:868
tlsv1_client_set_cred()
for
(
issuer
=
conn
->
cred
?
conn
->
cred
->
trusted_certs
:
NULL
;
tlsv1_client_ocsp.c:579
tls_process_basic_ocsp_response()
if
(
(
conn
->
cred
&&
conn
->
cred
->
cert_probe
)
||
conn
->
cert_in_cb
)
{
tlsv1_client_read.c:296
tls_peer_cert_event()
if
(
conn
->
cred
&&
conn
->
cred
->
server_cert_only
&&
chain
)
{
tlsv1_client_read.c:514
tls_process_certificate()
os_memcmp
(
conn
->
cred
->
srv_cert_hash
,
hash
,
tlsv1_client_read.c:524
tls_process_certificate()
}
else
if
(
conn
->
cred
&&
conn
->
cred
->
cert_probe
)
{
tlsv1_client_read.c:546
tls_process_certificate()
}
else
if
(
conn
->
cred
&&
conn
->
cred
->
ca_cert_verify
&&
tlsv1_client_read.c:569
tls_process_certificate()
conn
->
cred
->
trusted_certs
,
chain
,
&
reason
,
tlsv1_client_read.c:571
tls_process_certificate()
if
(
conn
->
cred
&&
!
conn
->
cred
->
server_cert_only
&&
chain
&&
tlsv1_client_read.c:617
tls_process_certificate()
if
(
conn
->
cred
==
NULL
)
tlsv1_client_write.c:29
tls_client_cert_chain_der_len()
cert
=
conn
->
cred
->
cert
;
tlsv1_client_write.c:32
tls_client_cert_chain_der_len()
cert
=
x509_certificate_get_subject
(
conn
->
cred
->
trusted_certs
,
tlsv1_client_write.c:37
tls_client_cert_chain_der_len()
cert
=
conn
->
cred
?
conn
->
cred
->
cert
:
NULL
;
tlsv1_client_write.c:293
tls_write_client_certificate()
cert
=
x509_certificate_get_subject
(
conn
->
cred
->
trusted_certs
,
tlsv1_client_write.c:311
tls_write_client_certificate()
if
(
conn
->
cred
==
NULL
||
cert
==
conn
->
cred
->
cert
||
cert
==
NULL
)
{
tlsv1_client_write.c:314
tls_write_client_certificate()
if
(
conn
->
cred
==
NULL
||
tlsv1_client_write.c:714
tls_write_client_certificate_verify()
crypto_private_key_sign_pkcs1
(
conn
->
cred
->
key
,
hash
,
hlen
,
tlsv1_client_write.c:715
tls_write_client_certificate_verify()
(
conn
->
certificate_requested
&&
conn
->
cred
&&
conn
->
cred
->
key
&&
tlsv1_client_write.c:897
tls_send_client_key_exchange()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tlsv1_client::cred
is written by 1 function and is read by 9 functions:
tlsv1_client_set_cred()
All items filtered out
tlsv1_client::cred
tlsv1_client_deinit()
tlsv1_client_set_cred()
tls_peer_cert_event()
tls_process_certificate()
tls_client_cert_chain_der_len()
tls_write_client_certificate()
tls_write_client_certificate_verify()
tls_send_client_key_exchange()
tls_process_basic_ocsp_response()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out