mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
adjust setting of input pointer with BER pkcs7 edge case
This commit is contained in:
@ -4416,7 +4416,7 @@ static int PKCS7_VerifySignedData(PKCS7* pkcs7, const byte* hashBuf,
|
||||
|
||||
#ifdef ASN_BER_TO_DER
|
||||
if (pkcs7->derSz > 0 && pkcs7->der) {
|
||||
pkiMsg = in = pkcs7->der;
|
||||
pkiMsg = pkcs7->der;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user