Re: PQgetssl() and alternative SSL implementations - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PQgetssl() and alternative SSL implementations
Date
Msg-id 32652.1422464685@sss.pgh.pa.us
Whole thread Raw
In response to Re: PQgetssl() and alternative SSL implementations  (Stephen Frost <sfrost@snowman.net>)
Responses Re: PQgetssl() and alternative SSL implementations
List pgsql-hackers
Stephen Frost <sfrost@snowman.net> writes:
> What bothers me about this is that it punts SSL work to the application
> and requires that they be coded to work with both OpenSSL and whatever
> else we implement (eg: GnuTLS) to do anything but the most simple
> checks.  That's a problem because people are *not* going to want to
> #include both OpenSSL and GnuTLS headers into their applications because
> they don't know which PG will be compiled with..  Not to mention that
> it'd be darn awkward to do so.

The point of this is to provide an escape hatch for people who really
want to do XYZ even though we provide no API for XYZ in libpq.  Hopefully,
those people will be few and far between, because anything that's a really
common requirement should be catered for by libpq.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: PQgetssl() and alternative SSL implementations
Next
From: Heikki Linnakangas
Date:
Subject: Re: Sequence Access Method WIP