I'd like to know if the engine I've loaded supports certain algorithms. I'm using ENGINE_get_cipher_engine(int nid) with various ciphers and that is working great.
Now, I'd like to test if the engine supports ECDH and/or ECDSA. But, I'd like to test for specific curve support. I see the get_defaults_ECDH / ECDSA, but I don't think that will be specific enough. Can I do something like this: get_cipher_engine(NID_X9_62_prime_field) If not, what is the preferred mechanism? Thanks, Josh
