Re: PostgreSQL: WolfSSL support

2020-06-28 Thread Felix Lechner
Hi Greg, On Sun, Jun 28, 2020 at 6:40 AM Greg Stark wrote: > > I'm more interested in a library like Amazon's Does S2N support TLS 1.3? https://github.com/awslabs/s2n/issues/388 Kind regards Felix Lechner

Re: PostgreSQL: WolfSSL support

2020-06-28 Thread Greg Stark
Personally I'm more interested in a library like Amazon's which is trying to do less rather than more. I would rather a simpler, better tested, easier to audit code-base than one with more features and more complications. https://github.com/awslabs/s2n

Re: PostgreSQL: WolfSSL support

2020-06-28 Thread Daniel Gustafsson
> On 27 Jun 2020, at 21:40, Bruce Momjian wrote: > On Sat, Jun 27, 2020 at 04:22:51PM -0300, Ranier Vilela wrote: >> WolfSSL, will provide a commercial license for PostgreSQL? >> Isn't LIbreSSL a better alternative? > > Seems it might be. That's not really an apples/apples comparison as the pro

Re: PostgreSQL: WolfSSL support

2020-06-27 Thread Abel Abraham Camarillo Ojeda
On Saturday, June 27, 2020, Tom Lane wrote: > Christoph Berg writes: > > Re: Ranier Vilela > >> Isn't LIbreSSL a better alternative? > > > I don't know. > > It should work all right --- it's the default ssl library on OpenBSD > and some other platforms, so we have some buildfarm coverage for it.