summaryrefslogtreecommitdiff
path: root/lib/ssl/src/dtls_connection.erl
Commit message (Expand)AuthorAgeFilesLines
* ssl: Fix that users can send data during renegotiationDan Gudmundsson2023-04-271-5/+4
* Merge pull request #7033 from u3s/kuba/ssl/exp_ocsp_refactorJakub Witczak2023-03-281-4/+3
|\
| * ssl: update OCSP options handling (internal map representation)Jakub Witczak2023-03-211-4/+3
* | ssl: Change client default verifyIngela Anderton Andin2023-03-171-7/+7
|/
* ssl, public_key: code formattingJakub Witczak2023-03-061-17/+16
* Update copyright yearErlang/OTP2023-02-141-1/+1
* Merge branch 'maint'Dan Gudmundsson2023-01-171-12/+25
|\
| * ssl: dtls let new accept process handle new connectionsDan Gudmundsson2023-01-171-12/+25
* | ssl: ssl_trace updatesJakub Witczak2023-01-071-0/+12
* | Merge branch 'dgud/ssl/log-abort-crash' into dgud/ssl/master/log-abort-crashDan Gudmundsson2022-11-211-7/+10
|\ \ | |/
| * ssl: Add debug logging on error casesDan Gudmundsson2022-11-211-7/+10
* | ssl: Refactor handle_optionsDan Gudmundsson2022-10-201-5/+3
|/
* Merge branch 'ingela/ssl/client-certification/OTP-18145' into maintIngela Anderton Andin2022-06-211-2/+23
|\
| * ssl: Enhanch handling of unexpected messagesIngela Anderton Andin2022-06-171-2/+23
* | Merge branch 'ingela/ssl/protocol-version-TLS-1.3/GH-5950/OTP-18129' into maintIngela Anderton Andin2022-06-081-14/+7
|\ \
| * | ssl: Reject unsupported previous version with protocol alertIngela Anderton Andin2022-06-071-14/+7
| |/
| * Update copyright yearErlang/OTP2022-03-091-1/+1
* | ssl: Enable certs_keys configIngela Anderton Andin2022-04-071-4/+6
* | Merge branch 'maint'Ingela Anderton Andin2022-02-281-14/+13
|\ \ | |/
| * ssl: Prepare code to have several certificate key pairs to choose fromIngela Anderton Andin2022-02-281-14/+13
* | Update copyright yearErlang/OTP2022-02-151-1/+1
|/
* Merge branch 'dgud/ssl/dtls-reneg' into maintDan Gudmundsson2022-01-121-8/+10
|\
| * ssl: Re-use cookie when renegotiating dtlsDan Gudmundsson2022-01-111-8/+10
* | ssl: Handle SNI earlierIngela Anderton Andin2021-12-221-2/+2
|/
* Update copyright yearRickard Green2021-12-131-1/+1
* ssl: Enable data receiving earlierDan Gudmundsson2021-10-221-2/+9
* ssl: send fragmented dtls packets separatelyDan Gudmundsson2021-10-221-1/+9
* ssl: Initialize countersDan Gudmundsson2021-10-111-8/+7
* ssl: Reset to old connection stateDan Gudmundsson2021-10-081-32/+59
* Allow re-connect on dtls socketsDan Gudmundsson2021-10-081-0/+18
* ssl: Refactor alert handlingDan Gudmundsson2021-10-081-64/+64
* ssl: Cleanup, remove Version argumentDan Gudmundsson2021-10-081-14/+12
* ssl: Add support for RSASSA-PSS in TLS-1.2Ingela Anderton Andin2021-08-201-1/+1
* ssl: Refactor and truly separate client and server session cachesIngela Anderton Andin2021-03-151-13/+2
* ssl: Continue refactorIngela Anderton Andin2020-12-071-707/+90
* ssl: Add DTLS-1 and DTLS-1.2 ASCCII pictureIngela Anderton Andin2020-12-071-0/+90
* ssl: Refactor to make state machine implementations clearer.Ingela Anderton Andin2020-12-071-127/+154
* ssl: Extend cert and certfile option to be able to include a cert chainIngela Anderton Andin2020-11-091-8/+9
* ssl: Send empty SNI in EEPéter Dimitrov2020-09-151-6/+9
* ssl: Add new session cache for TLS-1.0-TLS-1.2Ingela Anderton Andin2020-09-141-8/+7
* ssl, public_key: Refactor to use existing designpatternsIngela Anderton Andin2020-08-171-36/+20
* ssl: Adjust implementation for diffrent TLS/DTLS protocol versionsAo Song2020-08-171-7/+46
* ssl: Prototype client OCSP supportAo Song2020-08-171-3/+4
* Implement RFC 6066 extension max_fragment_lengthSimon Cornish2020-04-271-8/+23
* Update copyright yearRickard Green2020-03-131-1/+1
* ssl: Enhance alert loggingIngela Anderton Andin2020-01-231-5/+9
* ssl: Improve logger usageIngela Anderton Andin2019-10-101-6/+7
* ssl: Improve session handlingIngela Anderton Andin2019-09-201-19/+13
* ssl: Change internal #ssl_options{} to mapPéter Dimitrov2019-08-281-27/+29
* ssl: Change check of DTLS record versionIngela Anderton Andin2019-05-291-5/+4