[openssl.org #2988] Makefiles should (usually) remove target before re-generating

2013-02-16 Thread Stephen Henson via RT
On Thu Feb 14 14:24:18 2013, rs...@akamai.com wrote: > We extract a tarball and make everything read-only. Sometimes an item > in the distribution gets re-made. This can fail because of > permissions. So, on platforms where this would happen, we'd like to > remove the file first. I wasn't advocatin

Re: 1.0.1e test suite fails with OPENSSL_NO_TLS1_2_CLIENT

2013-02-16 Thread Pierre Schmitz
Am 14.02.2013 15:57, schrieb Pierre Schmitz: > if openssl 1.0.1e is compiled with the -DOPENSSL_NO_TLS1_2_CLIENT > option "make test" fails with: > ... FYI: The "issue" was introduced in commit f306b87d766e6ecf30824635c7c395b67cff9dbc which adds a test that tries to use TLS1.2 without checking if

Re: [openssl.org #2993] Openssl manual pages

2013-02-16 Thread Kurt Roeckx via RT
On Sat, Feb 16, 2013 at 09:41:41AM +0100, Ivailo via RT wrote: > The manual pages placement should use MANPREFIX instead of MANSUFFIX or the > manual pages can not be read. The following patch does the job: > http://pastebin.com/auK9EFSG. I don't understand what you're trying to fix. You seem to

[openssl.org #2993] Openssl manual pages

2013-02-16 Thread Ivailo via RT
The manual pages placement should use MANPREFIX instead of MANSUFFIX or the manual pages can not be read. The following patch does the job: http://pastebin.com/auK9EFSG. However, it has to applied after the configuration step or the Makefile gets updated. __