Skip to content

Commit cc67d01

Browse files
committed
update function comments
1 parent b9d41bc commit cc67d01

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
@@ -140,7 +140,7 @@ static const ULONG unix_epoch = 1970;
140140
/* FUNCTION RELEASE */
141141
/* */
142142
/* _nx_secure_x509_asn1_time_to_unix_convert PORTABLE C */
143-
/* 6.1.11 */
143+
/* 6.1.12 */
144144
/* AUTHOR */
145145
/* */
146146
/* Timothy Stapko, Microsoft Corporation */
@@ -163,7 +163,7 @@ static const ULONG unix_epoch = 1970;
163163
/* */
164164
/* CALLS */
165165
/* */
166-
/* None */
166+
/* _nx_secure_count_leap_years */
167167
/* */
168168
/* CALLED BY */
169169
/* */
@@ -181,6 +181,10 @@ static const ULONG unix_epoch = 1970;
181181
/* extend the time range, */
182182
/* removed unused code, */
183183
/* resulting in version 6.1.11 */
184+
/* 04-04-2024 Simon Scurrell Modified comment(s), and */
185+
/* Added support for parsing */
186+
/* of ASN.1 GeneralisedTime */
187+
/* resulting in version 6.1.12 */
184188
/* */
185189
/**************************************************************************/
186190
static UINT _nx_secure_x509_asn1_time_to_unix_convert(const UCHAR *asn1_time, USHORT asn1_length,

0 commit comments

Comments
 (0)