Re: More SSL questions..

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "T(dot)J(dot)" <tjtoocool(at)phreaker(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org, pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: More SSL questions..
Date: 2005-01-04 21:26:19
Message-ID: 20359.1104873979@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers-win32

"T.J." <tjtoocool(at)phreaker(dot)net> writes:
> Which leads me to my next question; that function client_cert_cb, does
> it ever get executed on windows? :)

Um. Looks like someone ifdef'd it out :-(. In fact, if you look
through fe-secure.c, you'll see that just about all the SSL code is
ifdef'd out on Windows.

Try removing the #ifs and see if it compiles.

win32 hackers, anyone know why it's like this?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message T.J. 2005-01-04 21:45:58 Re: More SSL questions..
Previous Message Graham Robson 2005-01-04 20:10:16 BUG #1372: Service won't start with tcpip_socket = true

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message T.J. 2005-01-04 21:45:58 Re: More SSL questions..
Previous Message T.J. 2005-01-04 17:39:06 Re: More SSL questions..