Hello Dirkjan,
On Thu, 13 Sep 2018 at 16:44, Dirkjan Bussink <[email protected]> wrote: > So with a new API call, does that mean adding for example a `ciphersuites` > option that works similar to `ciphers` today that it accepts a string and then > calls `SSL_CTX_set_ciphersuites`? Yes, that's what I'd have in mind. Sufficiently #ifdef that everything still builds the same and documented of course so that people understand what is what. Let's wait for Manu and Emeric's feedback though, before investing your time. > The curve functions are synonyms for the equivalently named group functions > and are identical in every respect. So there is no technical reason to implement the new API call, it's just to go with the new naming convention. No need for any action then, we don't have to blow up our code with additional #ifdef mess for the sake of using better looking names in API calls. Thanks for looking into this! cheers, lukas

