7#ifndef BOTAN_TLS_ALGO_IDS_H_
8#define BOTAN_TLS_ALGO_IDS_H_
10#include <botan/types.h>
11#include <botan/asn1_obj.h>
12#include <botan/pk_keys.h>
Kex_Algo kex_method_from_string(std::string_view str)
constexpr bool is_x25519(const Group_Params group)
Auth_Method auth_method_from_string(std::string_view str)
std::string kdf_algo_to_string(KDF_Algo algo)
constexpr bool is_ecdh(const Group_Params group)
@ AES_256_CBC_HMAC_SHA256
@ AES_256_CBC_HMAC_SHA384
@ AES_128_CBC_HMAC_SHA256
std::string kex_method_to_string(Kex_Algo method)
bool group_param_is_dh(Group_Params group)
bool key_exchange_is_psk(Kex_Algo m)
std::string group_param_to_string(Group_Params group)
constexpr bool is_dh(const Group_Params group)
std::string auth_method_to_string(Auth_Method method)
Group_Params group_param_from_string(std::string_view group_name)