summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
diff options
context:
space:
mode:
authorMichael Paquier2020-01-17 01:06:17 +0000
committerMichael Paquier2020-01-17 01:06:17 +0000
commitf7cd5896a69621818189fbdd209fb2e1fc008102 (patch)
treedace04fa5faa78aca98ef79204fe67776d6139c4 /src/backend/utils/adt/jsonfuncs.c
parent5afaa2e42655811461044c4216e2f821cadc766d (diff)
Move OpenSSL routines for min/max protocol setting to src/common/
Two routines have been added in OpenSSL 1.1.0 to set the protocol bounds allowed within a given SSL context: - SSL_CTX_set_min_proto_version - SSL_CTX_set_max_proto_version As Postgres supports OpenSSL down to 1.0.1 (as of HEAD), equivalent replacements exist in the tree, which are only available for the backend. A follow-up patch is planned to add control of the SSL protocol bounds for libpq, so move those routines to src/common/ so as libpq can use them. Author: Daniel Gustafsson Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions