Skip to content

Commit 66d6bf3

Browse files
committed
update function comments
1 parent e4289a2 commit 66d6bf3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

nx_secure/src/nx_secure_x509_expiration_check.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ static const ULONG unix_epoch = 1970;
139139
/* FUNCTION RELEASE */
140140
/* */
141141
/* _nx_secure_x509_asn1_time_to_unix_convert PORTABLE C */
142-
/* 6.1.11 */
142+
/* 6.1.12 */
143143
/* AUTHOR */
144144
/* */
145145
/* Timothy Stapko, Microsoft Corporation */
@@ -162,7 +162,7 @@ static const ULONG unix_epoch = 1970;
162162
/* */
163163
/* CALLS */
164164
/* */
165-
/* None */
165+
/* _nx_secure_count_leap_years */
166166
/* */
167167
/* CALLED BY */
168168
/* */
@@ -180,6 +180,10 @@ static const ULONG unix_epoch = 1970;
180180
/* extend the time range, */
181181
/* removed unused code, */
182182
/* resulting in version 6.1.11 */
183+
/* 04-04-2024 Simon Scurrell Modified comment(s), and */
184+
/* Added support for parsing */
185+
/* of ASN.1 GeneralisedTime */
186+
/* resulting in version 6.1.12 */
183187
/* */
184188
/**************************************************************************/
185189
static UINT _nx_secure_x509_asn1_time_to_unix_convert(const UCHAR *asn1_time, USHORT asn1_length,

0 commit comments

Comments
 (0)