aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra/m_pgsql.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-09-06 17:15:10 -0400
committerGravatar Daniel De Graaf2010-09-06 17:15:10 -0400
commit9d203d48f751ebc62e7172099a1eb3a6afe2f009 (patch)
treee93a6932374dc997203cfb48150b1d994dca6ecb /src/modules/extra/m_pgsql.cpp
parentRemove config for it too (diff)
Allow GnuTLS cipher priorities to be set
This adds <gnutls:prio> and <ssl_cert:prio> which allows you to enable or disable ciphers, key exchange methods, macs, and compression methods in SSL connections made using these certificates. Examples from gnutls_priority_init(3): "NORMAL:!AES-128-CBC" means normal ciphers except for AES-128. "EXPORT:!VERS-TLS1.0:+COMP-DEFLATE" means that export ciphers are enabled, TLS 1.0 is disabled, and libz compression enabled. "NONE:+VERS-TLS1.0:+AES-128-CBC:+RSA:+SHA1:+COMP-NULL"
Diffstat (limited to 'src/modules/extra/m_pgsql.cpp')
0 files changed, 0 insertions, 0 deletions