Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2008 12:20:02 GMT
From:      "M. Kozuka" <ma-kun@kozuka.jp>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/122479: In the systems subsequent to FreeBSD7, openssl is older than 0.9.8g.
Message-ID:  <200804061220.m36CK2xq017887@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/122479; it has been noted by GNATS.

From: "M. Kozuka" <ma-kun@kozuka.jp>
To: bug-followup@FreeBSD.org, ma-kun@kozuka.jp
Cc:  
Subject: Re: misc/122479: In the systems subsequent to FreeBSD7, openssl is
 older than 0.9.8g.
Date: Sun, 06 Apr 2008 20:44:19 +0900

 I overlooked this fix.
 However, there are still some problems in FreeBSD 7.0-RELEASE's openssl
 around DTLS.
 
 The below commands (openssl s_server) will cause a SEGV on my machine.
 
 ==
 % /usr/bin/openssl s_server -debug -dtls1 -accept 8443 -cert \
 /usr/src/crypto/openssl/demos/sign/cert.pem -key \
 /usr/src/crypto/openssl/demos/sign/key.pem
 
 % /usr/local/bin/openssl s_client -dtls1 -debug -connect \
 127.0.0.1:8443
 ==
 
 If you omit "-debug", you will not meet a SEGV.
 But you cannot communicate each other yet.
 
 If you use /usr/local/bin/openssl on both side,
 you will communicate each other correctly.
 
 /usr/local/bin/openssl is installed through the ports
 (security/openssl).
 ==
 % /usr/bin/openssl version
 OpenSSL 0.9.8e 23 Feb 2007
 
 % /usr/local/bin/openssl version
 OpenSSL 0.9.8g 19 Oct 2007
 ==



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