mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Change PKCS7 encrypted content encoding to use ASN_CONTEXT_SPECIFIC
This commit is contained in:
@ -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_INDEF_LENGTH, 0, 0, 0 },
|
||||
/* ENCDATA */ { 1, (ASN_CONTEXT_SPECIFIC | 0), 0, 0, 0 },
|
||||
};
|
||||
enum {
|
||||
P8ENCPBES1ASN_IDX_SEQ = 0,
|
||||
|
Reference in New Issue
Block a user