Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690506 - net-analyzer/zabbix: add libressl support
Summary: net-analyzer/zabbix: add libressl support
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2019-07-23 15:17 UTC by René Fuchs
Modified: 2021-04-30 21:24 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
libressl patch (zabbix-libressl.patch,946 bytes, patch)
2019-07-23 15:18 UTC, René Fuchs
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description René Fuchs 2019-07-23 15:17:01 UTC
Hi,
libressl option in ebuild


https://www.zabbix.com/documentation/4.0/manual/encryption

LibreSSL (tested with versions 2.7.4, 2.8.2) is supported from Zabbix version 4.0.6. LibreSSL 2.6.x is not supported. LibreSSL is supported as a compatible replacement of OpenSSL, the new tls_*() LibreSSL-specific API functions are not used. Zabbix components compiled with LibreSSL will not be able to use PSK, only certificates can be used.


PSK is not working with libressl but cert auth works

Reproducible: Always
Comment 1 René Fuchs 2019-07-23 15:18:54 UTC
Created attachment 584164 [details, diff]
libressl patch