I wanted to use this to decrypt connections made using MobileDevice.framework over lockdownd, so I created the following:
Custom #Wireshark dissector for the usbmuxd TCP encapsulation:
https://gist.github.com/JJTech0130/da77af43269076f6ea78f69471d1df6e
SSL keylog for the version of LibreSSL it links (using #Frida)
https://gist.github.com/JJTech0130/e238798e66fe70abc16f1c6dc6c28ab3
Thanks @nicolas17 for the help!