summaryrefslogtreecommitdiff
path: root/lib/ssl/src/tls_server_session_ticket.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-02-141-1/+1
* ssl: ssl_trace updatesJakub Witczak2023-01-071-5/+93
* ssl: Store PeerCertificate for session resumptionSindri P. Ingimundarson2022-11-171-24/+31
* Reject stateless tickets until 2*WindowSize has passedAnders Kiel Hovgaard2022-08-021-2/+23
* Add option to configure encryption seed for TLS 1.3 stateless ticketsAnders Kiel Hovgaard2022-08-011-11/+21
* ssl: Fix stateless ticket in_window comparisonSindri Ingimundarson2022-07-061-2/+37
* Use milliseconds for TLS 1.3 session ticket ageAnders Kiel Hovgaard2022-05-091-3/+3
* Update copyright yearErlang/OTP2022-03-091-1/+1
* Fix typos in lib/sslKian-Meng, Ang2022-01-031-4/+4
* Update copyright yearRickard Green2021-12-131-1/+1
* ssl: Use new inet:monitor/1 to monitor listen socketsIngela Anderton Andin2021-07-141-7/+11
* ssl: Implement max_early_data_size in session ticketsPéter Dimitrov2021-01-251-26/+24
* ssl: Hardcode max_early_data_size in session ticketsPéter Dimitrov2021-01-251-2/+13
* The stateless window parameter is an integer, not a tupleMaas-Maarten Zeeman2020-07-251-12/+12
* ssl: Obfuscate the stateful session ticket id to avoid DoS attack possibilitiesIngela Anderton Andin2020-04-151-5/+11
* Update copyright yearRickard Green2020-03-131-1/+1
* ssl: Guarantee always increasing monotonic valuesIngela Anderton Andin2020-02-141-2/+2
* ssl: Do not hardcode server session ticket store sizePéter Dimitrov2019-12-181-8/+8
* ssl: Unify statful and staless session ticket handlingIngela Anderton Andin2019-11-211-63/+165
* ssl: Add statfull ticketsIngela Anderton Andin2019-11-211-26/+127
* ssl: Implement ticket storage for clientPéter Dimitrov2019-11-061-1/+1
* ssl: Implement anti-replay protectionPéter Dimitrov2019-11-051-7/+38
* ssl: Implement automatic session resumptionPéter Dimitrov2019-10-231-3/+3
* ssl: Add TLS 1.3 session ticket handling process for the server sideIngela Anderton Andin2019-10-221-0/+157