summaryrefslogtreecommitdiff
path: root/lib/ssl/src/tls_handshake.erl
Commit message (Expand)AuthorAgeFilesLines
* ssl: replace macro nameKiko Fernandez-Reyes2023-04-031-4/+4
* ssl: use of maps and all instead of recursive implementationKiko Fernandez-Reyes2023-03-311-18/+19
* ssl: use macros instead of hardcoded version numbersKiko Fernandez-Reyes2023-03-301-11/+12
* Merge pull request #7033 from u3s/kuba/ssl/exp_ocsp_refactorJakub Witczak2023-03-281-7/+11
|\
| * ssl: update OCSP options handling (internal map representation)Jakub Witczak2023-03-211-7/+11
* | Update copyright yearErlang/OTP2023-03-211-1/+1
|/
* ssl, public_key: code formattingJakub Witczak2023-03-061-8/+10
* ssl: Add debug logging on error casesDan Gudmundsson2022-11-211-3/+6
* Merge pull request #5998 from IngelaAndin/ingela/ssl/sni-fun-new-versions-opt...Ingela Andin2022-05-251-3/+22
|\
| * ssl: Handle protocol version change in sni_funIngela Anderton Andin2022-05-181-3/+22
* | Merge pull request #5975 from IngelaAndin/ingela/ssl/tls-record-handling/GH-5...Ingela Andin2022-05-111-9/+9
|\ \
| * | ssl: Improve namesIngela Anderton Andin2022-05-091-9/+9
| |/
* | ssl: Handle certificate authorities decoding issuesIngela Anderton Andin2022-05-091-1/+1
|/
* Update copyright yearErlang/OTP2022-03-091-1/+1
* ssl: Make certificate selection certificate authorities guidedIngela Anderton Andin2022-02-281-4/+4
* ssl: Prepare code to have several certificate key pairs to choose fromIngela Anderton Andin2022-02-281-9/+9
* Fix typos in lib/sslKian-Meng, Ang2022-01-031-3/+3
* ssl: Handle SNI earlierIngela Anderton Andin2021-12-221-4/+4
* Update copyright yearRickard Green2021-12-131-1/+1
* ssl: Refactor alert handlingDan Gudmundsson2021-10-081-47/+36
* ssl: Add support for RSASSA-PSS in TLS-1.2Ingela Anderton Andin2021-08-201-12/+12
* ssl: Extend cert and certfile option to be able to include a cert chainIngela Anderton Andin2020-11-091-4/+5
* ssl: Add new session cache for TLS-1.0-TLS-1.2Ingela Anderton Andin2020-09-141-6/+5
* ssl, public_key: Refactor to use existing designpatternsIngela Anderton Andin2020-08-171-11/+16
* ssl: Prototype client OCSP supportAo Song2020-08-171-6/+25
* Implement RFC 6066 extension max_fragment_lengthSimon Cornish2020-04-271-13/+28
* Update copyright yearRickard Green2020-03-131-1/+1
* ssl: Add API function for key updatePéter Dimitrov2020-01-281-0/+2
* ssl: Fix interop problems with older TLS versionsPéter Dimitrov2019-11-201-3/+3
* ssl: Propagate ticket dataPéter Dimitrov2019-10-041-5/+4
* ssl: Add new params to tls_handshake:client_helloPéter Dimitrov2019-10-041-4/+6
* ssl: Improve session handlingIngela Anderton Andin2019-09-201-5/+4
* ssl: Change internal #ssl_options{} to mapPéter Dimitrov2019-08-281-19/+19
* ssl: Correct RSP/PSK and ALPN handlingIngela Anderton Andin2019-07-181-2/+2
* ssl: Implement basic TLS 1.3 clientPéter Dimitrov2019-05-211-10/+29
* Merge branch 'peterdmv/ssl/doc-types-and-specs/OTP-15746'Péter Dimitrov2019-04-231-1/+1
|\
| * ssl: Fix type specs of internal handshake functionsPéter Dimitrov2019-04-181-1/+1
* | ssl: Add functions to convert between diffrent cipher suite formatsIngela Anderton Andin2019-04-121-1/+1
|/
* Merge branch 'maint'Ingela Anderton Andin2019-02-221-1/+1
|\
| * ssl: Enhance documentation after "use-spec-rewrite"Ingela Anderton Andin2019-02-221-1/+1
* | Merge branch 'maint'Ingela Anderton Andin2019-02-051-4/+5
|\ \ | |/
| * ssl: Use specs to generate type documentationIngela Anderton Andin2019-02-051-4/+5
* | ssl: Improve ssl_loggerPéter Dimitrov2019-01-291-4/+1
* | ssl: Fix dialyzer warningsPéter Dimitrov2019-01-111-1/+2
* | ssl: Process "supported_versions" before decodingPéter Dimitrov2019-01-111-2/+3
* | Merge branch 'maint'Ingela Anderton Andin2019-01-071-6/+4
|\ \ | |/
| * ssl: Clean up extension handlingIngela Anderton Andin2018-12-211-6/+4
* | ssl: Improve the "start" and "negotiated" statesPéter Dimitrov2018-11-201-2/+0
* | ssl: Implement the 'key_share' extensionPéter Dimitrov2018-11-161-5/+8
* | ssl: Implement TLS 1.3 state machine skeletonPéter Dimitrov2018-10-241-13/+8