BearSSL
|
Context structure for a SSL client. More...
Data Fields | |
br_ssl_engine_context | eng |
The encapsulated engine context. More... | |
Context structure for a SSL client.
The first field (called eng
) is the SSL engine; all functions that work on a br_ssl_engine_context
structure shall take as parameter a pointer to that field. The other structure fields are opaque and must not be accessed directly.
br_ssl_engine_context br_ssl_client_context::eng |
The encapsulated engine context.