Re: How to enable GOST ciphersuites with no encryption in s_server using ccgost engine?

2010-11-11 Thread Andrey Kulikov
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

Re: How to enable GOST ciphersuites with no encryption in s_server using ccgost engine?

2010-11-11 Thread Dr. Stephen Henson
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

How to enable GOST ciphersuites with no encryption in s_server using ccgost engine?

2010-11-11 Thread Andrey Kulikov
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

Re: Terminate chain at intermediate certificate.

2010-11-11 Thread Victor Duchovni
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

RE: Installing openssl 1.0.0a in Ubuntu

2010-11-11 Thread Panagiotis Georgopoulos
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

Re: Installing openssl 1.0.0a in Ubuntu

2010-11-11 Thread Chris Bare
> 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

Installing openssl 1.0.0a in Ubuntu

2010-11-11 Thread Panagiotis Georgopoulos
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