Skip to content

Commit

Permalink
Update requirement for libgnutls version to 3.6.4+ for tls1.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Sep 10, 2020
1 parent d8ddd63 commit c055fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added
- Extend nasl lint to detect if function parameter is used twice. [#590](https://github.com/greenbone/openvas/pull/590)
- Add support for TLSv1.3. [#588](https://github.com/greenbone/openvas/pull/588)
- Add support for TLSv1.3. [#588](https://github.com/greenbone/openvas/pull/588)[#598](https://github.com/greenbone/openvas/pull/598)

- Add alternative for supporting snmp during scans. [#594](https://github.com/greenbone/openvas/pull/594)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Prerequisites:
* redis >= 3.2.0
* libssh >= 0.6.0
* libksba >= 1.0.7
* libgnutls >= 3.2.15
* libgnutls >= 3.6.4

Prerequisites for building documentation:
* Doxygen
Expand Down

0 comments on commit c055fa2

Please sign in to comment.