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

Go to the source code of this file.

Namespaces

namespace  Botan
 

Functions

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