Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

v6.14.4.0 for z/OS

Compare
Choose a tag to compare
@joransiu joransiu released this 03 Oct 18:55
· 60 commits to v6.x.zos since this release
10bb1e4
Fix x509_cmp_time digits check for z/OS

x509_cmp_time uses the isDigit function from ctypes to validate
the time.  On zOS, this does an EBCDIC test, while the strings
when compiled in Node are treated as ASCII.  Convert the conditional
to an explicit test for the ASCII digit range.

Fix encoding format for generalizedtime_length as well.

Signed-off-by: Joran Siu <joransiu@ca.ibm.com>