git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 128dd90) | patch
Allow specifying CRL directory
2021年2月18日 06:59:10 +0000 (07:59 +0100)
2021年2月18日 06:59:10 +0000 (07:59 +0100)
commit f5465fade90827534fbd0b795d18dc62e56939e9
Allow specifying CRL directory

Add another method to specify CRLs, hashed directory method, for both
server and client side. This offers a means for server or libpq to
load only CRLs that are required to verify a certificate. The CRL
directory is specifed by separate GUC variables or connection options
ssl_crl_dir and sslcrldir, alongside the existing ssl_crl_file and
sslcrl, so both methods can be used at the same time.

Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/20200731.173911.904649928639357911.horikyota.ntt@gmail.com
20 files changed:
contrib/postgres_fdw/expected/postgres_fdw.out diff | blob | blame | history
doc/src/sgml/config.sgml diff | blob | blame | history
doc/src/sgml/libpq.sgml diff | blob | blame | history
src/backend/libpq/be-secure-openssl.c diff | blob | blame | history
src/backend/libpq/be-secure.c diff | blob | blame | history
src/backend/utils/misc/guc.c diff | blob | blame | history
src/backend/utils/misc/postgresql.conf.sample diff | blob | blame | history
src/include/libpq/libpq.h diff | blob | blame | history
src/interfaces/libpq/fe-connect.c diff | blob | blame | history
src/interfaces/libpq/fe-secure-openssl.c diff | blob | blame | history
src/interfaces/libpq/libpq-int.h diff | blob | blame | history
src/test/ssl/Makefile diff | blob | blame | history
src/test/ssl/ssl/client-crldir/9bb9e3c3.r0 [new file with mode: 0644] blob
src/test/ssl/ssl/root+client-crldir/9bb9e3c3.r0 [new file with mode: 0644] blob
src/test/ssl/ssl/root+client-crldir/a3d11bff.r0 [new file with mode: 0644] blob
src/test/ssl/ssl/root+server-crldir/a3d11bff.r0 [new file with mode: 0644] blob
src/test/ssl/ssl/root+server-crldir/a836cc2d.r0 [new file with mode: 0644] blob
src/test/ssl/ssl/server-crldir/a836cc2d.r0 [new file with mode: 0644] blob
src/test/ssl/t/001_ssltests.pl diff | blob | blame | history
src/test/ssl/t/SSLServer.pm diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /