Hi, 

There is a part of code in the ssl_cert_details.nasl where the it checks that a 
certain cert_open function is available (it should be since 6.0)
# Check that cert_open is available (since 6.0).  However, we also
# need to check that a decent version of cert_open is available, thus
# the extra check for version 7.  The required code is available in
# trunk since 2013-04-10.
if (!defined_func("cert_open") || revcomp(a: OPENVAS_VERSION, b: "7") < 0) { 
exit (0);
}
My problem is that all the time this script exits here. I seems that the 
cert_open function is not defined.
My OPENVAS_VERSION is 6.0.1, the OS is ubuntu 12.04 and the openvas was 
compiled from the source code.
Any help would be appriciated

PS. I got the same results also when using openvas7 with openvas libraries 
7.0+beta1
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to