|
axTLS
|
Some global helper functions. More...
Static Public Member Functions | |
| static int | BuildMode () |
| Return the build mode of the axTLS project. More... | |
| static int | MaxCerts () |
| Return the number of chained certificates that the client/server supports. More... | |
| static int | MaxCACerts () |
| Return the number of CA certificates that the client/server supports. More... | |
| static bool | HasPEM () |
| Indicate if PEM is supported. More... | |
| static void | DisplayError (int error_code) |
| Display the text string of the error. More... | |
| static string | Version () |
| Return the version of the axTLS project. | |
Some global helper functions.
|
inlinestatic |
Return the build mode of the axTLS project.
|
inlinestatic |
Return the number of chained certificates that the client/server supports.
|
inlinestatic |
Return the number of CA certificates that the client/server supports.
|
inlinestatic |
Indicate if PEM is supported.
|
inlinestatic |
Display the text string of the error.
| error_code | [in] The integer error code. |
![]()