]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - e_gost_err.c
Add TLS 1.3 EC point encoding for key_share ext.
[openssl-gost/engine.git] / e_gost_err.c
index 4396e002f97607ab0b3625a1ddc2ff9e4c35c35c..2a8320705f8048c5204cf41afdf75c16e6509ca1 100644 (file)
@@ -36,7 +36,10 @@ static ERR_STRING_DATA GOST_str_functs[] = {
     {ERR_PACK(0, GOST_F_GOST_CMS_SET_SHARED_INFO, 0),
      "gost_cms_set_shared_info"},
     {ERR_PACK(0, GOST_F_GOST_EC_COMPUTE_PUBLIC, 0), "gost_ec_compute_public"},
+    {ERR_PACK(0, GOST_F_GOST_EC_KEY2BUF, 0), "gost_ec_key2buf"},
     {ERR_PACK(0, GOST_F_GOST_EC_KEYGEN, 0), "gost_ec_keygen"},
+    {ERR_PACK(0, GOST_F_GOST_EC_OCT2POINT, 0), "gost_ec_oct2point"},
+    {ERR_PACK(0, GOST_F_GOST_EC_POINT2OCT, 0), "gost_ec_point2oct"},
     {ERR_PACK(0, GOST_F_GOST_EC_SIGN, 0), "gost_ec_sign"},
     {ERR_PACK(0, GOST_F_GOST_EC_VERIFY, 0), "gost_ec_verify"},
     {ERR_PACK(0, GOST_F_GOST_ENCODE_CMS_PARAMS, 0), "gost_encode_cms_params"},
@@ -88,6 +91,10 @@ static ERR_STRING_DATA GOST_str_functs[] = {
     {ERR_PACK(0, GOST_F_PKEY_GOST_DECRYPT, 0), "pkey_gost_decrypt"},
     {ERR_PACK(0, GOST_F_PKEY_GOST_ECCP_DECRYPT, 0), "pkey_GOST_ECcp_decrypt"},
     {ERR_PACK(0, GOST_F_PKEY_GOST_ECCP_ENCRYPT, 0), "pkey_GOST_ECcp_encrypt"},
+    {ERR_PACK(0, GOST_F_PKEY_GOST_EC_2020_DERIVE, 0),
+     "pkey_gost_ec_2020_derive"},
+    {ERR_PACK(0, GOST_F_PKEY_GOST_EC_COMPUTE_KEY, 0),
+     "pkey_gost_ec_compute_key"},
     {ERR_PACK(0, GOST_F_PKEY_GOST_EC_CTRL_STR_256, 0),
      "pkey_gost_ec_ctrl_str_256"},
     {ERR_PACK(0, GOST_F_PKEY_GOST_EC_CTRL_STR_512, 0),