#include "test_common.hpp"
#include <iostream>
#include <memory>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/base64.hpp>
#include <mbedtls/base64.h>
Go to the source code of this file.
◆ b64_test()
void b64_test |
( |
const Base64 & |
b64, |
|
|
const std::string & |
text |
|
) |
| |
◆ b64_test_bad_decode()
void b64_test_bad_decode |
( |
const Base64 & |
b64, |
|
|
const std::string & |
text |
|
) |
| |
◆ b64_test_binary()
void b64_test_binary |
( |
const Base64 & |
b64, |
|
|
const char * |
data, |
|
|
unsigned int |
len |
|
) |
| |
◆ ssllib_b64enc()
std::string ssllib_b64enc |
( |
const char * |
text, |
|
|
size_t |
textlen |
|
) |
| |
◆ TEST() [1/4]
◆ TEST() [2/4]
◆ TEST() [3/4]
◆ TEST() [4/4]
TEST |
( |
Base64 |
, |
|
|
tooshortdest |
|
|
) |
| |