Re: [openssl.org #3277] OpenSSL s_client doc missing option

2014-07-02 Thread Ben Laurie
On 2 July 2014 23:17, Rich Salz via RT wrote: > Fixed, added -servername to the pod file. Looks to me like you've only fixed this (and many others) in master - surely should also go to 1.0.2 at least (and probably older branches, too)? Also, we generally rebase rather than merge... _

Re: [openssl.org #3416] PATCH: EVP_EncryptionInit and AES-NI note

2014-07-02 Thread Huzaifa Sidhpurwala
Hi All, Since we are talking about AES implementation in OpenSSL, Andy and myself wrote a blog about it (well its actually about this paper claiming that AES is vulnerable to timing attacks but nicely describes how AES is implemented in OpenSSL) https://securityblog.redhat.com/2014/07/02/its-all-

[openssl.org #3170] Patch: FAQ refers to a nonexistent web page

2014-07-02 Thread Rich Salz via RT
Removed the outdated reference, thanks. 538860a..f111298 master -> master __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated L

[openssl.org #1638] OpenSSL doc on EVP_*Final() inaccurate; should mention EVP_CIPHER_CTX_cleanup()

2014-07-02 Thread Rich Salz via RT
This was tricky for me through; nice detective work! The text is now EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal() are identical to EVP_EncryptFinal_ex(), EVP_DecryptFinal_ex() and EVP_CipherFinal_ex(). In previous releases they also cleaned up the B, but this is no longer done and E

[openssl.org #3417] some spelling fixes: doc/ssl/*.pod

2014-07-02 Thread Rich Salz via RT
Thanks. All fixes checked into master. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #3408] PATCH: Spelling corrections

2014-07-02 Thread Rich Salz via RT
Keeping certs for certificates is useful to avoid long lines. Fixed the other egregious typo's tho, tnx. commit a5a317872869255ab61565f487cd4467a3756fc7 Author: Rich Salz Date: Wed Jul 2 23:18:39 2014 -0400 RT3408; fix some (not all suggested) typo's in openssl.cnf __

RE: [openssl.org #2145] [PATCH] New parameter "signing_digest" for TS module

2014-07-02 Thread Jaroslav Imrich via RT
Thank you for the comment - I have moved the new field at the end of the TS_RESP_CTX structure. I have also introduced TS_SIGNING_DIGEST flag that should prevent binary compatibility issues when application allocates TS_RESP_CTX itself using older headers but uses a newer library - you have ment

Re: OpenSSL roadmap

2014-07-02 Thread Daniel Reynolds
I agree. Not all open source projects play a major role in securing much of the worlds e commerce. On Jul 2, 2014 2:52 PM, "Michael Sierchio" wrote: > On Wed, Jul 2, 2014 at 11:23 AM, Loganaden Velvindron > wrote: > > > If I'm interested in fixing OpenSSL, why shouldn't I have access to > > cove

Re: [openssl.org #3416] PATCH: EVP_EncryptionInit and AES-NI note

2014-07-02 Thread noloa...@gmail.com via RT
> Since this may in future cover much more than just AES-NI... Good observation Doctor, done. Attached is the updated text. diff --git a/doc/crypto/EVP_EncryptInit.pod b/doc/crypto/EVP_EncryptInit.pod index f6e4396..8d7636c 100644 --- a/doc/crypto/EVP_EncryptInit.pod +++ b/doc/crypto/EVP_EncryptIn

[openssl.org #2853] Documentation is not sufficient

2014-07-02 Thread Rich Salz via RT
The failures will not be dependent on the input stream. It could be allocation failures, for example. But very unlikely. __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #3277] OpenSSL s_client doc missing option

2014-07-02 Thread Rich Salz via RT
Fixed, added -servername to the pod file. Thanks. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #3177] [patch] Error in documentation of SSL_set_msg_callback

2014-07-02 Thread Rich Salz via RT
Someone already made this fix, a long time ago in a galaxy far far away. Or via git a few weeks ago. I can't recall. __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #3156] [PATCH] fix documentation for SSL_CTX_set_tmp_dh_callback and friends

2014-07-02 Thread Rich Salz via RT
Thanks, fixed, to be commit'd shortly. (The update, not me :) __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #3118] [webpage] wrong documentation

2014-07-02 Thread Rich Salz via RT
Fixed the typo, thanks. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@op

[openssl.org #3112] OpenSSL Documentation Bugs

2014-07-02 Thread Rich Salz via RT
Someone already fixed it, and updated the sample code to use the right API. Good for that nameless person. __ OpenSSL Project http://www.openssl.org Development Mailing List op

[openssl.org #3055] '-md' not documented for enc(1)

2014-07-02 Thread Rich Salz via RT
Fixed by someone sometime. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...

[openssl.org #2940] [Patch] Extend/correct documentation for SSL_CIPHER_get_description(), SSL_CIPHER_get_version(), SSL_get_version()

2014-07-02 Thread Rich Salz via RT
Integrated, thanks. Will be put on main/master shortly. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #2922] documentation: SSL_CTX_set_verify() default depth is 100 not 9

2014-07-02 Thread Rich Salz via RT
You are right the default is 100 not nine. Thanks. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #2921] documentation: SSL_CTX_set_verify_options() does not exist

2014-07-02 Thread Rich Salz via RT
Simple fix, thanks. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openss

[openssl.org #2697] documentation for SSL_CTX_set_tlsext_ticket_key_cb

2014-07-02 Thread Rich Salz via RT
Wow, thanks for writing that. And especially the long example. It points out various magic numbers; see RT ticket 3420 about that. To be submitted to master head shortly. __ OpenSSL Project http://w

[openssl.org #3420] Magic constants in SSL_CTX_set_tlsext_ticket_key_cb() and .pod

2014-07-02 Thread Rich Salz via RT
Someone contributed SSL_CTX_set_tlsext_ticket_key_cb documentation. But there are magic numbers, 16, in it. The source he based the doc on has the same magic numbers, which is good. But the fact that they just appear there -- are they fixed values? -- is not so good. We need to look at the code and

[openssl.org #3011] [DOC] Correct bug report address

2014-07-02 Thread Rich Salz via RT
they're equivalent; I believe -bugs is aliased to "rt" __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #3419] verify -help output is bad

2014-07-02 Thread Rich Salz via RT
The verify -help output is non-standard (rest of them are a set of lines, one per flag). __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.

[openssl.org #2686] Manpage for verify(lssl) does not contain key -CRLfile

2014-07-02 Thread Rich Salz via RT
Fixed, thanks. Opened a new ticket because "verify -help" is kinda lousy. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated L

Re: [openssl.org #3401] Bug report: compilation fails for OpenSSL_1_0_2-stable on darwin64-x86_64-cc

2014-07-02 Thread Andy Polyakov via RT
> I'm on the OpenSSL_1_0_2-stable branch, commit d85a772, and compilation > fails for darwin64-x86_64-cc with the error reported at the bottom. The > commit that introduced the compilation issue is > 70fddbe32a7b3400a6ad0a9265f2c0ed72988d27. > > If instructed, I can try to help by running more tes

[openssl.org #2637] Missing documentation for -no_ign_eof option

2014-07-02 Thread Rich Salz via RT
To be commit'ed to head shortly, thanks. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #2424] [BUG] documentation inconsistency (no_type vs. ignore_type)

2014-07-02 Thread Rich Salz via RT
Fix will be checked in to master shortly; thanks. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #2403] Possible Documentation Issue (FIPS User's Guide)

2014-07-02 Thread Rich Salz via RT
Looks like fixed in the latest (2013) version; there is no cross-comipled entry. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Auto

[openssl.org #2342] CHM version of openssl doc

2014-07-02 Thread Rich Salz via RT
Can you send the C# file? It might be of interest. Not making any commitment, just want to look. Thanks. __ OpenSSL Project http://www.openssl.org Development Mailing List open

[openssl.org #2311] Resolved: [PATCH] Fix spelling of preceding/preceded in doc/ssleay.txt, doc/apps/x509v3_config.pod & doc/crypto/ASN1_generate_nconf.pod

2014-07-02 Thread Rich Salz via RT
According to our records, your request has been resolved. If you have any further questions or concerns, please respond to this message. __ OpenSSL Project http://www.openssl.org Development Mailing

Re: [openssl.org #3390] Bug report: cannot build with MSVC14

2014-07-02 Thread Andy Polyakov via RT
>> As for what to do. As far as I recall the "tangible" reason for redefine was >> that [by 1300 time] definition depended on compiler command line options (or >> wasn't a call to function). If definition does not depend on command line >> *now*, >> *and* always resort to function call, then it wo

[openssl.org #2145] [PATCH] New parameter "signing_digest" for TS module

2014-07-02 Thread Stephen Henson via RT
On Wed Jul 02 20:48:55 2014, jaroslav.imr...@disig.sk wrote: > I have cleaned the patch from unnecessary whitespace changes. > Thanks. I can see that you added a new field in the middle of a structures. For binary compatibiity reasons new fields can only go at the end of structures. Steve. -- Dr

[openssl.org #3285] [PATCH] "openssl ts -reply" can specify message digest algorithm for signing

2014-07-02 Thread Stephen Henson via RT
On Wed Jul 02 21:31:19 2014, jaroslav.imr...@disig.sk wrote: > Hello Steve, > > I have posted similar patch 4 years ago - please take a look at #2145. It > contains also accessor function, documentation updates, digest algorithm can > be specified in the configuration file etc. I will apply the fla

Re: [openssl.org #3397] Fwd: [PATCH] x86_64 asm: fix bn_mul_mont on odd-len BNs

2014-07-02 Thread Andy Polyakov via RT
> I'm totally willing to cooperate on this, and may have enough skills to do > it. > > Do you think it could be possible for us to collaborate on this topic? Sure! I'd appreciate it. Start by preparing patch harmonizing branches with interface. Still I can't promise swift review and reply, so ple

[openssl.org #2304] BUG: RSA_generate_key_ex not documented

2014-07-02 Thread Rich Salz via RT
RSA_generate_key_ex is in RSA_generate_key.pod __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #2294] OpenSSL report: bug: doc.: openssl page doesn't list pkcs8 command

2014-07-02 Thread Rich Salz via RT
Someone fixed this awhile ago. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager major

[openssl.org #3418] Bug with RSA_X931_PADDING in RSA signatures

2014-07-02 Thread Alan Hryngle via RT
There appears to be an issue with the way OpenSSL handles X9.31 padding in RSA signatures.  According to the X9.31 standard (section 4.2, step 4):    RR shall be raised to the power d modulo n. The signature S is either the result or its complement to n, whichever is smaller.    S = min { RR^d

[openssl.org #3417] some spelling fixes: doc/ssl/*.pod

2014-07-02 Thread Claus Assmann via RT
based on spell(1) output. diff --git a/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod b/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod index 4fc8f06..2049a53 100644 --- a/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod +++ b/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod @@ -14,12 +14,12 @@ SSL_CONF_CTX_set_ssl_ctx, SSL_CONF_CTX_set_ssl

Re: [openssl.org #1366] patch to use docbook instead of pods

2014-07-02 Thread Dave Pawson
Sorry no, I have managed to stay away from perl so understand nothing of its wonders. regards On 2 July 2014 04:47, Rich Salz via RT wrote: > So one possibility is Pod::DocBook. Do you have a feel for how good it is? > > Right now, OpenSSL only depends on Perl. It would probably be a real proble

[openssl.org #2263] Stale reference to CRYPTO_set_id_callback in doc files; openssl 1.0.0

2014-07-02 Thread Rich Salz via RT
Remove the reference from err.pod; thanks. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #1807] [patch] docs on SPKAC in 'ca' manpage - document default DER rather than PEM output emitted in special circumstances

2014-07-02 Thread Rich Salz via RT
Man, which crazed individual implemented that magical -spkac output stuff? anyhow, thanks, issue resolved. Hopefully the next Sherlock episodes won't take so long to appear :) __ OpenSSL Project htt

Re: [openssl.org #3397] Fwd: [PATCH] x86_64 asm: fix bn_mul_mont on odd-len BNs

2014-07-02 Thread Fedor Indutny
I'm totally willing to cooperate on this, and may have enough skills to do it. Do you think it could be possible for us to collaborate on this topic? Thank you, Fedor. On Wed, Jul 2, 2014 at 11:08 PM, Andy Polyakov via RT wrote: > > I'd still pull Adam's changes, at least for consistency reas

Re: [openssl.org #3397] Fwd: [PATCH] x86_64 asm: fix bn_mul_mont on odd-len BNs

2014-07-02 Thread Fedor Indutny via RT
I'm totally willing to cooperate on this, and may have enough skills to do it. Do you think it could be possible for us to collaborate on this topic? Thank you, Fedor. On Wed, Jul 2, 2014 at 11:08 PM, Andy Polyakov via RT wrote: > > I'd still pull Adam's changes, at least for consistency reas

[openssl.org #3285] "openssl ts -reply" can specify message digest algorithm for signing

2014-07-02 Thread Jaroslav Imrich via RT
Hello Steve, I have posted similar patch 4 years ago - please take a look at #2145. It contains also accessor function, documentation updates, digest algorithm can be specified in the configuration file etc. I will apply the flags technique you have mentioned and will post the update. Can you p

[openssl.org #1630] [enhancement request] Documentation improvements?!

2014-07-02 Thread Rich Salz via RT
Since BIO_push(a,b) returns a, I changed the code examples to ignore the return value and explicitly used "b64" Perhaps I should have introduced a new "BIO* top" and used that? If so open/re-open a ticket. __ OpenSSL Project

[openssl.org #1366] patch to use docbook instead of pods

2014-07-02 Thread Rich Salz via RT
> I have managed to stay away from perl so understand nothing of its wonders. what a great turn of phrase. we're thinking about the doc format, but for now... no. __ OpenSSL Project http://www.ope

[openssl.org #939] PATCH: documentation clarifications for RSA_sign, rsautl

2014-07-02 Thread Rich Salz via RT
I took the first part of the diff, adding this: +Note that PKCS #1 adds meta-data, placing limits on the size of the +key that can be used. +See L for lower-level +operations. __ OpenSSL Project htt

Re: [openssl.org #3397] Fwd: [PATCH] x86_64 asm: fix bn_mul_mont on odd-len BNs

2014-07-02 Thread Andy Polyakov via RT
> I'd still pull Adam's changes, at least for consistency reasons. Other > assembly files seems to be using signed comparison for the same kinds of > operations. > > What do you think about it? I think it's appropriate to harmonize branches with interface. But it takes deal of concentration and u

[openssl.org #882] Documentation patch

2014-07-02 Thread Rich Salz via RT
Added some text to the last paragraph: When using i2d_SSL_SESSION(), the memory location pointed to by pp must be large enough to hold the binary representation of the session. There is no known limit on the size of the created ASN1 representation, so the necessary amount of space should be obtaine

[PATCH] LibReSSL/OpenSSL: Adjust/remove keysize restrictions

2014-07-02 Thread Benny Baumann
Hi folks, I know the following patches will cause a controversy just like the issues they resolve caused me and several other people headaches when debugging them. But first things first. The attached patches (intentionally) do the following two things: 1. Adjust the limit for maximum allowed si

[openssl.org #656] error in documentation about BIO_read

2014-07-02 Thread Rich Salz via RT
I looked at all BIO_read calls in ssl/*.c and it appears the check is for <=0 now, not <0. So we fixed the code to conform to the doc. :) __ OpenSSL Project http://www.openssl.org Development Mailin

Re: OpenSSL roadmap

2014-07-02 Thread Michael Sierchio
On Wed, Jul 2, 2014 at 11:23 AM, Loganaden Velvindron wrote: > If I'm interested in fixing OpenSSL, why shouldn't I have access to > coverity scans ? I'm not a committer, and not a core member, but I am fully prepared to answer your question. Because the policy of the project says so. If you sho

[openssl.org #2145] New parameter "signing_digest" for TS module

2014-07-02 Thread Jaroslav Imrich via RT
I have cleaned the patch from unnecessary whitespace changes. Kind regards, Jaroslav ts_signing_digest_cleaned.patch Description: Binary data smime.p7s Description: S/MIME cryptographic signature

[openssl.org #424] options undocumented in manpages for openssl command line (0.9.7-stable)

2014-07-02 Thread Rich Salz via RT
Whew, that was a lot of work. Fix will be committed to master branch shortly. Many, usually -engine, were already added. But many weren't. Thanks! I only added the ones you found were missing. I am sure many "new" options are still missing :( __

RE: OpenSSL roadmap

2014-07-02 Thread Salz, Rich
> I write fixes for pieces of software that I depend on. Some time ago, I sent > a > diff for OpenSSL. Great, thanks. > If I'm interested in fixing OpenSSL, why shouldn't I have access to coverity > scans ? > > Other Open Source projects have provided me access to their coverity scans, > despi

Re: [openssl.org #3397] Fwd: [PATCH] x86_64 asm: fix bn_mul_mont on odd-len BNs

2014-07-02 Thread Fedor Indutny via RT
Andy, I'd still pull Adam's changes, at least for consistency reasons. Other assembly files seems to be using signed comparison for the same kinds of operations. What do you think about it? Cheers, Fedor. On Wed, Jul 2, 2014 at 9:54 PM, Andy Polyakov via RT wrote: > > Discovered this problem

Re: [openssl.org #3397] Fwd: [PATCH] x86_64 asm: fix bn_mul_mont on odd-len BNs

2014-07-02 Thread Fedor Indutny
Andy, I'd still pull Adam's changes, at least for consistency reasons. Other assembly files seems to be using signed comparison for the same kinds of operations. What do you think about it? Cheers, Fedor. On Wed, Jul 2, 2014 at 9:54 PM, Andy Polyakov via RT wrote: > > Discovered this problem

Re: OpenSSL roadmap

2014-07-02 Thread Loganaden Velvindron
On Wed, Jul 2, 2014 at 9:48 PM, Salz, Rich wrote: >> However, I feel that the developer group is a bit closed to outsiders. > > More communication and transparency is coming, as we have a bigger and more > invigorated developer team. It will take time. But not everything will > always be disc

Re: [openssl.org #3397] Fwd: [PATCH] x86_64 asm: fix bn_mul_mont on odd-len BNs

2014-07-02 Thread Andy Polyakov via RT
> Discovered this problem while trying to fix > https://github.com/joyent/node/issues/7704. > > Attached is a fix for it. Trouble is that modified code might avoid crash, but it doesn't produce correct result either. [No, not even Adam's suggestion]. Actually bn_mul_mont is abused in bn_exp.c, be

RE: OpenSSL roadmap

2014-07-02 Thread Salz, Rich
> However, I feel that the developer group is a bit closed to outsiders. More communication and transparency is coming, as we have a bigger and more invigorated developer team. It will take time. But not everything will always be discussed in public mailing lists right away, parciularly aroun

OpenSSL roadmap

2014-07-02 Thread Loganaden Velvindron
Hi guys, I'm very happy to see the OpenSSL roadmap. However, I feel that the developer group is a bit closed to outsiders. I requested access to the OpenSSL scan results on coverity, and up to now, my request is still pending :-( -- This message is strictly personal and the opinions expres

Re: Very old release, unsupported platform

2014-07-02 Thread Florian Weimer
On 07/02/2014 02:44 PM, Matt Caswell wrote: I strongly suggest to add "8 bit chars and 32 bit ints" as an additional requirement. There is some idea that 16-bit platforms (such as MS-DOS or Windows prior to the Win32 API) are still supported, but this is clearly not the case because a lot of bou

[openssl.org #298] Documentation suggestions

2014-07-02 Thread Rich Salz via RT
The toplevel Makefile runs the POD pages threw a sed script that remove the (n) notation. This seems to address the concerns. POD, and POD2MAN and POD2HTML are a bit arcane for me. __ OpenSSL Project

[openssl.org #3416] PATCH: EVP_EncryptionInit and AES-NI note

2014-07-02 Thread Stephen Henson via RT
On Wed Jul 02 07:12:19 2014, noloa...@gmail.com wrote: > Questions on AES-NI and how to enable them have come up twice recently > on the stack exchanges (like stack overflow). > > This patch documents use of the AES-NI instruction by way of the EVP_* > interface. > Since this may in future cover m

[openssl.org #3285] [PATCH] "openssl ts -reply" can specify message digest algorithm for signing

2014-07-02 Thread Stephen Henson via RT
On Mon Mar 24 23:02:59 2014, truer...@sea.plala.or.jp wrote: > Hi, everyone. > > "openssl ts -reply ..." command always uses SHA-1 for signing. > This patch can specify the messege digest algorithm for signing; > > > openssl ts -reply -queryfile req.bin -config tsa.cnf -sha256 > resp.bin > > Please

Re: Windows mingw status for snapshot-20140630 is KO

2014-07-02 Thread Jeff Trawick
On Tue, Jul 1, 2014 at 7:14 AM, Jeff Trawick wrote: > On Mon, Jun 30, 2014 at 5:14 PM, wrote: > >> Hello >> >> >> openssl-SNAP-20140630 >> >> make ko >> in apps/speed.c:318:4 >>warning: format '%d' expects argument of type 'init', but >> argument 3 has type 'DWORD' : BIO_printf

Re: Very old release, unsupported platform

2014-07-02 Thread Matt Caswell
On 2 July 2014 13:33, Florian Weimer wrote: > On 07/01/2014 11:50 AM, Ben Laurie wrote: >> >> Our soon-to-be-released roadmap has this to say on "supported platform": >> >> * Currency, i.e. a platform is widely deployed and in current use >> * Vendor support >> * Available to the dev team, i.e. th

Re: Very old release, unsupported platform

2014-07-02 Thread Florian Weimer
On 07/01/2014 11:50 AM, Ben Laurie wrote: Our soon-to-be-released roadmap has this to say on "supported platform": * Currency, i.e. a platform is widely deployed and in current use * Vendor support * Available to the dev team, i.e. the dev team have access to a suitable environment in which to t

RE: Small website bug

2014-07-02 Thread Ann Idol
เหี้ยไร เนี่ย > Date: Tue, 1 Jul 2014 21:14:13 +0200 > From: janpo...@gmx.net > To: openssl-dev@openssl.org > Subject: Small website bug > > if you go to "About", then to "Contacts", "Credits" or "Roadmap", there > is no "General" link only "Gerneral" text > > Jan > ___

RE: Makedepend bug?

2014-07-02 Thread Ann Idol
ควยไง สัด > Date: Tue, 1 Jul 2014 16:57:59 -0400 > From: ty...@mit.edu > To: openssl-dev@openssl.org > Subject: Re: Makedepend bug? > > On Tue, Jul 01, 2014 at 02:10:31PM -0400, Mike Bland wrote: > > I was wondering why 'make depend' output was saved in the Makefiles. > > So I guess adding the .d