如果我这样打电话给openssl:
openssl dgst -sha1 -verify test.pubkey -signature test.seckey test.data
我收到此消息:
...ASN1_get_object:too long:asn1_lib.c:145:
...ASN1_CHECK_TLEN:bad object header:tasn_dec.c:1325:
...ASN1_ITEM_EX_D2I:nested asn1 error:tasn_dec.c:390:Type=DSA_SIG
我猜文件无效。
三个文件中的哪一个(test.pubkey,test.seckey,test.data)可能是无效文件?