RE: [openssl.org #2917] [PATCH] dsa: fix return code when -noout is used

2014-08-17 Thread Salz, Rich
> Why not fix in 1.0.2? That’s a good question. No single reason stounds out, but a handful of smaller ones: I'm lazy Still a git newbie 1.0.2 has already had multiple release candidate/beta releases This bug is two years old and been around forever and doesn't se

Re: [openssl.org #2917] [PATCH] dsa: fix return code when -noout is used

2014-08-17 Thread Ben Laurie
On 17 August 2014 06:44, Rich Salz via RT wrote: > This will be fixed in the post-1.0.2 release. Why not fix in 1.0.2? > Thanks. (rsalz-monolith branch on github, akamai/openssl) > -- > Rich Salz, OpenSSL dev team; rs...@openssl.org > > ___

[openssl.org #2917] [PATCH] dsa: fix return code when -noout is used

2014-08-17 Thread Rich Salz via RT
This will be fixed in the post-1.0.2 release. Thanks. (rsalz-monolith branch on github, akamai/openssl) -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org De

[openssl.org #2917] [PATCH] dsa: fix return code when -noout is used

2012-11-23 Thread Ralph Wuerthner via RT
Hello, when working with 'openssl dsa -noout -text -in key.pem' I noticed a minor error: above command always returns with an exit code of 1. Attached patch will fix this issue. Regards Ralph Wuerthner openssl dsa: fix return code when -noout is used 'openssl dsa -noout ...' exits with