mirror of
https://github.com/munki/munki.git
synced 2026-01-06 06:29:56 -06:00
In Mojave 10.14 Apple has updated the openssl version to a newer release of LibreSSL (2.6.4) that no longer contains the proper Symbols for SSLv3. This causes import errors in the OpenSSL module that ships with 10.14. To resolve the import errors we now shell out to openssl to get the client cert common name. This has been hand tested with the following macOS/openssl versions: - 10.12 - 0.9.8zh 14 Jan 2016 - 10.13 - LibreSSL 2.2.7 - 10.14b1 - LibreSSL 2.6.4 Fix: #855