Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 8615
blobf97843f8738de5e6c6751da6a97908cce90e37e9
1 Title: cmk-update-agent: Fix 'TypeError: must be string without null bytes, not str'
2 Level: 1
3 Edition: cee
4 Component: agents
5 Class: fix
6 Compatible: compat
7 State: unknown
8 Version: 1.4.0i1
9 Date: 1472808893
11 Problem is that pyOpenSSL version 0.12 has a bug so that it cannot correctly
12 deal with 0-bytes (which are totally allowed) in keys. This fix falls back
13 to the command line tool <tt>openssl</tt> when it detects that broken version.