bip 0.9.0 "it's never too late"
backlog_no_timestamp
is deprecated,backlog_timestamp
should be used instead. The allowed values for this new parameter are:none
,time
,datetime
.time
is the default value and allow to keep the default behavior.- allow to set TLS ciphers: for bip client side (
client_side_ciphers
), globally for all connections (ssl_default_ciphers
) and for each connection (ssl_ciphers
). - allow to set DH parameter used for clients SSL connections with the new
client_side_dh_param
parameter. - add
write_oidentd_file
parameter. Existing oidentd users must usewrite_oidentd = true
in their config to keep existing behavior.
Comments