Merge p256/p384keygen to eckeygen

This commit is contained in:
Zhi Guan
2026-06-28 11:29:23 +08:00
parent e680c45b69
commit 3b7680da8d
38 changed files with 218 additions and 124 deletions

View File

@@ -16,8 +16,7 @@
extern "C" {
#endif
int gmssl_read_password(const char *prompt, char *pass, size_t passlen);
int gmssl_read_password(const char *prompt, char *pass, size_t passlen, int do_confirm);
#ifdef __cplusplus

View File

@@ -18,7 +18,7 @@ extern "C" {
#define GMSSL_VERSION_NUM 30300
#define GMSSL_VERSION_STR "GmSSL 3.3.0-dev.1182"
#define GMSSL_VERSION_STR "GmSSL 3.3.0-dev.1183"
int gmssl_version_num(void);
const char *gmssl_version_str(void);