Bug#747470: [Pkg-openssl-devel] Bug#747470: openssl s_client refuses to be silent

2014-05-09 Thread Kurt Roeckx
On Fri, May 09, 2014 at 07:12:13PM +0200, Benny Baumann wrote: > > Anyway: When I ask a tool to be silent or keep quiet I want this tool to > respect this. Everything else is a bug; that simple. I'm not arging this is a bug or not. I do wonder if you know what you're doing or not. Kurt -- T

Bug#747470: [Pkg-openssl-devel] Bug#747470: openssl s_client refuses to be silent

2014-05-09 Thread Benny Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi Kurt, Am 09.05.2014 18:17, schrieb Kurt Roeckx: > On Fri, May 09, 2014 at 08:12:58AM +0200, Benny Baumann wrote: >> Howto reproduce: >> openssl s_client -connect host.example.com:443 -quiet >> >> Expected behaviour: >> netcat with crypto

Bug#747470: [Pkg-openssl-devel] Bug#747470: openssl s_client refuses to be silent

2014-05-09 Thread Kurt Roeckx
On Fri, May 09, 2014 at 08:12:58AM +0200, Benny Baumann wrote: > Howto reproduce: > openssl s_client -connect host.example.com:443 -quiet > > Expected behaviour: > netcat with crypto and no output on stderr > > Actual behaviour: > netcat with crypto and certificate verification messag

Bug#747470: openssl s_client refuses to be silent

2014-05-08 Thread Benny Baumann
Source: openssl Severity: normal Tags: upstream Under some circumstances you want openssl s_client to be absolutely silent about what its doing. Unfortunately the -quiet option available does not suppress the verification messages of the certificate when the connection is established. Howto repro