Re: UW IMAP/Panda compiling with openssl 1.1.x...?

"Erik Kangas, Ph.D." <[email protected]> Mon, 18 Feb 2019 00:06:46 +0000
Newsgroups gmane.mail.imap.uw.c-client
Message-ID <[email protected]>
This is a multi-part message in MIME format.

If you cannot view the attachment(s), then your email client does not
support MIME.





--------------------_Boundary_46639516.693227
Content-Type: multipart/alternative; boundary="-------------8494139.26508643"

---------------8494139.26508643
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: quoted-printable

Hello Eduardo,

This is good and we can probably use this for the imapd server;=20
however, when I compile Panda against openssl=C2=A01.1.1.x, I find that the=
=20
first set of errors I receive involve the c-client library (which we=20
need for linking with PHP, for example).=C2=A0 The c-client section (i.e.=20
the c-client directory immediately below "imap" vs the one below=20
"src")=C2=A0seems to be missing from the alpine source -- as its probably=20
not needed for alpine.

Is anyone else on this list familiar enough with the code to be able to=20
make the modifications?=C2=A0 I.e., the compile errors I get are of the=20
form below (at least that is how far it gets before bailing).

Thank you,
-Erik Kangas

~~~~~~~
=C2=A0

sdep.c: In function 'ssl_start_work':

osdep.c:472:12: warning: 'TLSv1_client_method' is deprecated (declared=20
at /xd1/pkg/openssl11/include//openssl/ssl.h:1866)=20
[-Wdeprecated-declarations]

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 TLSv1_client_method () :

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^

osdep.c:522:49: error: dereferencing pointer to incomplete type

=C2=A0=C2=A0 =C2=A0 if (scq) return (*scq) (err,host,cert ? cert->name : "?=
??") ?=20
NIL : "";

=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 ^

osdep.c:524:51: error: dereferencing pointer to incomplete type

=C2=A0=C2=A0 =C2=A0 sprintf (tmp,"*%.128s: %.255s",err,cert ? cert->name : =
"???");

=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=
 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^

osdep.c: In function 'ssl_validate_cert':

osdep.c:574:17: error: dereferencing pointer to incomplete type

=C2=A0=C2=A0 else if (!cert->name) ret =3D "No name in certificate";

=C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^

osdep.c:576:28: error: dereferencing pointer to incomplete type

=C2=A0=C2=A0 else if (s =3D strstr (cert->name,"/CN=3D")) {

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 ^

osdep.c: In function 'ssl_server_init':

osdep.c:1072:12: warning: 'TLSv1_server_method' is deprecated (declared=20
at /xd1/pkg/openssl11/include//openssl/ssl.h:1865)=20
[-Wdeprecated-declarations]

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 TLSv1_server_method () :

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^

osdep.c: In function 'ssl_genkey':

osdep.c:1215:5: warning: 'RSA_generate_key' is deprecated (declared at=20
/xd1/pkg/openssl11/include/openssl/rsa.h:234)=20
[-Wdeprecated-declarations]

=C2=A0=C2=A0 =C2=A0 if (!(key =3D RSA_generate_key (export ? keylength :=20
1024,RSA_F4,NIL,NIL))) {

=C2=A0=C2=A0 =C2=A0 ^

make[2]: *** [osdep.o] Error 1

make[2]: Leaving directory `/xd1/setup/sources/uw-imap/plain/c-client'

make[1]: *** [missing] Error 2

make[1]: Leaving directory `/xd1/setup/sources/uw-imap/plain/c-client'

make: *** [../c-client/c-client.a] Error 2

=C2=A0
=C2=A0
=C2=A0
On February 15, 2019 01:52:09 pm EST, "Eduardo Chappa"=20
<[email protected]> wrote:

Dear Erik,

=C2=A0=C2=A0 you can check if Alpine 2.21, from my site does the trick for =
you. There
is an IMAP directory there that contains the source code of Panda IMAP. I
develop Alpine and have to modify the buld system to account for these
changes.

=C2=A0=C2=A0 I will make more changes in the future, and keep up with it. T=
ake a look
at

[1]http://alpine.x10host.com/alpine/release/index.html

for more information.

--
Eduardo

On Fri, 15 Feb 2019, Erik Kangas, Ph.D. wrote:

> Hi=C2=A0All,
>
> Has anyone progressed with compiling openssl=C2=A01.1.1 with panda=20
> IMAP?=C2=A0 If not,
> is anyone interested in doing this as a small consulting project (which we
> would make available to the group when done)?
>
> Thanks,
> -Erik Kangas
> LuxSci
> =C2=A0
> =C2=A0
> On September 27, 2018 01:02:46 pm EST, "Erik Kangas, Ph.D."
> <[email protected]> wrote:
> =C2=A0
> Hi all,
>
> Now that openssl 1.1.1 has TLS 1.3 included, I am trying to re-compile pa=
nda
> imap with this instead of the latest openssl 1.0.x.=C2=A0 I am getting=20
> compilation
> errors (below).=C2=A0 I wonder if anyone has gone though this process and=
 has a
> patch?=C2=A0 Secondarily, I wonder if anyone has gone and added a patch t=
o enable
> TLS 1.3?
>
> Thanks!
> -Erik Kangas
>
> ~~~~~~~~=C2=A0 Compile errors:
> =C2=A0
>
> osdep.c: In function =E2=80=98ssl_start_work=E2=80=99:
>
> osdep.c:436:12: warning: =E2=80=98TLSv1_client_method=E2=80=99 is depreca=
ted (declared at
> /xd1/pkg/openssl/include//openssl/ssl.h:1854) [-Wdeprecated-declarations]
>
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 TLSv1_client_method () :
>
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
>
> osdep.c:486:49: error: dereferencing pointer to incomplete type
>
> =C2=A0=C2=A0 =C2=A0 if (scq) return (*scq) (err,host,cert ? cert->name : =
"???") ?=20
> NIL : "";
>
> =C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
>
> osdep.c:488:51: error: dereferencing pointer to incomplete type
>
> =C2=A0=C2=A0 =C2=A0 sprintf (tmp,"*%.128s: %.255s",err,cert ? cert->name =
: "???");
>
> =C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0=20
> =C2=A0 =C2=A0 =C2=A0 ^
>
> osdep.c: In function =E2=80=98ssl_validate_cert=E2=80=99:
>
> osdep.c:538:17: error: dereferencing pointer to incomplete type
>
> =C2=A0=C2=A0 else if (!cert->name) ret =3D "No name in certificate";
>
> =C2=A0=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
>
> osdep.c:540:28: error: dereferencing pointer to incomplete type
>
> =C2=A0=C2=A0 else if (s =3D strstr (cert->name,"/CN=3D")) {
>
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 ^
>
> osdep.c: In function =E2=80=98ssl_server_init=E2=80=99:
>
> osdep.c:911:12: warning: =E2=80=98TLSv1_server_method=E2=80=99 is depreca=
ted (declared at
> /xd1/pkg/openssl/include//openssl/ssl.h:1853) [-Wdeprecated-declarations]
>
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 TLSv1_server_method () :
>
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
>
> osdep.c: In function =E2=80=98ssl_genkey=E2=80=99:
>
> osdep.c:982:5: warning: =E2=80=98RSA_generate_key=E2=80=99 is deprecated =
(declared at
> /xd1/pkg/openssl/include/openssl/rsa.h:234) [-Wdeprecated-declarations]
>
> =C2=A0=C2=A0 =C2=A0 if (!(key =3D RSA_generate_key (export ? keylength :
> 1024,RSA_F4,NIL,NIL))) {
>
> =C2=A0=C2=A0 =C2=A0 ^
>
> make[3]: *** [osdep.o] Error 1
>
> ~~~~~~~
>
> =C2=A0
> Erik Kangas, PhD
> CEO
> +1 617.596.9558
> [email protected]
> [1]www.LuxSci.com
> [2]Erik on LinkedIn
> =C2=A0
> =C2=A0
>
> This email communication is covered under LuxSci's [3]privacy policy.
>
> =C2=A0
>
> -------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
--------------!
--
> ----
>
> _______________________________________________
> Imap-uw mailing list
> [email protected]
> [4]http://mailman13.u.washington.edu/mailman/listinfo/imap-uw
>
> References
>
> Visible links
> 1. [2]https://luxsci.com/
> 2. [3]https://www.linkedin.com/in/erikkangas/
> 3. [4]https://luxsci.com/extranet/privacy.html
> 4. [5]http://mailman13.u.washington.edu/mailman/listinfo/imap-uw
>
>

--
Eduardo
=C2=A0

References

Visible links
1. http://alpine.x10host.com/alpine/release/index.html
2. https://luxsci.com/
3. https://www.linkedin.com/in/erikkangas/
4. https://luxsci.com/extranet/privacy.html
5. http://mailman13.u.washington.edu/mailman/listinfo/imap-uw


---------------8494139.26508643
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML>
<HTML>
<HEAD><meta http-equiv=3D"content-type" content=3D"text/html; charset=3DUTF=
-8"></HEAD>
<BODY style=3D"padding:5px; line-height: 1.3em; font-size: 14px; color: #33=
3; background-color: #FFF; font-family: Arial, Helvetica, sans-serif">
<div>Hello Eduardo,<br />
<br />
This is good and we can probably use this for the imapd server; however, wh=
en I compile Panda against openssl&nbsp;1.1.1.x, I find that the first set =
of errors I receive involve the c-client library (which we need for linking=
 with PHP, for example).&nbsp; The c-client section (i.e. the c-client dire=
ctory immediately below &quot;imap&quot; vs the one below &quot;src&quot;)&=
nbsp;seems to be missing from the alpine source -- as its probably not need=
ed for alpine.<br />
<br />
Is anyone else on this list familiar enough with the code to be able to mak=
e the modifications?&nbsp; I.e., the compile errors I get are of the form b=
elow (at least that is how far it gets before bailing).<br />
<br />
Thank you,<br />
-Erik Kangas<br />
<br />
~~~~~~~<br />
&nbsp;
<p><b>sdep.c:</b> In function &#39;<b>ssl_start_work</b>&#39;:</p>

<p><b>osdep.c:472:12:</b> <b>warning: </b>&#39;<b>TLSv1_client_method</b>&#=
39; is deprecated (declared at <b>/xd1/pkg/openssl11/include//openssl/ssl.h=
:1866</b>) [-Wdeprecated-declarations]</p>

<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TLSv1_client_method () :</p>

<p><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b></p>

<p><b>osdep.c:522:49:</b> <b>error: </b>dereferencing pointer to incomplete=
 type</p>

<p>&nbsp;&nbsp; &nbsp; if (scq) return (*scq) (err,host,cert ? cert-&gt;nam=
e : &quot;???&quot;) ? NIL : &quot;&quot;;</p>

<p><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp=
; &nbsp; &nbsp; &nbsp; &nbsp; ^</b></p>

<p><b>osdep.c:524:51:</b> <b>error: </b>dereferencing pointer to incomplete=
 type</p>

<p>&nbsp;&nbsp; &nbsp; sprintf (tmp,&quot;*%.128s: %.255s&quot;,err,cert ? =
cert-&gt;name : &quot;???&quot;);</p>

<p><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp=
; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b></p>

<p><b>osdep.c:</b> In function &#39;<b>ssl_validate_cert</b>&#39;:</p>

<p><b>osdep.c:574:17:</b> <b>error: </b>dereferencing pointer to incomplete=
 type</p>

<p>&nbsp;&nbsp; else if (!cert-&gt;name) ret =3D &quot;No name in certifica=
te&quot;;</p>

<p><b>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b></=
p>

<p><b>osdep.c:576:28:</b> <b>error: </b>dereferencing pointer to incomplete=
 type</p>

<p>&nbsp;&nbsp; else if (s =3D strstr (cert-&gt;name,&quot;/CN=3D&quot;)) {=
</p>

<p><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=
 &nbsp; &nbsp; &nbsp; &nbsp; ^</b></p>

<p><b>osdep.c:</b> In function &#39;<b>ssl_server_init</b>&#39;:</p>

<p><b>osdep.c:1072:12:</b> <b>warning: </b>&#39;<b>TLSv1_server_method</b>&=
#39; is deprecated (declared at <b>/xd1/pkg/openssl11/include//openssl/ssl.=
h:1865</b>) [-Wdeprecated-declarations]</p>

<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TLSv1_server_method () :</p>

<p><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^</b></p>

<p><b>osdep.c:</b> In function &#39;<b>ssl_genkey</b>&#39;:</p>

<p><b>osdep.c:1215:5:</b> <b>warning: </b>&#39;<b>RSA_generate_key</b>&#39;=
 is deprecated (declared at <b>/xd1/pkg/openssl11/include/openssl/rsa.h:234=
</b>) [-Wdeprecated-declarations]</p>

<p>&nbsp;&nbsp; &nbsp; if (!(key =3D RSA_generate_key (export ? keylength :=
 1024,RSA_F4,NIL,NIL))) {</p>

<p><b>&nbsp;&nbsp; &nbsp; ^</b></p>

<p>make[2]: *** [osdep.o] Error 1</p>

<p>make[2]: Leaving directory `/xd1/setup/sources/uw-imap/plain/c-client&#3=
9;</p>

<p>make[1]: *** [missing] Error 2</p>

<p>make[1]: Leaving directory `/xd1/setup/sources/uw-imap/plain/c-client&#3=
9;</p>

<p>make: *** [../c-client/c-client.a] Error 2</p>
</div>

<div>&nbsp;</div>
&nbsp;<br />
&nbsp;
<div style=3D"padding:3px 0 3px 0;border-top:1px solid #DDD; border-bottom:=
 1px solid #DDD;margin:3px 0 3px 0">On February 15, 2019 01:52:09 pm EST, &=
quot;Eduardo Chappa&quot; &lt;[email protected]&gt; wrote:</div>
<br />
<br />
Dear Erik,<br />
<br />
&nbsp;&nbsp; you can check if Alpine 2.21, from my site does the trick for =
you. There<br />
is an IMAP directory there that contains the source code of Panda IMAP. I<b=
r />
develop Alpine and have to modify the buld system to account for these<br />
changes.<br />
<br />
&nbsp;&nbsp; I will make more changes in the future, and keep up with it. T=
ake a look<br />
at<br />
<br />
<a class=3D"monobody" href=3D"http://alpine.x10host.com/alpine/release/inde=
x.html" target=3D"_blank">http://alpine.x10host.com/alpine/release/index.ht=
ml</a><br />
<br />
for more information.<br />
<br />
--<br />
Eduardo<br />
<br />
On Fri, 15 Feb 2019, Erik Kangas, Ph.D. wrote:<br />
<br />
&gt; Hi&nbsp;All,<br />
&gt;<br />
&gt; Has anyone progressed with compiling openssl&nbsp;1.1.1 with panda IMA=
P?&nbsp; If not,<br />
&gt; is anyone interested in doing this as a small consulting project (whic=
h we<br />
&gt; would make available to the group when done)?<br />
&gt;<br />
&gt; Thanks,<br />
&gt; -Erik Kangas<br />
&gt; LuxSci<br />
&gt; &nbsp;<br />
&gt; &nbsp;<br />
&gt; On September 27, 2018 01:02:46 pm EST, &quot;Erik Kangas, Ph.D.&quot;<=
br />
&gt; &lt;[email protected]&gt; wrote:<br />
&gt; &nbsp;<br />
&gt; Hi all,<br />
&gt;<br />
&gt; Now that openssl 1.1.1 has TLS 1.3 included, I am trying to re-compile=
 panda<br />
&gt; imap with this instead of the latest openssl 1.0.x.&nbsp; I am getting=
 compilation<br />
&gt; errors (below).&nbsp; I wonder if anyone has gone though this process =
and has a<br />
&gt; patch?&nbsp; Secondarily, I wonder if anyone has gone and added a patc=
h to enable<br />
&gt; TLS 1.3?<br />
&gt;<br />
&gt; Thanks!<br />
&gt; -Erik Kangas<br />
&gt;<br />
&gt; ~~~~~~~~&nbsp; Compile errors:<br />
&gt; &nbsp;<br />
&gt;<br />
&gt; osdep.c: In function &lsquo;ssl_start_work&rsquo;:<br />
&gt;<br />
&gt; osdep.c:436:12: warning: &lsquo;TLSv1_client_method&rsquo; is deprecat=
ed (declared at<br />
&gt; /xd1/pkg/openssl/include//openssl/ssl.h:1854) [-Wdeprecated-declaratio=
ns]<br />
&gt;<br />
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TLSv1_client_method () :<br =
/>
&gt;<br />
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^<br />
&gt;<br />
&gt; osdep.c:486:49: error: dereferencing pointer to incomplete type<br />
&gt;<br />
&gt; &nbsp;&nbsp; &nbsp; if (scq) return (*scq) (err,host,cert ? cert-&gt;n=
ame : &quot;???&quot;) ? NIL : &quot;&quot;;<br />
&gt;<br />
&gt; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &=
nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=
 &nbsp; &nbsp; &nbsp; &nbsp; ^<br />
&gt;<br />
&gt; osdep.c:488:51: error: dereferencing pointer to incomplete type<br />
&gt;<br />
&gt; &nbsp;&nbsp; &nbsp; sprintf (tmp,&quot;*%.128s: %.255s&quot;,err,cert =
? cert-&gt;name : &quot;???&quot;);<br />
&gt;<br />
&gt; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &=
nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;=
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^<br />
&gt;<br />
&gt; osdep.c: In function &lsquo;ssl_validate_cert&rsquo;:<br />
&gt;<br />
&gt; osdep.c:538:17: error: dereferencing pointer to incomplete type<br />
&gt;<br />
&gt; &nbsp;&nbsp; else if (!cert-&gt;name) ret =3D &quot;No name in certifi=
cate&quot;;<br />
&gt;<br />
&gt; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^<br />
&gt;<br />
&gt; osdep.c:540:28: error: dereferencing pointer to incomplete type<br />
&gt;<br />
&gt; &nbsp;&nbsp; else if (s =3D strstr (cert-&gt;name,&quot;/CN=3D&quot;))=
 {<br />
&gt;<br />
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =
&nbsp; &nbsp; &nbsp; &nbsp; ^<br />
&gt;<br />
&gt; osdep.c: In function &lsquo;ssl_server_init&rsquo;:<br />
&gt;<br />
&gt; osdep.c:911:12: warning: &lsquo;TLSv1_server_method&rsquo; is deprecat=
ed (declared at<br />
&gt; /xd1/pkg/openssl/include//openssl/ssl.h:1853) [-Wdeprecated-declaratio=
ns]<br />
&gt;<br />
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TLSv1_server_method () :<br =
/>
&gt;<br />
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^<br />
&gt;<br />
&gt; osdep.c: In function &lsquo;ssl_genkey&rsquo;:<br />
&gt;<br />
&gt; osdep.c:982:5: warning: &lsquo;RSA_generate_key&rsquo; is deprecated (=
declared at<br />
&gt; /xd1/pkg/openssl/include/openssl/rsa.h:234) [-Wdeprecated-declarations=
]<br />
&gt;<br />
&gt; &nbsp;&nbsp; &nbsp; if (!(key =3D RSA_generate_key (export ? keylength=
 :<br />
&gt; 1024,RSA_F4,NIL,NIL))) {<br />
&gt;<br />
&gt; &nbsp;&nbsp; &nbsp; ^<br />
&gt;<br />
&gt; make[3]: *** [osdep.o] Error 1<br />
&gt;<br />
&gt; ~~~~~~~<br />
&gt;<br />
&gt; &nbsp;<br />
&gt; Erik Kangas, PhD<br />
&gt; CEO<br />
&gt; +1 617.596.9558<br />
&gt; [email protected]<br />
&gt; [1]www.LuxSci.com<br />
&gt; [2]Erik on LinkedIn<br />
&gt; &nbsp;<br />
&gt; &nbsp;<br />
&gt;<br />
&gt; This email communication is covered under LuxSci&#39;s [3]privacy poli=
cy.<br />
&gt;<br />
&gt; &nbsp;<br />
&gt;<br />
&gt; ----------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
---------------------------------------------------------------------------=
-----------------!<br />
--<br />
&gt; ----<br />
&gt;<br />
&gt; _______________________________________________<br />
&gt; Imap-uw mailing list<br />
&gt; [email protected]<br />
&gt; [4]http://mailman13.u.washington.edu/mailman/listinfo/imap-uw<br />
&gt;<br />
&gt; References<br />
&gt;<br />
&gt; Visible links<br />
&gt; 1. <a class=3D"monobody" href=3D"https://luxsci.com/" target=3D"_blank=
">https://luxsci.com/</a><br />
&gt; 2. <a class=3D"monobody" href=3D"https://www.linkedin.com/in/erikkanga=
s/" target=3D"_blank">https://www.linkedin.com/in/erikkangas/</a><br />
&gt; 3. <a class=3D"monobody" href=3D"https://luxsci.com/extranet/privacy.h=
tml" target=3D"_blank">https://luxsci.com/extranet/privacy.html</a><br />
&gt; 4. <a class=3D"monobody" href=3D"http://mailman13.u.washington.edu/mai=
lman/listinfo/imap-uw" target=3D"_blank">http://mailman13.u.washington.edu/=
mailman/listinfo/imap-uw</a><br />
&gt;<br />
&gt;<br />
<br />
--<br />
Eduardo<br />
&nbsp;
</BODY>
</HTML>


---------------8494139.26508643--




--------------------_Boundary_46639516.693227
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Imap-uw mailing list
[email protected]
http://mailman13.u.washington.edu/mailman/listinfo/imap-uw

--------------------_Boundary_46639516.693227--