Is there an easier way to figure out the options specified during building openssl such as whether OPENSSL_NO_SRTP was defined at that time? I can only gleam limited information from the:
openssl version -a
command. However if I have just the binaries, is there a way to figure out options such as these? The reason behind this question is that there is a vulnerability "CVE-2014-3513" that is introduced if openssl is not compiled with this option.
You can get most (all?) of the configuration information about the installed openssl
via the version
command. In particular,
openssl version -f
will list all the complier flags that were specified at build time.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With