mirror of
https://github.com/postgres/postgres.git
synced 2026-03-31 06:46:32 -04:00
This new function provides information about SSL extensions present in the X509 certificate used for the current connection. Extension version updated to version 1.1. Author: Дмитрий Воронин (Dmitry Voronin) Reviewed by: Michael Paquier, Heikki Linnakangas, Álvaro Herrera
5 lines
146 B
Text
5 lines
146 B
Text
# sslinfo extension
|
|
comment = 'information about SSL certificates'
|
|
default_version = '1.1'
|
|
module_pathname = '$libdir/sslinfo'
|
|
relocatable = true
|