mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Use be_tls_* API for SSL information in sslinfo
sslinfo was passing the Port->ssl member directly to OpenSSL in order to extract information regarding the connection. This breaks the API provided by the backend TLS implementation, as well as duplicates code for no benefit. Rewrite to make use of the backend API as much as possible. Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
@@ -53,8 +53,8 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Returns the name of the protocol used for the SSL connection (e.g., TLSv1.0
|
||||
TLSv1.1, or TLSv1.2).
|
||||
Returns the name of the protocol used for the SSL connection (e.g., TLSv1.0,
|
||||
TLSv1.1, TLSv1.2 or TLSv1.3).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user