forked from wolfSSL/wolfssl
Merge pull request #7965 from ColtonWilley/pkcs12_use_indef_len
Use context specific for PKCS7 encrypted data encoding
This commit is contained in:
@ -9156,7 +9156,7 @@ static const ASNItem p8EncPbes1ASN[] = {
|
|||||||
/* ENCALGO_PBEPARAM_SALT */ { 3, ASN_OCTET_STRING, 0, 0, 0 },
|
/* ENCALGO_PBEPARAM_SALT */ { 3, ASN_OCTET_STRING, 0, 0, 0 },
|
||||||
/* Iteration Count */
|
/* Iteration Count */
|
||||||
/* ENCALGO_PBEPARAM_ITER */ { 3, ASN_INTEGER, 0, 0, 0 },
|
/* 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 {
|
enum {
|
||||||
P8ENCPBES1ASN_IDX_SEQ = 0,
|
P8ENCPBES1ASN_IDX_SEQ = 0,
|
||||||
|
Reference in New Issue
Block a user