otp
otp copied to clipboard
Erlang/OTP
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...
**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....
**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...
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:...
Subsequent ssl:transport_accept() for the same IP stuck in dtls_packet_demux.erl call with infinity
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...
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...
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...
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...
Signed-off-by: Rosen Penev Compile with -DOPENSSL_API_COMPAT=0x10100000L to simulate.