Ah, generate DER from EVP_PKEY, then try the algorithm specific d2i. Gotcha Member levitte commented Jun 26, 2020 I put together the following program, and sure enough, it fails miserably in master (with error!), while working perfectly in 1.1.1: #include <stdio.h> #include <openssl/...