Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2013 09:16:08 +0200
From:      Victor Balada Diaz <victor@bsdes.net>
To:        freebsd-security@freebsd.org
Subject:   OpenSSH ignores /etc/ssl/openssl.cnf
Message-ID:  <20130603071608.GL74846@equilibrium.bsdes.net>

next in thread | raw e-mail | index | archive | help
Hello,

While trying to configure padlock(4) engine as default engine for my system
i've noticed that OpenSSH ignores openssl.cnf. Ie:

$ truss openssl speed aes-128-cbc 2>&1  |grep -i openssl.cnf
open("/etc/ssl/openssl.cnf",O_RDONLY,0666)       = 3 (0x3)

$ truss scp -c aes128-cbc localhost:/tmp/foo /tmp/bar 2>&1 |grep -i openssl
$

How should i configure it without using openssl.cnf?

FreeBSD version: 9.0 and 9.1, i386 and amd64, with base openssl and openssh.

Regards.
Victor.
-- 
La prueba más fehaciente de que existe vida inteligente en otros
planetas, es que no han intentado contactar con nosotros. 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130603071608.GL74846>