summaryrefslogtreecommitdiff
path: root/lib/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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 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 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
| |/
* | Fix case of doubled word "the"Steve Vinoski2021-03-031-1/+1
* | Merge branch 'maint-23' into maintRaimo Niskanen2021-03-032-1/+18
|\ \ | |/ |/|
| * Prepare releaseErlang/OTP2021-03-022-1/+18
| * ssl: Enhance logging support and restore backwards compatibilityIngela Anderton Andin2021-03-022-27/+43
* | ssl: Enhance logging support and restore backwards compatibilityIngela Anderton Andin2021-03-022-40/+52
* | Merge branch 'maint-23' into maintIngela Anderton Andin2021-02-162-1/+19
|\ \ | |/
| * Prepare releaseErlang/OTP2021-02-152-1/+19
| * Merge branch 'ingela/ssl/cuddle-timeouts-and-versions' into maint-23Erlang/OTP2021-02-154-18/+39
| |\
* | \ Merge branch 'ingela/ssl/cuddle-timeouts-and-versions' into maintIngela Anderton Andin2021-02-124-18/+39
|\ \ \ | | |/ | |/|
| * | ssl: Cuddle testsIngela Anderton Andin2021-02-124-18/+39
* | | Merge branch 'ingela/ssl/session-handler-for-upgrade-servers/ERIERL-606/OTP-1...Ingela Anderton Andin2021-02-121-5/+14
|\ \ \ | | |/ | |/|
| * | ssl: Avoid race when two upgrade servers are started close to each otherIngela Anderton Andin2021-02-111-5/+14
| |/
* | Merge branch 'maint-23' into maintIngela Anderton Andin2021-02-042-1/+40
|\ \ | |/
| * Prepare releaseErlang/OTP2021-02-042-1/+40
| * Merge branch 'ingela/maint/ssl/dist-tree/ERL-1458/OTP-17139/OTP-16239' into m...Erlang/OTP2021-02-0420-168/+432
| |\
| | * ssl: Use monitor instead of linkIngela Anderton Andin2021-02-032-17/+19
| | * ssl: Make sure TLS distribution connection processes has a common session tableIngela Anderton Andin2021-02-0313-100/+214
| | * ssl: Update distribution supervisor treeIngela Anderton Andin2021-02-0313-62/+210
| * | Merge branch 'ingela/ssl/deprecated-ciphers-function' into maint-23Erlang/OTP2021-02-042-14/+15
| |\ \
| * | | ssl: Do not exclude old cipher suites for wrong reasonIngela Anderton Andin2021-02-032-3/+3
| | |/ | |/|
* | | Merge branch 'ingela/ssl/deprecated-ciphers-function' into maintIngela Anderton Andin2021-02-032-14/+15
|\ \ \ | | |/ | |/|
| * | ssl: Make sure test are not skipped due to use of deprecated functionIngela Anderton Andin2021-02-032-14/+15
* | | Merge branch 'ingela/ssl/dist-tree/ERL-1458/OTP-17139/OTP-16239' into maintIngela Anderton Andin2021-02-0320-186/+448
|\ \ \
| * | | ssl: Use monitor instead of linkIngela Anderton Andin2021-02-032-17/+19
| * | | ssl: Make sure TLS distribution connection processes has a common session tableIngela Anderton Andin2021-02-0313-118/+230
| * | | ssl: Update distribution supervisor treeIngela Anderton Andin2021-02-0313-62/+210
* | | | ssl: Do not exclude old cipher suites for wrong reasonIngela Anderton Andin2021-02-022-3/+3
|/ / /
* | | Merge pull request #2988 from peterdmv/ssl/early-data-server/OTP-17042Péter Dimitrov2021-01-2921-265/+1198
|\ \ \
| * | | ssl: Add interop test with openssl s_clientPéter Dimitrov2021-01-261-2/+69
| * | | ssl: Clean up codePéter Dimitrov2021-01-261-7/+1
| * | | Add early_data_secret to connection_infoDan Gudmundsson2021-01-264-42/+83
| * | | ssl: Update documentationPéter Dimitrov2021-01-263-20/+46
| * | | ssl: Fix various corner casesPéter Dimitrov2021-01-258-49/+398
| * | | ssl: Implement max_early_data_size in session ticketsPéter Dimitrov2021-01-254-39/+63
| * | | ssl: Add basic tests for early dataPéter Dimitrov2021-01-252-10/+200
| * | | ssl: Handle received early dataPéter Dimitrov2021-01-253-30/+132