C++ Utilities 5.30.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
Functions | |
std::string | getOpenSslError () |
Returns the current OpenSSL error. | |
std::string | extractPemBody (std::string_view pem, std::string_view header) |
Extracts the base64-encoded body from a PEM block. | |
std::string | parsePemSignature (std::string_view pemSignature, std::pair< std::unique_ptr< std::uint8_t[]>, std::uint32_t > &decodedSignature) |
Converts PEM-encoded signature into DER-encoded signature. |
|
inline |
Extracts the base64-encoded body from a PEM block.
Definition at line 35 of file verification.h.
|
inline |
Returns the current OpenSSL error.
Definition at line 22 of file verification.h.
|
inline |
Converts PEM-encoded signature into DER-encoded signature.
Definition at line 56 of file verification.h.