[openssl-users] Use an engine in only part of my application

2015-06-30 Thread Jacques FLORENCE
Hi, I have an application A that uses a shared library S that in turn uses the OpenSSL library. But A is also using another shared lib B that in turn uses OpenSSL as well. Is there a way to make such that S uses an OpenSSL engine, but B uses the default functionality? Thank you for your help, Jac

[openssl-users] How to use the default ECDSA verify operation in my engine

2015-06-17 Thread Jacques FLORENCE
I want to create an engine for ECDSA, and implement my own signing operation in hardware. But I want to use the default verify operation to be used. Is there currently a way to do that? There is an ECDSA_METHOD_set_verify function, but it looks like there is no ECDSA_METHOD_get_verify, that I coul

[openssl-users] How to select supported signature algorithms

2015-03-16 Thread Jacques FLORENCE
Hello, I am developing a simple client/server application with openSSL. Using wireshark, I can see in the Client Hello message that there is an extension signature_algorithms, in which are fields Signature Hash Algorithms. I can see a lot of supported algorithms, such as RSA, DSA, ECDSA in the fie