From ab6649f29e7a24e02a5c363a17a79601607930aa Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Mon, 29 Apr 2024 18:03:41 +0900 Subject: add available ciphers and hmacs on help print (#20) --- include/mscp.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include') diff --git a/include/mscp.h b/include/mscp.h index 8519f23..6444463 100644 --- a/include/mscp.h +++ b/include/mscp.h @@ -294,4 +294,15 @@ enum { }; +/** + * @brief Return available ciphers. + */ +const char **mscp_ssh_ciphers(void); + +/** + * @brief Return available hmacs. + */ + const char **mscp_ssh_hmacs(void); + + #endif /* _MSCP_H_ */ -- cgit v1.2.3