Merge pull request #7965 from ColtonWilley/pkcs12_use_indef_len

Use context specific for PKCS7 encrypted data encoding
This commit is contained in:
Sean Parkinson 2024-09-13 12:17:08 +10:00 committed by GitHub
commit 4fa20cb770
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9156,7 +9156,7 @@ static const ASNItem p8EncPbes1ASN[] = {
/* ENCALGO_PBEPARAM_SALT */ { 3, ASN_OCTET_STRING, 0, 0, 0 },
/* Iteration Count */
/* ENCALGO_PBEPARAM_ITER */ { 3, ASN_INTEGER, 0, 0, 0 },
/* ENCDATA */ { 1, ASN_OCTET_STRING, 0, 0, 0 },
/* ENCDATA */ { 1, (ASN_CONTEXT_SPECIFIC | 0), 0, 0, 0 },
};
enum {
P8ENCPBES1ASN_IDX_SEQ = 0,