Re: GnuTLS support

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: GnuTLS support
Date: 2017-11-02 22:33:18
Message-ID: f70ae953-0666-a8e0-af4d-35589d2adf25@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 09/18/2017 07:04 PM, Jeff Janes wrote:> You fixed the first issue,
but I still get the second one:
>
> be-secure-gnutls.c: In function 'get_peer_certificate':
> be-secure-gnutls.c:667: error: 'GNUTLS_X509_CRT_LIST_SORT' undeclared
> (first use in this function)
> be-secure-gnutls.c:667: error: (Each undeclared identifier is reported
> only once
> be-secure-gnutls.c:667: error: for each function it appears in.)

Thanks again for testing the code. I have now rebased the patch and
fixed the second issue. I tested that it works on CentOS 6.

Work which remains:

- sslinfo
- pgcrypto
- Documentation
- Decide if what I did with the config is a good idea

Andreas

Attachment Content-Type Size
gnutls-v4.patch text/x-patch 76.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-11-02 22:34:06 Re: pgbench - use enum for meta commands
Previous Message Peter Geoghegan 2017-11-02 22:25:48 Re: MERGE SQL Statement for PG11