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 #914

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

jjnicola
Copy link
Member

@jjnicola jjnicola commented Oct 29, 2021

What:
Make OPENVAS_ENCAPS_TLSv13 visible for nasl scripts

Jira: SC-453

Why:
Support for TLSv13 was added some time ago, but the integer variable was still not visible for nasl script

How:
Create a simple nasl script with display(ENCAPS_TLSv13); and run it with openvas-nasl. It should print 8. Without the patch, it doesn't print anything.

Checklist:

  • Tests
  • PR merge commit message adjusted

@jjnicola jjnicola requested a review from a team as a code owner October 29, 2021 05:57
@jjnicola jjnicola enabled auto-merge (squash) October 29, 2021 05:58
@jjnicola jjnicola merged commit 315ea40 into greenbone:main Oct 29, 2021
mergify bot pushed a commit that referenced this pull request Oct 29, 2021
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)
mergify bot pushed a commit that referenced this pull request Oct 29, 2021
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants