X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost.txt;h=1ee757d330ebbfd866d0d0c9c3c41e64241b7e42;hb=23ccf9300e496e115742a44d5f52490f431156f5;hp=d56823e8c22806eadb6a46d65450584d6d1cfb96;hpb=d65fbca16e140be5ba5ea7799c543cbe579b3f0e;p=openssl-gost%2Fengine.git diff --git a/gost.txt b/gost.txt index d56823e..1ee757d 100644 --- a/gost.txt +++ b/gost.txt @@ -10,14 +10,21 @@ GOST_F_DECODE_GOST_ALGOR_PARAMS:100:decode_gost_algor_params GOST_F_ENCODE_GOST_ALGOR_PARAMS:101:encode_gost_algor_params GOST_F_FILL_GOST_EC_PARAMS:102:fill_GOST_EC_params GOST_F_GET_ENCRYPTION_PARAMS:103:get_encryption_params +GOST_F_GOST2015_GET_ASN1_PARAMS:158:gost2015_get_asn1_params +GOST_F_GOST2015_SET_ASN1_PARAMS:159:gost2015_set_asn1_params GOST_F_GOST89_GET_ASN1_PARAMETERS:104:gost89_get_asn1_parameters GOST_F_GOST89_SET_ASN1_PARAMETERS:105:gost89_set_asn1_parameters GOST_F_GOST_CIPHER_CTL:106:gost_cipher_ctl +GOST_F_GOST_CMS_SET_KARI_SHARED_INFO:156:gost_cms_set_kari_shared_info +GOST_F_GOST_CMS_SET_KTRI_SHARED_INFO:157:gost_cms_set_ktri_shared_info +GOST_F_GOST_CMS_SET_SHARED_INFO:155:gost_cms_set_shared_info GOST_F_GOST_EC_COMPUTE_PUBLIC:107:gost_ec_compute_public GOST_F_GOST_EC_KEYGEN:108:gost_ec_keygen GOST_F_GOST_EC_SIGN:109:gost_ec_sign GOST_F_GOST_EC_VERIFY:110:gost_ec_verify GOST_F_GOST_GRASSHOPPER_CIPHER_CTL:111:gost_grasshopper_cipher_ctl +GOST_F_GOST_GRASSHOPPER_CIPHER_DO_CTRACPKM_OMAC:160:\ + gost_grasshopper_cipher_do_ctracpkm_omac GOST_F_GOST_GRASSHOPPER_SET_ASN1_PARAMETERS:112:\ gost_grasshopper_set_asn1_parameters GOST_F_GOST_IMIT_CTRL:113:gost_imit_ctrl @@ -75,8 +82,10 @@ GOST_R_CIPHER_NOT_FOUND:103:cipher not found GOST_R_CTRL_CALL_FAILED:104:ctrl call failed GOST_R_ERROR_COMPUTING_EXPORT_KEYS:135:error computing export keys GOST_R_ERROR_COMPUTING_SHARED_KEY:105:error computing shared key +GOST_R_ERROR_DECODING_PUBLIC_KEY:138:error decoding public key GOST_R_ERROR_PARSING_KEY_TRANSPORT_INFO:106:error parsing key transport info GOST_R_ERROR_POINT_MUL:107:error point mul +GOST_R_ERROR_SETTING_PEER_KEY:139:error setting peer key GOST_R_INCOMPATIBLE_ALGORITHMS:108:incompatible algorithms GOST_R_INCOMPATIBLE_PEER_KEY:109:incompatible peer key GOST_R_INVALID_CIPHER:134:invalid cipher @@ -103,3 +112,4 @@ GOST_R_SIGNATURE_PARTS_GREATER_THAN_Q:128:signature parts greater than q GOST_R_UKM_NOT_SET:129:ukm not set GOST_R_UNSUPPORTED_CIPHER_CTL_COMMAND:130:unsupported cipher ctl command GOST_R_UNSUPPORTED_PARAMETER_SET:131:unsupported parameter set +GOST_R_UNSUPPORTED_RECIPIENT_INFO:137:unsupported recipient info