X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=e_gost_err.c;h=488e0e977ef9a6a7852912ac00e972d1e067240a;hb=83bef30e60b06c56051f693898c6eddca878359a;hp=ab0a7f4c02f94c52f789610ad6e4bb489d6c8bce;hpb=671a6236ffa2e92bc635db1429ed0d7ae8d3a959;p=openssl-gost%2Fengine.git diff --git a/e_gost_err.c b/e_gost_err.c index ab0a7f4..488e0e9 100644 --- a/e_gost_err.c +++ b/e_gost_err.c @@ -1,6 +1,6 @@ /* e_gost_err.c */ /* ==================================================================== - * Copyright (c) 1999-2015 The OpenSSL Project. All rights reserved. + * Copyright (c) 1999-2016 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -127,6 +127,9 @@ static ERR_STRING_DATA GOST_str_reasons[] = { {ERR_REASON(GOST_R_INVALID_DIGEST_TYPE), "invalid digest type"}, {ERR_REASON(GOST_R_INVALID_IV_LENGTH), "invalid iv length"}, {ERR_REASON(GOST_R_INVALID_MAC_KEY_LENGTH), "invalid mac key length"}, + {ERR_REASON(GOST_R_INVALID_MAC_KEY_SIZE), "invalid mac key size"}, + {ERR_REASON(GOST_R_INVALID_MAC_PARAMS), "invalid mac params"}, + {ERR_REASON(GOST_R_INVALID_MAC_SIZE), "invalid mac size"}, {ERR_REASON(GOST_R_INVALID_PARAMSET), "invalid paramset"}, {ERR_REASON(GOST_R_KEY_IS_NOT_INITIALIZED), "key is not initialized"}, {ERR_REASON(GOST_R_KEY_PARAMETERS_MISSING), "key parameters missing"},