I'm on Ubuntu 16.04, and openssl version
returns "OpenSSL 1.1.1c 28 May 2019"
I would like to use PSK-AES128-CCM8
in an application but it does not seem to be supported. It is not returned by openssl ciphers -s -v ALL
but it is returned by openssl ciphers -v ALL
(None of the PSK ciphers seem to be supported by the way)
Any suggestions on how to proceed?