|
C++ Utilities 5.29.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
Functions | |
| void | initOpenSsl () |
| Initializes OpenSSL. | |
| 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 43 of file verification.h.
|
inline |
Returns the current OpenSSL error.
Definition at line 30 of file verification.h.
|
inline |
Initializes OpenSSL.
Definition at line 22 of file verification.h.
|
inline |
Converts PEM-encoded signature into DER-encoded signature.
Definition at line 64 of file verification.h.