summaryrefslogtreecommitdiff
path: root/lib/ssl/src/dtls_record.erl
Commit message (Expand)AuthorAgeFilesLines
* ssl: split overloaded functionKiko Fernandez-Reyes2023-04-041-7/+17
* ssl: replace macro nameKiko Fernandez-Reyes2023-04-031-4/+4
* ssl: use of maps and all instead of recursive implementationKiko Fernandez-Reyes2023-03-311-42/+38
* ssl: use macros instead of hardcoded version numbersKiko Fernandez-Reyes2023-03-301-34/+16
* Update copyright yearErlang/OTP2023-02-141-1/+1
* Fix version testDan Gudmundsson2022-12-291-28/+36
* Update copyright yearRickard Green2021-12-131-1/+1
* ssl: 32 bytes random for random nonce for TLS 1.3Jakub Witczak2021-11-221-0/+3
* ssl: send fragmented dtls packets separatelyDan Gudmundsson2021-10-221-4/+6
* ssl: Fix error handlingDan Gudmundsson2021-10-111-1/+2
* ssl: Fix dtls replay windowDan Gudmundsson2021-10-011-26/+39
* ssl: Remove use of non recommended function sizeIngela Anderton Andin2021-07-201-1/+1
* Implement RFC 6066 extension max_fragment_lengthSimon Cornish2020-04-271-3/+22
* ssl: Change internal #ssl_options{} to mapPéter Dimitrov2019-08-281-10/+10
* ssl: Change check of DTLS record versionIngela Anderton Andin2019-05-291-50/+37
* ssl: Add debug logging for DTLSPéter Dimitrov2019-02-221-17/+23
* Remove redundant return of CipherStateRaimo Niskanen2019-02-131-8/+8
* ssl: Use specs to generate type documentationIngela Anderton Andin2019-02-051-18/+17
* ssl: Refactor AEAD ciphersIngela Anderton Andin2018-10-191-11/+11
* Update copyright yearHenrik Nord2018-06-181-1/+1
* ssl: Remove interoperability option v2_hello_compatibleIngela Anderton Andin2018-03-091-1/+0
* ssl: Add record version sanity checkIngela Anderton Andin2018-01-231-12/+18
* ssl: Align code of TLS/DTLS record handlingIngela Anderton Andin2017-11-161-133/+151
* dtls: Compleate DTLS renegotiate implementationIngela Anderton Andin2017-09-301-2/+6
* dtls: Implement replay protectionIngela Anderton Andin2017-05-161-6/+49
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* ssl: Correct DTLS mac handlingIngela Anderton Andin2017-04-261-6/+7
* ssl: TLS-1.2 clients will now always send hello messages on its own format.Ingela Anderton Andin2017-04-211-1/+10
* ssl, dtls: Refactor so that DTLS records are handled correctly together with ...Ingela Anderton Andin2017-04-131-11/+27
* ssl, dtls: Correct integer type for sequence numberIngela Anderton Andin2017-04-131-2/+1
* Fixed typos in lib/sslAndrew Dryga2017-02-141-1/+1
* Update copyright-yearErlang/OTP2016-12-071-1/+1
* ssl: Implement DTLS state machineIngela Anderton Andin2016-12-051-149/+191
* ssl: Refactor to use maps for the connection statesIngela Anderton Andin2016-09-051-100/+109
* dtls: sync dtls_record DTLS version and crypto handling with TLSAndreas Schultz2016-06-131-32/+75
* dtls: rework handshake flight encodeingAndreas Schultz2016-06-131-9/+1
* ssl: Adapt DTLS to gen_statemIngela Anderton Andin2016-05-031-1/+24
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* ssl: Reenable padding check for TLS-1.0 and provide backwards compatibleIngela Anderton Andin2015-01-231-2/+2
* ssl: implement AES128-GCM suitesAndreas Schultz2014-09-031-5/+57
* ssl: Avoid dialyzer warnings in dtls codeIngela Anderton Andin2014-03-251-9/+14
* ssl: Refactor and start implementing dtls_connection.erlIngela Anderton Andin2014-03-251-10/+28
* ssl, public_key: Dialyzer fixesIngela Anderton Andin2013-12-021-2/+4
* ssl: Refactor handshake and record handlingIngela Anderton Andin2013-12-021-81/+42
* ssl: Refactor TLS/DTLS record handlingIngela Anderton Andin2013-09-101-145/+204
* ssl: DTLS record handlingIngela Anderton Andin2013-09-101-33/+18
* ssl: Add DTLS record primitivesAndreas Schultz2013-09-101-0/+322
* ssl: Structural perarparation to support DTLSIngela Anderton Andin2013-06-041-0/+18