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