aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_connection.erl
AgeCommit message (Expand)Author
2018-02-19ssl: Backport PR-1709Ingela Anderton Andin
2017-11-09ssl: Countermeasurements for Bleichenbacher attackIngela Anderton Andin
2017-05-11removed ct:pal call in ssl_connectionJoe DeVivo
2017-03-10Update copyright yearRickard Green
2017-03-06dtls: Hibernation and retransmit timersIngela Anderton Andin
2017-03-06dtls: DTLS specific handling of socket and ciphersIngela Anderton Andin
2017-02-01ssl: Simplify configuration codeIngela Anderton Andin
2016-12-19ssl: Correct terminate behaviourIngela Anderton Andin
2016-12-05ssl: Implement DTLS state machineIngela Anderton Andin
2016-11-02Add ECC curve selection order config in TLS serverFred Hebert
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 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-05ssl: Make sure common code for TLS and DTLS uses the TLS VersionIngela Anderton Andin
2016-09-05ssl: remove unused RecordCB argument from master_secretAndreas Schultz
2016-09-05dtls: replace tls_record with RecordCB in connection_infoAndreas Schultz
2016-08-29ssl: Remove clause that postponed unexpected messagesIngela Anderton Andin
2016-07-08ssl: Correct handling of signature algorithm selectionIngela Anderton Andin
2016-06-13ssl: introduce the notion of flights for dtls and tlsAndreas Schultz
2016-06-03ssl: Reject unrequested client certIngela Anderton Andin
2016-06-01ssl: simplyfy code using gen_statemIngela Anderton Andin
2016-05-31Improve SSL diagnosticsAlexey Lebedeff
2016-05-19ssl: Setopts should be allowed in all statesIngela Anderton Andin
2016-05-09Merge branch 'kennethlakin/tls-use-negotiated-prf/PR-1042/OTP-13546'Ingela Anderton Andin
2016-05-05ssl: Add reinitialization of handshake data lost in gen_statem refactorizationIngela Anderton Andin
2016-05-05ssl: Use cipher suite's PRF in prf/5Kenneth Lakin
2016-05-03ssl: Use gen_statem instead of gen_fsmIngela Anderton Andin
2016-04-25ssl: Remove use of crypto:rand_bytes/1Ingela Anderton Andin
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-04-06ssl: Add option signature_algsIngela Anderton Andin
2016-03-15update copyright-yearHenrik Nord
2016-02-22ssl: Include options form connect/listen/accept in connection_information/[1,2]Ingela Anderton Andin
2015-12-03ssl: Measure elapsed time with erlang:monotonic_timeIngela Anderton Andin
2015-10-28Avoid crash for SSL connections with nonexistent keyfileMagnus Henoch
2015-09-16ssl: Improve shutdown logicIngela Anderton Andin
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-12ssl: add ssl:connection_information/[1,2]Qijiang Fan
2015-05-12ssl: add SNI server supportQijiang Fan
2015-03-17ssl: Add TLS-ALPN supportLoïc Hoguin
2015-03-09ssl: Integrate public_key CRL verification with the ssl applicationIngela Anderton Andin
2014-12-01ssl: Change code to reflect that state data may be secretIngela Anderton Andin
2014-09-09ssl, public_key: Add new option partial_chainIngela Anderton Andin
2014-06-12ssl: Fix dialyzer specs to reflect realityIngela Anderton Andin
2014-06-11ssl: Make sure change cipher spec is correctly handledIngela Anderton Andin
2014-05-27ssl: Add format_status function to ssl connection processIngela Anderton Andin
2014-05-26ssl: Add ssl options to listen options trackerIngela Anderton Andin
2014-05-26ssl: Move initIngela Anderton Andin