[Ocf-linux-users] openssh link to openssl?
Brought to you by:
david-m
From: Albert L. <alb...@gm...> - 2007-09-26 14:52:15
|
Hello, Nice work on ocf-linux. I've got a geode lx800 which has an aes block, and the driver automatically makes it available to the linux cryptoapi. I've tested with cryptotest and it works with the cryptodev module, and I patched openssl-0.9.8e and achieved positive results as well. I have the original openssl shipped with ubuntu in /usr/ssl, and the patched version in /usr/local/ssl. Although I read you don't have to patch openssh, I assumed you'd have to link it to the patched version of openssl. I did so using the most recent version of openssh, and configured like so: ./configure --with-ssl-dir=/usr/local/ssl --with-ssl-engine It builds fine, but when I try to scp a file I get a corrupted MAC error. I can ssh but I do get errors: debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 logout debug1: channel 0: free: client-session, nchannels 1 Connection to 192.168.0.32 closed. debug1: Transferred: stdin 0, stdout 0, stderr 36 bytes in 10.1 seconds debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 3.6 debug1: Exit status 0 Any ideas? Thanks, Albert -- My Blogs: http://www.docunext.com/ http://www.albertlash.com/ |