misc/122479: In the systems subsequent to FreeBSD7, openssl is older than 0.9.8g.

M. Kozuka ma-kun at kozuka.jp
Sun Apr 6 12:20:02 UTC 2008


The following reply was made to PR misc/122479; it has been noted by GNATS.

From: "M. Kozuka" <ma-kun at kozuka.jp>
To: bug-followup at FreeBSD.org, ma-kun at 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
 ==


More information about the freebsd-bugs mailing list