You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed the `erl` documentation of the default timewarp mode used.
487
+
488
+
Own Id: OTP-19790 Aux Id: [PR-9970]
489
+
490
+
- The `erlang:suspend_process()` BIFs failed to suspend processes currently executing on dirty schedulers.
491
+
492
+
Own Id: OTP-19799 Aux Id: [PR-10241]
493
+
494
+
- When multiple processes called the same fun whose defining module was not loaded, a `badfun` exception could sometimes occur in one of the calling processes. This would only happen with the JIT runtime system.
- Fixed so that sending of application data will adhere to max_fragment_length. This was broken in OTP-27 release by an optimization.
179
+
180
+
Own Id: OTP-19774 Aux Id: [GH-10191], [PR-10201]
181
+
182
+
- Assert that hello extensions are unique and send an illegal parameter alert if they are not.
183
+
184
+
Own Id: OTP-19791 Aux Id: [PR-10245]
185
+
186
+
- Avoid sending an internal message to the user process in conjunction with handling a key update.
187
+
188
+
Own Id: OTP-19806 Aux Id: [PR-10274]
189
+
190
+
- Graceful error handling added in negative test scenario.
191
+
192
+
Own Id: OTP-19813 Aux Id: [PR-10284]
193
+
194
+
- Handle duplicate change_cipher_spec message with an unexpected message alert instead of failing later in corrupted state.
195
+
196
+
Own Id: OTP-19818 Aux Id: [PR-10296]
197
+
198
+
- Make sure TLS-1.3 protocol spec is followed, that is psk-hello extension is guaranteed to be included as the last extension in the list of client hello extensions and internal hello message truncation in handshake history is handled correctly, the previous handling could cause interoperability issues.
0 commit comments