summaryrefslogtreecommitdiff
path: root/lib/ssl/src/tls_handshake_1_3.erl
Commit message (Expand)AuthorAgeFilesLines
* ssl: replace macro nameKiko Fernandez-Reyes2023-04-031-2/+2
* ssl: use of maps and all instead of recursive implementationKiko Fernandez-Reyes2023-03-311-41/+37
* ssl: use macros instead of hardcoded version numbersKiko Fernandez-Reyes2023-03-301-21/+21
* Merge pull request #7033 from u3s/kuba/ssl/exp_ocsp_refactorJakub Witczak2023-03-281-3/+8
|\
| * ssl: update OCSP options handling (internal map representation)Jakub Witczak2023-03-211-3/+8
* | Update copyright yearErlang/OTP2023-03-211-1/+1
|/
* ssl, public_key: code formattingJakub Witczak2023-03-061-30/+31
* Remove default options: middlebox_comp_mode depthDan Gudmundsson2023-01-161-3/+2
* Remove default set options: ktls erl_dist keep_secretsDan Gudmundsson2023-01-161-12/+13
* ssl: Split TLS-1.3 client and serverIngela Anderton Andin2023-01-121-125/+19
* ssl: Move TLS-1.3 state machine logic to main state machine moduleIngela Anderton Andin2023-01-121-1324/+277
* Merge pull request #6488 from belltoy/fix/quote-maybe-in-sslJakub Witczak2022-12-051-16/+16
|\
| * ssl: Rename the function maybe to maybe_dobelltoy2022-11-241-16/+16
* | Merge branch 'maint'Ingela Anderton Andin2022-11-241-17/+9
|\ \
| * \ Merge pull request #6490 from IngelaAndin/ingela/ssl/legacy-sign-algs/ERL-643...Ingela Andin2022-11-241-17/+9
| |\ \
| | * | ssl: Correct handling of legacy algorithmsIngela Anderton Andin2022-11-231-17/+9
* | | | Merge pull request #6362 from sindrip/ssl/tls13-resumption-cert-stateless-sta...Jakub Witczak2022-11-221-7/+26
|\ \ \ \ | |/ / / |/| | |
| * | | ssl: Store PeerCertificate for session resumptionSindri P. Ingimundarson2022-11-171-7/+26
| | |/ | |/|
* | | ssl: Add debug logging on error casesDan Gudmundsson2022-11-211-8/+9
|/ /
* | Allow disabling `certificate_authorities` extension on server with `verify_peer`Jon Carstens2022-09-231-7/+12
|/
* ssl: Correct TLS-1.3 middle_box negotiationIngela Anderton Andin2022-09-071-6/+4
* ssl: Enhance client certificate selectionIngela Anderton Andin2022-08-161-9/+29
* Merge branch 'ingela/ssl/unexpected-app-data-TLS-1.3/OTP-18044' into maintIngela Anderton Andin2022-08-081-14/+11
|\
| * ssl: Clean dead codeIngela Anderton Andin2022-08-041-4/+1
| * ssl: Enhance naming and errorsIngela Anderton Andin2022-08-041-6/+5
| * ssl: Handle change cipher spec message in TLS-1.3 middle-box compatibility modeIngela Anderton Andin2022-08-041-2/+3
| * ssl: Add TLS-1.3 unxpected application data checkIngela Anderton Andin2022-08-021-2/+2
* | Fix certificate_authorities misspellingJon Carstens2022-06-241-5/+4
* | Merge branch 'ingela/ssl/client-certification/OTP-18145' into maintIngela Anderton Andin2022-06-211-2/+2
|\ \
| * | ssl: Enhanch handling of unexpected messagesIngela Anderton Andin2022-06-171-2/+2
| |/
* | Merge branch 'maint'Dan Gudmundsson2022-05-111-1/+1
|\ \
| * | Use milliseconds for TLS 1.3 session ticket ageAnders Kiel Hovgaard2022-05-091-1/+1
| |/
* | ssl: Handle certificate selectionIngela Anderton Andin2022-05-061-41/+56
* | ssl: Improve namesIngela Anderton Andin2022-05-061-16/+16
* | ssl: Enable certs_keys configIngela Anderton Andin2022-04-071-2/+5
|/
* ssl: Handle missing certificate_authorities extensionIngela Anderton Andin2022-03-111-2/+2
* Update copyright yearErlang/OTP2022-03-091-1/+1
* ssl: Enhance internal configuration handlingIngela Anderton Andin2022-02-281-1/+1
* ssl: Make certificate selection certificate authorities guidedIngela Anderton Andin2022-02-281-30/+93
* ssl: Prepare code to have several certificate key pairs to choose fromIngela Anderton Andin2022-02-281-35/+52
* Fix typos in lib/sslKian-Meng, Ang2022-01-031-4/+4
* Update copyright yearRickard Green2021-12-131-1/+1
* ssl: Add support for RSASSA-PSS in TLS-1.2Ingela Anderton Andin2021-08-201-3/+15
* Merge branch 'ingela/ssl/replace-size-calls' into maintIngela Anderton Andin2021-07-211-2/+2
|\
| * ssl: Remove use of non recommended function sizeIngela Anderton Andin2021-07-201-2/+2
* | ssl: Avoid internal error, be graceful!Ingela Anderton Andin2021-07-201-1/+3
* | ssl: Fix indentationIngela Anderton Andin2021-07-201-8/+8
* | ssl: Better error handling for rejecting legacyIngela Anderton Andin2021-07-201-1/+20
* | ssl: Enhance cookie error handlingIngela Anderton Andin2021-07-201-1/+3
|/
* Merge pull request #4979 from peterdmv/ssl/fix-sign-alg-selectionIngela Andin2021-07-191-17/+30
|\