Return whether a PKCS#7 content type is not one of the standard PKCS#7 content NIDs.

Synopsis

Declared in <openssl/pkcs7.h>

int
PKCS7_type_is_other(PKCS7* p7);

Return Value

1 if the type is "other" (not data/signed/enveloped/signedAndEnveloped/digest/encrypted), or 0 if it matches a standard type.

Parameters

Name

Description

p7

PKCS#7 object whose content type is examined.

Created with MrDocs