This page details known issues with CryptoSys PKI Pro.
basCrPKI.bas
has an error at line 4658.
ORIGINAL: If n <= 0 Then Exit Function x509QueryCert = CStr(n) REVISED: If n < 0 Then Exit Function x509QueryCert = CStr(n)When the return type is an integer and the result n is zero, then the string
"0"
should be returned, not the empty string.
Thanks to Tim Carter for pointing this out.
For more information, please send us a message.
This page last updated 13 April 2025