Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change: Make OPENVAS_ENCAPS_TLSv13 visible for nasl scripts (backport #914) #915

Merged
merged 1 commit into from
Oct 29, 2021

Commits on Oct 29, 2021

  1. Change: Make OPENVAS_ENCAPS_TLSv13 visible for nasl scripts (#914)

    Support for TLSv13 was added some time ago, but the integer variable was still not visible for nasl script
    For testing:
    - Create a simple nasl script with "display(ENCAPS_TLSv13);"
    - run it with openvas-nasl.
    
    It should print 8. Without the patch, it doesn't print anything.
    
    (cherry picked from commit 315ea40)
    jjnicola authored and mergify-bot committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    8214bd8 View commit details
    Browse the repository at this point in the history