-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change: extend cert_query() nasl function to get the public key algor…
…ithm (#995) Also, the old option "algorithm-name" is replaced with "signature-algorithm-name" The new cert information public-key-algorithm-name is required. It was confused with the signature algorithm. Test with `openvas-nasl -X -B -d -t google.com -i $VTDIR gb_tls_version_get.nasl gb_ssl_tls_cert_details.nasl --kb="TCP/PORTS=443"` And you should see now in the output both, the signature algorithm and the new the public key algorithm.
- Loading branch information
Showing
1 changed file
with
43 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters