ESP-IDF
tls_event_data::peer_cert
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
tls_event_data::peer_cert
tls_event_data::peer_cert field
Syntax
Show:
Summary
Declaration
from
tls.h:72
struct
tls_cert_data
peer_cert
;
Examples
References
from
examples
Code
Location
Referrer
struct
tls_cert_data
peer_cert
;
tls.h:72
ev
.
peer_cert
.
cert
=
cert_buf
;
tlsv1_client_read.c:299
tls_peer_cert_event()
ev
.
peer_cert
.
hash
=
hash
;
tlsv1_client_read.c:308
tls_peer_cert_event()
ev
.
peer_cert
.
hash_len
=
sizeof
(
hash
)
;
tlsv1_client_read.c:309
tls_peer_cert_event()
ev
.
peer_cert
.
depth
=
depth
;
tlsv1_client_read.c:314
tls_peer_cert_event()
ev
.
peer_cert
.
subject
=
subject
;
tlsv1_client_read.c:316
tls_peer_cert_event()
ev
.
peer_cert
.
tod
=
1
;
tlsv1_client_read.c:320
tls_peer_cert_event()
ev
.
peer_cert
.
tod
=
2
;
tlsv1_client_read.c:323
tls_peer_cert_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tls_event_data::peer_cert
is read by 1 function:
All items filtered out
tls_event_data::peer_cert
tls_peer_cert_event()
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