Is it worth accepting multiple CRLs?

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Is it worth accepting multiple CRLs?
Date: 2020-07-31 08:39:11
Message-ID: 20200731.173911.904649928639357911.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello.

PostgreSQL server accepts only one CRL file. It is easy to expand
be_tls_init to accept a directory set in ssl_crl_file. But I'm not
sure CRL is actually even utilized in the field so that could ends
with just bloating the documentation.

Is it work doing?

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pierre Ducroquet 2020-07-31 08:41:19 [PATCH] Remove useless distinct clauses
Previous Message Kyotaro Horiguchi 2020-07-31 08:32:13 Re: fixing pg_ctl with relative paths