Botan 3.0.0-alpha0
Crypto and TLS for C&
Namespaces | Functions
parsing.cpp File Reference
#include <botan/internal/parsing.h>
#include <botan/internal/loadstor.h>
#include <botan/exceptn.h>
#include <algorithm>
#include <cctype>
#include <limits>

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

bool Botan::host_wildcard_match (const std::string &issued_, const std::string &host_)
 
std::string Botan::ipv4_to_string (uint32_t ip)
 
std::vector< std::string > Botan::parse_algorithm_name (const std::string &namex)
 
std::vector< std::string > Botan::split_on (const std::string &str, char delim)
 
std::string Botan::string_join (const std::vector< std::string > &strs, char delim)
 
uint32_t Botan::string_to_ipv4 (const std::string &str)
 
uint32_t Botan::to_u32bit (const std::string &str)
 
uint16_t Botan::to_uint16 (const std::string &str)
 
std::string Botan::tolower_string (const std::string &in)