Thanks for information!
When I add -cipher "ALL eNULL" to s_server command line they appears!
On 12 November 2010 02:01, Dr. Stephen Henson wrote:
>> How to enable these suites with no encryption??
>
> By defualt ciphersuite with no encryption are disabled. If you include the
> explicit ciphers
On Fri, Nov 12, 2010, Andrey Kulikov wrote:
> Hello,
>
> OpenSSL 1.0.0a, Linux i386
>
> I have ccgost statically linked in openssl.
> I've add following liens to openssl config file:
>
> =
> openssl_conf = openssl_def
>
> [openssl_def]
> engines = en
Hello,
OpenSSL 1.0.0a, Linux i386
I have ccgost statically linked in openssl.
I've add following liens to openssl config file:
=
openssl_conf = openssl_def
[openssl_def]
engines = engine_section
[engine_section]
gost = gost_section
[gost_section]
en
On Wed, Nov 10, 2010 at 11:02:05PM +, Dimitrios Siganos wrote:
> > You can turn the can't find local issuer error for B, into an
> > OK in the verification callback by specifically whitelisting
> > the the fingerprint of B, or finding B in a suitable store.
>
> So the solution is:
> 1) Mainta
Hello Chris,
Thanks a lot for your reply! Please see below
> > However, when I do openssl version in bash I get 0.9.8k which is
> > ubuntu's version and my /usr/lib/libcrypto and libssl links point to
> > libcrypto.so.0.9.8 and libssl.so.0.9.8 respectively. I noticed that
> > 1.0.0 manual
> However, when I do openssl version in bash I get 0.9.8k which is ubuntu's
> version and my /usr/lib/libcrypto and libssl links point to
> libcrypto.so.0.9.8 and libssl.so.0.9.8 respectively. I noticed that 1.0.0
> manual build has not build respective libcrypto.so.1.0.0 and libssl.so.1.0.0
> file
Hello all,
I am having 10.04 ubuntu machines that come with openssl
0.9.8k. In my freeRadius, hostapd and wpa_supplicant setup I would like to
use openssl 1.0.0a. Since that is not available in ubuntu's repository, I
downloaded it from openssl.org and build it just fine (./confi