Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use context specific for PKCS7 encrypted data encoding #7965

Merged
merged 2 commits into from
Sep 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wolfcrypt/src/asn.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
SparkiDev marked this conversation as resolved.
Show resolved Hide resolved
/* ENCDATA */ { 1, ASN_INDEF_LENGTH, 0, 0, 0 },
};
enum {
P8ENCPBES1ASN_IDX_SEQ = 0,
Expand Down