Stephen R. van den Berg wrote:
Henrik Grubbstr?m (Lysator) @ Pike (-) developers forum wrote:
Seems to be due to an incompatibility in the implementation of Curve25519.
Try disabling Curve25519 for now (by eg disable it in the mapping ECC_CURVES in SSL.pmod/Constants.pmod).
After your most recent patch, I get this:
Unsupported curve: GROUP_ecdh_x25519.
It seems like this was due to "make install" not removing the old *.o files. After removing everything and reinstalling, it seems to work. Apologies for the noise.