Hi Folks,
In latest SDK, I enabled the OCF crypto driver. openssl is patched to use cryptodev.
Openssh is not working anymore, setting up a connection (both ssh and scp) ends with:
Corrupted MAC on input.
Disconnecting: Packet corrupt
Same error occurs in both directions: PC <-> AM335x
debugging output of sshd and ssh, is not helpfull to analyze the problem.
openssl crypto test is resulting as expected (openssl speed -evp aes-128-cbc -engine cryptodev).
also reproduced on beaglebone.
Has anyone a working ssh solution which uses the hardware crypto?
Also https calls with curl (with underlying openssl library) fails:
... Unknown SSL protocol error in connection to ...
Is anyone having a working end-application on top of openssl?
Regards, Wim