1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

contrib/sslinfo: add ssl_extension_info SRF

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
This commit is contained in:
Alvaro Herrera
2015-09-07 21:24:17 -03:00
parent 582fbffb0c
commit 49124613f1
6 changed files with 202 additions and 9 deletions

View File

@ -1,5 +1,5 @@
# sslinfo extension
comment = 'information about SSL certificates'
default_version = '1.0'
default_version = '1.1'
module_pathname = '$libdir/sslinfo'
relocatable = true