summaryrefslogtreecommitdiff
path: root/lib/ssl/test/tls_api_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* ssl: Add signature_algs/2Ingela Anderton Andin2023-05-081-1/+21
* ssl: use of maps and all instead of recursive implementationKiko Fernandez-Reyes2023-03-311-8/+8
* ssl: use macros instead of hardcoded version numbersKiko Fernandez-Reyes2023-03-301-7/+7
* Update copyright yearErlang/OTP2023-03-211-1/+1
* ssl: Change client default verifyIngela Anderton Andin2023-03-171-3/+2
* Merge branch 'ingela/ssl/unexpected-app-data-TLS-1.3/OTP-18044' into maintIngela Anderton Andin2022-08-081-10/+58
|\
| * ssl: Handle change cipher spec message in TLS-1.3 middle-box compatibility modeIngela Anderton Andin2022-08-041-4/+53
| * ssl: Add TLS-1.3 unxpected application data checkIngela Anderton Andin2022-08-021-9/+8
* | Merge branch 'ingela/ssl/protocol-version-TLS-1.3/GH-5950/OTP-18129' into maintIngela Anderton Andin2022-06-081-1/+1
|\ \
| * | ssl: Reject unsupported previous version with protocol alertIngela Anderton Andin2022-06-071-1/+1
| |/
* | Merge pull request #5998 from IngelaAndin/ingela/ssl/sni-fun-new-versions-opt...Ingela Andin2022-05-251-0/+59
|\ \
| * | ssl: Handle protocol version change in sni_funIngela Anderton Andin2022-05-181-0/+59
| |/
* | Merge pull request #5935 from IngelaAndin/ingela/ssl/inet-backend/GH-5930/OTP...Ingela Andin2022-04-281-8/+6
|\ \ | |/
| * ssl: Remove is_port guards for socketsIngela Anderton Andin2022-04-271-8/+6
| * Update copyright yearErlang/OTP2022-03-091-1/+1
* | inets: re-use connect_timeout option in TLS upgradeJakub Witczak2022-03-281-0/+34
* | Update copyright yearErlang/OTP2022-02-151-1/+1
|/
* Merge branch 'ingela/ssl/unexpected-alert/OTP-17903' into maintIngela Anderton Andin2022-02-101-1/+91
|\
| * ssl: Add more unexpected alertsIngela Anderton Andin2022-02-021-1/+91
* | public_key,ssl: add password fun for decoding keyfilesJakub Witczak2022-01-141-130/+242
* | Fix typos in lib/sslKian-Meng, Ang2022-01-031-4/+4
* | ssl: fix compile warnings in testsJakub Witczak2021-12-061-1/+1
|/
* ssl: Use significante child for TLS connectionsIngela Anderton Andin2021-11-221-18/+17
* Merge branch 'ingela/ssl/process-leak/GH-5239/OTP-17666' into maintIngela Anderton Andin2021-10-041-1/+80
|\
| * ssl: Handle DOWN messages from user process in all statesIngela Anderton Andin2021-10-011-1/+77
* | ssl: TLS downgrade fixJakub Witczak2021-09-301-5/+6
|/
* ssl: Use new inet:monitor/1 to monitor listen socketsIngela Anderton Andin2021-07-141-0/+71
* Merge branch 'maint'Ingela Anderton Andin2021-03-191-0/+50
|\
| * ssl: Correct handling of emulated socket optionsIngela Anderton Andin2021-03-161-0/+50
* | ssl: Remove deprecated functions for OTP-24Ingela Anderton Andin2020-12-211-2/+2
|/
* ssl: Refactor to make state machine implementations clearer.Ingela Anderton Andin2020-12-071-20/+16
* ssl: Correct suite to handle streamed TCP data correctlyIngela Anderton Andin2020-12-071-19/+15
* ssl: Add test case and fix for the happy pathIngela Anderton Andin2020-11-231-2/+39
* ssl: Improve active emulationIngela Anderton Andin2020-11-231-3/+1
* ssl: Clean test codeIngela Anderton Andin2020-08-211-12/+66
* ssl: Refactor testsIngela Anderton Andin2020-05-281-24/+2
* ssl: More configurable default timeoutsIngela Anderton Andin2020-04-201-1/+2
* ssl: Remove SSL-3.0 supportIngela Anderton Andin2020-01-091-37/+2
* ssl: Avoid close before all data is delivered in test codeIngela Anderton Andin2019-11-131-1/+2
* ssl: Cuddle timeoutIngela Anderton Andin2019-08-221-3/+3
* ssl: Move reuseaddr test to tls_api_SUITEIngela Anderton Andin2019-07-261-1/+41
* ssl: Continue moving test form basic_SUITE to more appropriate suitesIngela Anderton Andin2019-07-251-2/+137
* ssl: Move alert test to own suiteIngela Anderton Andin2019-07-231-1/+25
* ssl: Add API suitesIngela Anderton Andin2019-07-221-0/+681