[openssl-users] Inserting cipher into speed.c

2017-02-04 Thread Schmicker, Robert
Hello, Thanks to everyones help here I was able to insert a new cipher into OpenSSL. However, for performance reasons I'd like to begin testing the speed of my cipher and compare to other already implemented ciphers. I went ahead and started editing the ./apps/speed.c file to insert the new

[openssl-users] DTLS Server with support for both EC and RSA keys

2017-02-04 Thread Suman Paul
Hi, I have a server that implements DTLS using OpenSSL 1.0.1 but supports only RSA keys as of today. I want to add support to this server to accept EC keys to be able to implement the newer ECDHE-ECDSA cipher suites while retaining support for RSA. Any pointers as to how to go about this? Wha