Date: Sat, 17 Jul 2004 05:24:50 -0400 From: Mike Tancsa <mike@sentex.net> To: Cor Bosman <cor@xs4all.nl> Cc: freebsd-hackers@freebsd.org Subject: Re: HIFN/7955 Soekris 1401 openssl problem Message-ID: <6.1.2.0.0.20040717051945.06290030@64.7.153.2> In-Reply-To: <20040717075944.GA67166@xs4all.nl> References: <200407162339.i6GNdvtS065629@xs1.xs4all.nl> <392hf09pbb6ca5val0aimm00sg0u8knv1d@4ax.com> <20040717075944.GA67166@xs4all.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
At 03:59 AM 17/07/2004, Cor Bosman wrote: >I dont want to use it for IPSEC. One of my collegues is, and thats working >fine also. I want to use it for TLS/SSL acceleration in sendmail. > >I linked sendmail against the base openssl (libcrypto and libssl). > >When using mozilla to send a mail it negotiates the following encryption >scheme: DHE-RSA-AES256-SHA. Ive also used Kmail and outlook, which If you look at the man pages for the hifn card and for crypto, it will list what the card supports for encryption, and what crypto supports Depending on hardware being present, the following symmetric and asymmet- ric cryptographic features are potentially available from /dev/crypto: CRYPTO_DES_CBC CRYPTO_3DES_CBC CRYPTO_BLF_CBC CRYPTO_CAST_CBC CRYPTO_SKIPJACK_CBC CRYPTO_MD5_HMAC CRYPTO_SHA1_HMAC CRYPTO_RIPEMD160_HMAC CRYPTO_MD5_KPDK CRYPTO_SHA1_KPDK CRYPTO_AES_CBC CRYPTO_ARC4 CRYPTO_MD5 CRYPTO_SHA1 CRK_MOD_EXP CRK_MOD_EXP_CRT CRK_DSA_SIGN CRK_DSA_VERIFY CRK_DH_COMPUTE_KEY if its not listed there, it doesnt matter what card you have or what the card potentially can do. ---Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6.1.2.0.0.20040717051945.06290030>