Change History (7)
comment:1 by , 3 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 3 years ago
comment:3 by , 3 years ago
I see that the package provides its own set of CA-certificates in /usr/share/ncat/ca-bundle.crt, and it is very outdated (the files says it was taken from mozilla in 2018). I'm not sure what to do. ncat can be passed options to use another file. But maybe we should remove this file and symlink it to our /etc/pki/tls/certs/ca-bundle.crt.
comment:4 by , 3 years ago
If I do a grep on the source, the only places I see referencing ca-bundle isncat/ncat_ssl.h and that is OK. In ncat/Makefile{.,in} it defines DATAFILES = certs/ca-bundle.crt
There is also ncat/ncat_posix.c:#define NCAT_CA_CERTS_PATH (NCAT_DATADIR "/" NCAT_CA_CERTS_FILE)
Everything else seems to reference Windows or documentation.
comment:5 by , 3 years ago
Hmmm, so NCAT_CA_CERTS_PATH is /usr/share/ncat/ca-bundle.crt, I think, which is the very old version...
But it seems the default system location is used first, so not sure.
comment:6 by , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed at 5bc6c45ac. Not touching the ca-bundle.

Nmap 7.94 [2023-05-19]