summaryrefslogtreecommitdiff
path: root/nx_secure/inc
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2026-06-08 10:03:52 +0200
committerGitHub <[email protected]>2026-06-08 10:03:52 +0200
commit1a0e9e43a03e37ddecfb6b49e9b078d6e1803d05 (patch)
treec60ec41b4ff4fd2d7566c505cbdd423ceddd65f3 /nx_secure/inc
parent8b6e03ac30ab688bec02c69d42f2304b7f72a202 (diff)
parent4d88828b06d164a5b7e82152395a92254abcd6e4 (diff)
Merge pull request #391 from eclipse-threadx/devv6.5.1.202602_reldev
Merging changes for the v.6.5.1.202602 release
Diffstat (limited to 'nx_secure/inc')
-rw-r--r--nx_secure/inc/nx_secure_x509.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nx_secure/inc/nx_secure_x509.h b/nx_secure/inc/nx_secure_x509.h
index 6d38e606..6029375a 100644
--- a/nx_secure/inc/nx_secure_x509.h
+++ b/nx_secure/inc/nx_secure_x509.h
@@ -682,7 +682,8 @@ typedef struct NX_SECURE_X509_CERT_STRUCT
/* Validity time format - either ASN.1 generalized time or ASN.1 UTC time.
Uses the ASN.1 tag value. */
- USHORT nx_secure_x509_validity_format;
+ USHORT nx_secure_x509_not_before_validity_format;
+ USHORT nx_secure_x509_not_after_validity_format;
/* Validity period. Stored as ASN.1 generalized time or UTC time. */
const UCHAR *nx_secure_x509_not_before;