This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
Releases: ibmruntimes/node
Releases · ibmruntimes/node
v6.17.0.0 for z/OS
ibm-6.17.0.0 Revert changes to deps/cares/config/os390/ares_config.h in commit 31b…
v6.16.0.0 for z/OS
ibm-6.16.0.0 Fixed argument translations in ParseArgs
v6.15.1.0 for z/OS
ibm-6.15.1.0 Merge v6.15.1 - commit 'cde64500277d7697743e772575738c8415c7d6ab' int…
v6.14.4.0 for z/OS Trial
Update end date for disabling device Signed-off-by: Joran Siu <joransiu@ca.ibm.com>
v6.14.4.0 for z/OS
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>
v6.14.4.1 for z/OS
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>
v6.14.3.0 for z/OS trial
ibm-6.14.3.0.trial Merge branch 'v6.x.zos' into v6.x.zos.trial
v6.14.3.0 for z/OS
ibm-6.14.3.0 Merge v6.14.3
v6.14.2.0 for z/OS trial
ibm-6.14.2.0.trial Merge branch 'v6.x.zos' into v6.x.zos.trial
v6.14.2.0 for z/OS
ibm-6.14.2.0 fix encoding for help message