aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/dtls_connection.erl
AgeCommit message (Expand)Author
2017-06-14Merge remote-tracking branch 'ingela/ingela/dtls/client-hello-verify/ERL-434'Hans Nilsson
2017-06-13dtls: Make HelloVerifyRequest version adhere to RFCIngela Anderton Andin
2017-06-13ssl: Correct epoch handlingIngela Anderton Andin
2017-06-07dtls: Fetch next DTLS record when dropping resent handshake dataIngela Anderton Andin
2017-06-07dtls: Use enter actionsIngela Anderton Andin
2017-05-23dtls: Check for retransmitted changes_cipher_spec messagesIngela Anderton Andin
2017-05-23dtls: Ask for next DTLS record when disregarding future packetIngela Anderton Andin
2017-05-16Merge branch 'ingela/dtls/opts'Ingela Anderton Andin
2017-05-16ssl: Adopt setopts and getopts for DTLSIngela Anderton Andin
2017-05-16ssl: Remove debug printoutIngela Anderton Andin
2017-05-16dtls: Implement replay protectionIngela Anderton Andin
2017-05-04Update copyright yearRaimo Niskanen
2017-04-21ssl: TLS-1.2 clients will now always send hello messages on its own format.Ingela Anderton Andin
2017-04-13dtls: Correct cookie map nameIngela Anderton Andin
2017-04-13dtls: Fix active once emulation for DTLSIngela Anderton Andin
2017-03-30dtls: Implement DTLS cookie secret generationIngela Anderton Andin
2017-03-06dtls: Correct dialyzer spec and postpone inclusion of testIngela Anderton Andin
2017-03-06dtls: Erlang distribution over DTLS is not supportedIngela Anderton Andin
2017-03-06dtls: Hibernation and retransmit timersIngela Anderton Andin
2017-03-06dtls: Make sure retransmission timers are runIngela Anderton Andin
2017-03-06dtls: DTLS specific handling of socket and ciphersIngela Anderton Andin
2016-12-07Update copyright-yearErlang/OTP
2016-12-05ssl: Implement DTLS state machineIngela Anderton Andin
2016-09-28ssl: Correct ECC curve selection, the error could cause default to always be ...Ingela Anderton Andin
2016-09-05ssl: Refactor to use maps for the connection statesIngela Anderton Andin
2016-09-05ssl, dtls: Refactor sni handlingIngela Anderton Andin
2016-09-05dtls: Add close/5Ingela Anderton Andin
2016-09-05dtls: Add renegotiate/2Ingela Anderton Andin
2016-09-05dtls: Add protocol event handlingIngela Anderton Andin
2016-09-05ssl: Refactor code so that tls and dtls can share more codeIngela Anderton Andin
2016-09-05ssl, dtls: Disable V2 compatibility clause from ssl_handshake:update_handshak...Ingela Anderton Andin
2016-09-05dtls: Add reinit_handshake_data/1 to dtlsIngela Anderton Andin
2016-08-02Rewrite SSL for gen_statem M:callback_mode/0Raimo Niskanen
2016-06-13dtls: Avoid dialyzer errorsIngela Anderton Andin
2016-06-13dtls: add implementation for msg sequenceAndreas Schultz
2016-06-13dtls: Remove TODOIngela Anderton Andin
2016-06-13dtls: add support first packet and HelloVerifyRequestAndreas Schultz
2016-06-13dtls: sync handle_info for connection close with TLSAndreas Schultz
2016-06-13dtls: sync handling of ClientHello with TLSAndreas Schultz
2016-06-13dtls: rework handshake flight encodeingAndreas Schultz
2016-06-13dtls: implement next_tls_recordAndreas Schultz
2016-06-13dtls: sync init and initial_state with tls_connectionAndreas Schultz
2016-06-13dtls: update start_fsm for new ssl_connection APIAndreas Schultz
2016-06-13ssl: introduce the notion of flights for dtls and tlsAndreas Schultz
2016-05-26ssl: Add BEAST mitigation selection optionKenneth Lakin
2016-05-03ssl: Adapt DTLS to gen_statemIngela Anderton Andin
2016-05-03ssl: Use gen_statem instead of gen_fsmIngela Anderton Andin
2016-04-06ssl: Add option signature_algsIngela Anderton Andin
2015-12-03ssl: Measure elapsed time with erlang:monotonic_timeIngela Anderton Andin
2015-06-18Change license text to APLv2Bruce Yinhe