Overview
Request 910175 accepted
- Changes for 24.0.5:
* kernel: For gen_tcp:connect/3,4 it is possible to specify a
specific source port, which should be enough to bind the socket
to an address with that port before connecting. Unfortunately
that feature was lost in OTP-17216 that made it mandatory to
specify the source address to get an address binding, and
ignored a specified source port if no source address was
specified. That bug has now been corrected.
- Changes for 24.0.4:
* stdlib: Fix a bug that could cause a crash when formatting
tuples using the control sequences p or P and limiting the
output with the option chars_limit.
* ssl: Handle cross-signed root certificates when old root
expired as reported in GH-4877.
* ssl: The signature selection algorithm has been changed to also
verify if the client supports signatures using the elliptic
curve of the server's public/private key pair. This change
fixes #4958.
* ssl: Slight optimization of certificate decoding.
* public_key: Handle cross-signed root certificates when old root
expired as reported in GH-4877.
* common_test: An incoming NETCONF notification received before a
call to ct_netconfc:create_subscription/* caused the connection
process to fail with badarg. Unexpected notifications are now
logged in the same way as other unexpected messages.
* common_test: Add 'receiver' option to ct_netconfc To allow a
destination for incoming NETCONF notifications to be specified
at sessions creation. Previously, a caller of
create_subscription/* became the destination, but RFC 5277
create-subscription is no longer the only way in which NETCONF
- Created by matwey
- In state accepted
- Open review for matwey
- Open review for gsantomaggio_suse
Request History
matwey created request
- Changes for 24.0.5:
* kernel: For gen_tcp:connect/3,4 it is possible to specify a
specific source port, which should be enough to bind the socket
to an address with that port before connecting. Unfortunately
that feature was lost in OTP-17216 that made it mandatory to
specify the source address to get an address binding, and
ignored a specified source port if no source address was
specified. That bug has now been corrected.
- Changes for 24.0.4:
* stdlib: Fix a bug that could cause a crash when formatting
tuples using the control sequences p or P and limiting the
output with the option chars_limit.
* ssl: Handle cross-signed root certificates when old root
expired as reported in GH-4877.
* ssl: The signature selection algorithm has been changed to also
verify if the client supports signatures using the elliptic
curve of the server's public/private key pair. This change
fixes #4958.
* ssl: Slight optimization of certificate decoding.
* public_key: Handle cross-signed root certificates when old root
expired as reported in GH-4877.
* common_test: An incoming NETCONF notification received before a
call to ct_netconfc:create_subscription/* caused the connection
process to fail with badarg. Unexpected notifications are now
logged in the same way as other unexpected messages.
* common_test: Add 'receiver' option to ct_netconfc To allow a
destination for incoming NETCONF notifications to be specified
at sessions creation. Previously, a caller of
create_subscription/* became the destination, but RFC 5277
create-subscription is no longer the only way in which NETCONF
matwey accepted request
@NicoK, @darix, @ghaskins, @gsantomaggio_suse, @matwey, @peternixon, @saschpe, @simonoff: review reminder