[openssl-dev] ABI Navigator for OpenSSL

2017-02-22 Thread Andrey Ponomarenko
Hello, I'd like to present a new project called "ABI Navigator" for searching binary symbols (functions, global data, etc.) in OpenSSL and other open-source libraries: https://abi-laboratory.pro/index.php?view=navigator The project allows to find out in which versions of the library some symbol

[openssl-dev] Integrate EVP Cipher into OpenSSL cli Speed Test

2017-02-22 Thread Schmicker, Robert
Hello, I successfully managed to integrate an encryption cipher into the EVP and has been tested to work and now I'd like to get some speed tests of the cipher using openssl's integrated speed test via the command line with the "-evp" flag. What I've done so far to try and integrate it into