version: openssl-1.0.0-beta1
file: /apps/ts.c
Hi, the TSA module doesn't include standard piece of code before command line
processing:
if (!load_config(bio_err, NULL))
goto end;
so next function
else if ((md = EVP_get_digestbyname(*argv + 1)) != NULL)
{
/* empty. */
}
doesn't work with an engine (i.g. gost)
thanks,
Alexey Bezuglyi
SoftWare Developer www.mylinux.ua
version: openssl-1.0.0-beta1
file: /apps/ts.c
Hi, the TSA module doesn't include standard piece of code before command line processing:
if (!load_config(bio_err, NULL))
goto end;
so next function
else if ((md = EVP_get_digestbyname(*argv + 1)) != NULL)
{
/* empty. */
}
doesn't work with an engine (i.g. gost)
thanks,
Alexey Bezuglyi
file: /apps/ts.c
Hi, the TSA module doesn't include standard piece of code before command line processing:
if (!load_config(bio_err, NULL))
goto end;
so next function
else if ((md = EVP_get_digestbyname(*argv + 1)) != NULL)
{
/* empty. */
}
doesn't work with an engine (i.g. gost)
thanks,
Alexey Bezuglyi
SoftWare Developer
www.mylinux.ua
