otp icon indicating copy to clipboard operation
otp copied to clipboard

Erlang/OTP

Results 585 otp issues
Sort by recently updated
recently updated
newest added

In TLS-1.3 if chain certs are missing (so server auth domin adherence can not be determined) send peer cert and hope server is able to recreate a chain in its...

team:PS
testing

**Is your feature request related to a problem? Please describe.** Since OTP >=24.3, `certificate_authorities` extension is configurable for the client and defaults to `false`. However, in a peer-to-peer setup (i.e....

team:PS
enhancement

**Describe the bug** Fail to establish TLS connection when version is not specified, but works when version is set to 1.2 at the client side. This issue is found when...

team:PS
in progress
bug

On AArch64 (ARM64), the JIT would generate incorrect code for the following binary match: huge_tail_1() -> B. On x86_64, the JIT would generate incorrect code for the following binary match:...

team:VM
fix
testing

Starting with Erlang 24.3.3 we observe issues with DTLS ssl transport_accept for clients that have been connected before. **To Reproduce** We are using the following options to create a new...

team:PS
stalled
bug

This PR re-implements the entire tty driver for both Unix and Windows to use a common nif instead of two seperate drivers. The Unix implementation works pretty much as it...

team:VM
enhancement
testing

This should optimize all operations on small maps that rely on ordering. As an example, creating a map with 32 keys named 'atom-INDEX', where INDEX is an integer, is an...

team:VM

This PR was inspired by [this](https://erlangforums.com/t/timer-precision-can-we-improve-it/1592?u=juhlig) thread on Erlang Forums. Assuming I understood correctly what @garazdawi pointed out [here](https://erlangforums.com/t/timer-precision-can-we-improve-it/1592/4?u=juhlig), timer precision on Windows is 16ms, which could cause timers with...

team:VM
testing

Signed-off-by: Rosen Penev Compile with -DOPENSSL_API_COMPAT=0x10100000L to simulate.

team:PS
enhancement
testing
in progress