netxduo
NX_SECURE_TLS_RENEGOTIATION_FAILURE
is only used within netxduo.
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
STM32 Libraries and Samples
netxduo
NX_SECURE_TLS_RENEGOTIATION_FAILURE
NX_SECURE_TLS_RENEGOTIATION_FAILURE macro
Syntax
Show:
Summary
Declaration
from
nx_secure_tls.h:263
#define
NX_SECURE_TLS_RENEGOTIATION_FAILURE
0x13A
Examples
References
from
examples
Code
Location
#define
NX_SECURE_TLS_RENEGOTIATION_FAILURE
0x13A
/* Attempted a renegotiation with a remote host that did not supply the SCSV or renegotiation extension. */
nx_secure_tls.h:263
case
NX_SECURE_TLS_RENEGOTIATION_FAILURE
:
nx_secure_tls_map_error_to_alert.c:213
return
(
NX_SECURE_TLS_RENEGOTIATION_FAILURE
)
;
nx_secure_tls_process_clienthello_extensions.c:406
return
(
NX_SECURE_TLS_RENEGOTIATION_FAILURE
)
;
nx_secure_tls_session_renegotiate.c:133
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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