Fix ASN1 bug when decoding OTHER type.

Various S/MIME DSA related fixes.
This commit is contained in:
Dr. Stephen Henson
2001-04-21 12:06:01 +00:00
parent b31ccc362c
commit c962479bdf
6 changed files with 37 additions and 4 deletions

View File

@@ -86,6 +86,7 @@ static ERR_STRING_DATA DSA_str_functs[]=
static ERR_STRING_DATA DSA_str_reasons[]=
{
{DSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE ,"data too large for key size"},
{DSA_R_MISSING_PARAMETERS ,"missing parameters"},
{0,NULL}
};