Re: [openssl.org #3145] openssl auto install to /usr/local/lib64

2013-10-21 Thread Mike Frysinger
On Sunday 20 October 2013 10:40:10 Kx Mp via RT wrote: when install target folder have lib64 folder it will auto install into lib64 rather than lib folder what exactly is the suggestion ? there is a --libdir configure flag to set the path as needed. trying to add logic to guess what the

[PATCH] fix documentation for SSL_CTX_set_tmp_dh_callback and friends

2013-10-21 Thread Daniel Kahn Gillmor
The synopsis had the wrong parameter types and an extra (unused) function pointer declaration. The demo dhparam filenames should all end in .pem. --- doc/ssl/SSL_CTX_set_tmp_dh_callback.pod | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git

[openssl.org #3147] [PATCH 2/2] POD: Fix list termination

2013-10-21 Thread Lubomir Rintel via RT
This fixes problems in POD list formatting: extra or missing =back sequences. doc/ssl/SSL_CTX_set1_curves.pod around line 90: =back without =over doc/ssl/SSL_CTX_set1_verify_cert_store.pod around line 73: =back without =over doc/ssl/SSL_CTX_add1_chain_cert.pod around line 82: =back without =over

[openssl.org #3148] Can't compile OpenSSL 1.0.1e on OpenIndiana x86_64 GCC 4.4.4

2013-10-21 Thread Neddy Nguyen via RT
I'm compiling OpenSSL 1.0.1e on OI 151a8 x86_64, using Illumos-GCC 4.4.4 but failed: # ./configsnip # gmakemaking all in crypto...gmake[1]: Entering directory `/usr/share/src/openssl-1.0.1e/crypto'( echo #ifndef MK1MF_BUILD; \ echo ' /* auto-generated by crypto/Makefile for

Re: bsdmake mystery

2013-10-21 Thread Ben Laurie
I finally got around to taking another look at this. The next weird thing is MacOS thinks it _is_ a .S file, even though there's only mention of .s in the makefile. MacOS is, of course, case-insensitive, which probably doesn't help. On 19 August 2013 15:39, Ben Laurie b...@links.org wrote:

ssleay PRNG entropy

2013-10-21 Thread Fedor Indutny
Hello devs! I just found that its impossible to get error from `RAND_bytes()` if running on default `RAND_SSLeay()` method. There're a couple of reasons and observations, that are confirming it (sorry for using github, its just more convenient to me): 1. `RAND_poll()` is called only once in

[openssl.org #3146] [PATCH 1/2] POD: Fix item numbering

2013-10-21 Thread Lubomir Rintel via RT
Newer pod2man considers =item [1-9] part of a numbered list, while =item 0 starts an unnumbered list. Add a zero effect formatting mark to override this. doc/apps/smime.pod around line 315: Expected text after =item, not a number ... --- doc/apps/cms.pod| 12

RE: Self-initialization of locking/threadid callbacks and auto-detection of features

2013-10-21 Thread Salz, Rich
I like your proposal, but I'd prefer to see an already initialized error code returned. Or a flag to the (new?) init api that says ignore if already set /r$ -- Principal Security Engineer Akamai Technology Cambridge, MA

Re: Self-initialization of locking/threadid callbacks and auto-detection of features

2013-10-21 Thread Nico Williams
On Monday, October 21, 2013, Salz, Rich wrote: I like your proposal, but I'd prefer to see an already initialized error code returned. Or a flag to the (new?) init api that says ignore if already set Thanks for your reply! I can add an error, but note that the caller can set then get the