On Wed, Sep 14, 2022 at 09:28:55PM +0100, Stuart Henderson wrote: > On 2022/09/14 14:24, Thomas Frohwein wrote: > > It might be best to update with your patch first, as I'm running into > > issues with the latest version 0.26.2. Looks like this requires OpenSSL > > 3 from ports now and wouldn't work with LibreSSL anymore. > > Looks like it needs to use the same (Open|Libre)SSL library as Python. > There is code to support 1.1 API and it seems that upstream's binaries > look to use 1.1.1g (from 2020...) so hopefully it will just need a bit > of fettling to work with libressl. >
Won't be that easy, unfortunately. This needs EVP_PKEY_X25519 and the corresponding API (which is all part of that elusive Ed25519 support)..