summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-23.3Erlang/OTP2021-03-222-1/+2
* Prepare releaseErlang/OTP2021-03-2244-28/+798
* Merge branch 'ingela/public_key/input-sanity-check/OTP-16907' into maintIngela Anderton Andin2021-03-212-12/+44
|\
| * public_key: Add input sanity checkIngela Anderton Andin2021-03-202-12/+44
|/
* Merge pull request #4644 from IngelaAndin/ingela/ssl/GH-4585Ingela Andin2021-03-192-19/+71
|\
| * ssl: Correct handling of emulated socket optionsIngela Anderton Andin2021-03-162-18/+70
| * ssl: Restore order of ssloptionsIngela Anderton Andin2021-03-161-1/+1
* | Merge pull request #4640 from IngelaAndin/ingela/ssl/client-auth/GH-4620Ingela Andin2021-03-193-37/+88
|\ \
| * | ssl: Correct signature algorithm selection for client certificate verifyIngela Anderton Andin2021-03-183-37/+88
* | | Merge branch 'lukas/epmd/inet_pton-configure/OTP-17283' into maintLukas Larsson2021-03-182-4/+22
|\ \ \
| * | | erts: Fix check for inet_pton on windowsLukas Larsson2021-03-161-2/+21
| * | | kernel: Fix os_SUITE compilation issue on win32Lukas Larsson2021-03-161-2/+1
* | | | Merge pull request #4600 from dgud/dgud/ssl/windows-test-cuddleDan Gudmundsson2021-03-173-65/+145
|\ \ \ \
| * | | | Increase cross chain combinationsDan Gudmundsson2021-03-152-22/+80
| * | | | Default to erlang ssl implementationDan Gudmundsson2021-03-151-2/+2
| * | | | Reduce test printoutsDan Gudmundsson2021-03-151-8/+49
| * | | | Improve windows checksDan Gudmundsson2021-03-151-33/+14
| | |_|/ | |/| |
* | | | Merge pull request #4630 from dgud/dgud/mnesia/connect-race/GH-4616/OTP-17274Dan Gudmundsson2021-03-171-3/+3
|\ \ \ \
| * | | | mnesia: Handle starting and stopping in connect_nodesDan Gudmundsson2021-03-161-3/+3
| |/ / /
* | | | Merge branch 'hans/ssh/doc_correction_ssh_rsa/ERIERL-619' into maintHans Nilsson2021-03-172-17/+79
|\ \ \ \
| * | | | ssh: New example for enabling ssh-dss in the User's GuideHans Nilsson2021-03-171-1/+43
| * | | | ssh: Clearifies ssh-rsa and sha1Hans Nilsson2021-03-171-16/+36
|/ / / /
* | | | Merge branch 'rickard/link-protocol-fix/OTP-17127' into maintRickard Green2021-03-164-97/+815
|\ \ \ \ | |_|_|/ |/| | |
| * | | Language fixes in documentationRickard Green2021-03-162-19/+18
| * | | Improve documentation of linksRickard Green2021-03-152-91/+352
| * | | Document the new link protocolRickard Green2021-03-152-5/+463
* | | | Merge branch 'ingela/ssl/client-session/OTP-16876' into maintIngela Anderton Andin2021-03-1621-228/+381
|\ \ \ \
| * | | | Fix docs for protocol_version and dtls_protocol_versionMaria-126484302021-03-151-2/+4
| * | | | ssl: Refactor and truly separate client and server session cachesIngela Anderton Andin2021-03-1517-87/+140
| * | | | ssl: Add white box tests for pre TLS-1.3 session cacheIngela Anderton Andin2021-03-122-0/+106
| * | | | ssl: Avoid updating server session cache APIIngela Anderton Andin2021-03-123-65/+46
| * | | | ssl: Client now disregards oldest session when max level is reachedIngela Anderton Andin2021-03-123-60/+71
| * | | | ssl: Document enhancmentsIngela Anderton Andin2021-03-122-16/+16
* | | | | Merge branch 'hasse/stdlib/erl_id_trans/OTP-17273' into maintHans Bolinder2021-03-161-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | stdlib: Correct erl_id_transHans Bolinder2021-03-161-0/+2
|/ / / /
* | | | Merge pull request #4575 from ssmyczynski/mnesia/busy-table-load-optimisationDan Gudmundsson2021-03-151-11/+41
|\ \ \ \
| * | | | Optimise mnesia table loading time for busy tablesSebastian SmyczyƄski2021-03-041-11/+41
* | | | | Merge pull request #4613 from dgud/dgud/mnesia/quote-atom-typesDan Gudmundsson2021-03-151-31/+31
|\ \ \ \ \
| * | | | | Quote atom in typesDan Gudmundsson2021-03-111-31/+31
* | | | | | Merge pull request #4611 from dgud/dgud/public_key/case-insensitiv-hostname/G...Dan Gudmundsson2021-03-152-10/+12
|\ \ \ \ \ \
| * | | | | | Make hostname check case insensitiveDan Gudmundsson2021-03-102-10/+12
| |/ / / / /
* | | | | | Merge pull request #4601 from IngelaAndin/ingela/ssl/CRL-DER/GH-4589/OTP-17261Ingela Andin2021-03-154-39/+125
|\ \ \ \ \ \
| * | | | | | ssl: Refactor CRL handling functionsIngela Anderton Andin2021-03-124-39/+125
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'rickard/multizero-timeout-in-timeout-fix/21/OTP-17253' into maintRickard Green2021-03-120-0/+0
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | erts: Fix bug in timer wheel at cancel during bump yieldSverker Eriksson2021-03-041-2/+4
| * | | | | erts: Tidy up some harmless code typosSverker Eriksson2021-03-041-2/+1
| * | | | | Merge branch 'rickard/multizero-timeout-in-timeout-fix/OTP-17253' into rickar...Rickard Green2021-03-043-2/+62
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'lukas/testcase-fixes' into maintLukas Larsson2021-03-124-35/+48
|\ \ \ \ \ \ \
| * | | | | | | erts: Fix cport testcase on OS XLukas Larsson2021-02-261-26/+26
| * | | | | | | erts: Include stdio in erl_drv_thread testsuiteLukas Larsson2021-02-251-0/+1