Re: [HACKERS] GnuTLS support - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: [HACKERS] GnuTLS support
Date
Msg-id f70ae953-0666-a8e0-af4d-35589d2adf25@proxel.se
Whole thread Raw
In response to Re: [HACKERS] GnuTLS support  (Jeff Janes <jeff.janes@gmail.com>)
Responses Re: [HACKERS] GnuTLS support  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
List 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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] MERGE SQL Statement for PG11
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] pgbench - use enum for meta commands