High complexity in PKCS7_dataFinal
: [34/30]
{
High complexity in PKCS7_dataInit
: [32/30]
{
Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
bio=NULL;
The scope of the variable xa
can be reduced.
X509_ATTRIBUTE *xa;
Variable ri
is reassigned a value before the old one has been used.
ri=sk_PKCS7_RECIP_INFO_value(rsk,idx);
The function PKCS7_add_attribute
is never used.
int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
The function PKCS7_get_issuer_and_serial
is never used.
PKCS7_ISSUER_AND_SERIAL *PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx)
The function PKCS7_set_attributes
is never used.
int PKCS7_set_attributes(PKCS7_SIGNER_INFO *p7si, STACK_OF(X509_ATTRIBUTE) *sk)
The function PKCS7_get_attribute
is never used.
ASN1_TYPE *PKCS7_get_attribute(PKCS7_SIGNER_INFO *si, int nid)
The function PKCS7_set_signed_attributes
is never used.
int PKCS7_set_signed_attributes(PKCS7_SIGNER_INFO *p7si,
There are no issues that match your filters.