7#ifndef BOTAN_TLS_ALGO_IDS_H_
8#define BOTAN_TLS_ALGO_IDS_H_
10#include <botan/types.h>
#define BOTAN_UNSTABLE_API
const std::vector< Signature_Scheme > & all_signature_schemes()
Auth_Method auth_method_from_string(const std::string &str)
bool signature_scheme_is_known(Signature_Scheme scheme)
Group_Params group_param_from_string(const std::string &group_name)
std::string kdf_algo_to_string(KDF_Algo algo)
@ CAMELLIA_128_CBC_HMAC_SHA1
@ CAMELLIA_128_CBC_HMAC_SHA256
@ CAMELLIA_256_CBC_HMAC_SHA256
@ CAMELLIA_256_CBC_HMAC_SHA384
@ AES_256_CBC_HMAC_SHA256
@ AES_256_CBC_HMAC_SHA384
@ AES_128_CBC_HMAC_SHA256
@ CAMELLIA_256_CBC_HMAC_SHA1
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 hash_function_of_scheme(Signature_Scheme scheme)
std::string group_param_to_string(Group_Params group)
std::string padding_string_for_scheme(Signature_Scheme scheme)
std::string auth_method_to_string(Auth_Method method)
Kex_Algo kex_method_from_string(const std::string &str)
std::string sig_scheme_to_string(Signature_Scheme scheme)
std::string signature_algorithm_of_scheme(Signature_Scheme scheme)