Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 690506

Summary: net-analyzer/zabbix: add libressl support
Product: Gentoo Linux Reporter: René Fuchs <r.fuchs>
Component: Current packagesAssignee: Patrick Lauer <patrick>
Status: RESOLVED WONTFIX    
Severity: normal CC: alicef, fordfrog, jstein
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 561854    
Attachments: libressl patch

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