1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
|
Patch Package: OTP 26.2.5.5
Git Tag: OTP-26.2.5.5
Date: 2024-11-01
Trouble Report Id: OTP-19293, OTP-19311, OTP-19316, OTP-19325,
OTP-19326, OTP-19329
Seq num: ERIERL-1139, ERIERL-1147, GH-8929, GH-8971,
GH-8997, PR-8924, PR-8931, PR-8979, PR-8980,
PR-8995, PR-9001, PR-9002
System: OTP
Release: 26
Application: common_test-1.26.2.2, crypto-5.4.2.3,
ssh-5.1.4.4, ssl-11.1.4.5
Predecessor: OTP 26.2.5.4
Check out the git tag OTP-26.2.5.5, and build a full OTP system
including documentation. Apply one or more applications from this
build as patches to your installation using the 'otp_patch_apply'
tool. For information on install requirements, see descriptions for
each application version below.
---------------------------------------------------------------------
--- common_test-1.26.2.2 --------------------------------------------
---------------------------------------------------------------------
The common_test-1.26.2.2 application can be applied independently of
other applications on a full OTP 26 installation.
--- Improvements and New Features ---
OTP-19293 Application(s): common_test
Related Id(s): ERIERL-1139, PR-8924, PR-8931
With this change, prefix option can be specified in
cth_conn_log option list. Option allows to specify how
much of additional information is added in raw log
output.
Full runtime dependencies of common_test-1.26.2.2: compiler-6.0,
crypto-4.5, debugger-4.1, erts-7.0, ftp-1.0, inets-6.0, kernel-8.4,
observer-2.1, runtime_tools-1.8.16, sasl-2.5, snmp-5.1.2, ssh-4.0,
stdlib-4.0, syntax_tools-1.7, tools-3.2, xmerl-1.3.8
---------------------------------------------------------------------
--- crypto-5.4.2.3 --------------------------------------------------
---------------------------------------------------------------------
The crypto-5.4.2.3 application can be applied independently of other
applications on a full OTP 26 installation.
--- Fixed Bugs and Malfunctions ---
OTP-19316 Application(s): crypto
Related Id(s): GH-8971, PR-8979
Fixed bug that could cause blocking scheduler threads
in crypto:supports(curves) if called the first time by
more than one Erlang process. Bug exists only in
OTP-26.2.5.4.
OTP-19329 Application(s): crypto
Related Id(s): GH-8997, PR-9002
Fixed crypto:hash_final/1 for digest types shake128 and
shake256 when using OpenSSL 3.4 or newer.
Full runtime dependencies of crypto-5.4.2.3: erts-9.0, kernel-5.3,
stdlib-3.9
---------------------------------------------------------------------
--- ssh-5.1.4.4 -----------------------------------------------------
---------------------------------------------------------------------
The ssh-5.1.4.4 application can be applied independently of other
applications on a full OTP 26 installation.
--- Fixed Bugs and Malfunctions ---
OTP-19326 Application(s): ssh
Related Id(s): GH-8929, PR-8995
With this change, ssh connection does not crash upon
receiving exit-signal message for an already terminated
channel.
Full runtime dependencies of ssh-5.1.4.4: crypto-5.0, erts-14.0,
kernel-9.0, public_key-1.6.1, runtime_tools-1.15.1, stdlib-5.0,
stdlib-5.0
---------------------------------------------------------------------
--- ssl-11.1.4.5 ----------------------------------------------------
---------------------------------------------------------------------
The ssl-11.1.4.5 application can be applied independently of other
applications on a full OTP 26 installation.
--- Fixed Bugs and Malfunctions ---
OTP-19311 Application(s): ssl
Related Id(s): PR-8980
Avoid generating an internal alert for case that should
have been an orderly shutdown by the supervisor.
--- Improvements and New Features ---
OTP-19325 Application(s): ssl
Related Id(s): ERIERL-1147, PR-9001
Back port certificate_authorities option for TLS-1.3
servers to pre TLS-1.3 servers to enable them to
disable the sending of certificate authorities in their
certificate request. This will have same affect as the
the TLS-1.3 server option although it is handled by a
different mechanism in these versions, where the
functionality is described to be more of a guidance,
although some pre TLS clients have proven to make it
mandatory as in TLS-1.3 extension handling.
Full runtime dependencies of ssl-11.1.4.5: crypto-5.0, erts-14.0,
inets-5.10.7, kernel-9.0, public_key-1.11.3, runtime_tools-1.15.1,
stdlib-4.1
---------------------------------------------------------------------
--- Thanks to -------------------------------------------------------
---------------------------------------------------------------------
zmstone
---------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------
|