Age | Commit message (Expand) | Author |
2017-02-01 | ssl: Simplify configuration code | Ingela Anderton Andin |
2016-12-19 | ssl: Correct terminate behaviour | Ingela Anderton Andin |
2016-12-05 | ssl: Implement DTLS state machine | Ingela Anderton Andin |
2016-11-02 | Add ECC curve selection order config in TLS server | Fred Hebert |
2016-09-28 | ssl: Correct ECC curve selection, the error could cause default to always be ... | Ingela Anderton Andin |
2016-09-05 | ssl: Refactor to use maps for the connection states | Ingela Anderton Andin |
2016-09-05 | ssl, dtls: Refactor sni handling | Ingela Anderton Andin |
2016-09-05 | dtls: Add protocol event handling | Ingela Anderton Andin |
2016-09-05 | ssl: Refactor code so that tls and dtls can share more code | Ingela Anderton Andin |
2016-09-05 | ssl, dtls: Disable V2 compatibility clause from ssl_handshake:update_handshak... | Ingela Anderton Andin |
2016-09-05 | ssl: Make sure common code for TLS and DTLS uses the TLS Version | Ingela Anderton Andin |
2016-09-05 | ssl: remove unused RecordCB argument from master_secret | Andreas Schultz |
2016-09-05 | dtls: replace tls_record with RecordCB in connection_info | Andreas Schultz |
2016-08-29 | ssl: Remove clause that postponed unexpected messages | Ingela Anderton Andin |
2016-07-08 | ssl: Correct handling of signature algorithm selection | Ingela Anderton Andin |
2016-06-13 | ssl: introduce the notion of flights for dtls and tls | Andreas Schultz |
2016-06-03 | ssl: Reject unrequested client cert | Ingela Anderton Andin |
2016-06-01 | ssl: simplyfy code using gen_statem | Ingela Anderton Andin |
2016-05-31 | Improve SSL diagnostics | Alexey Lebedeff |
2016-05-19 | ssl: Setopts should be allowed in all states | Ingela Anderton Andin |
2016-05-09 | Merge branch 'kennethlakin/tls-use-negotiated-prf/PR-1042/OTP-13546' | Ingela Anderton Andin |
2016-05-05 | ssl: Add reinitialization of handshake data lost in gen_statem refactorization | Ingela Anderton Andin |
2016-05-05 | ssl: Use cipher suite's PRF in prf/5 | Kenneth Lakin |
2016-05-03 | ssl: Use gen_statem instead of gen_fsm | Ingela Anderton Andin |
2016-04-25 | ssl: Remove use of crypto:rand_bytes/1 | Ingela Anderton Andin |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord |
2016-04-06 | ssl: Add option signature_algs | Ingela Anderton Andin |
2016-03-15 | update copyright-year | Henrik Nord |
2016-02-22 | ssl: Include options form connect/listen/accept in connection_information/[1,2] | Ingela Anderton Andin |
2015-12-03 | ssl: Measure elapsed time with erlang:monotonic_time | Ingela Anderton Andin |
2015-10-28 | Avoid crash for SSL connections with nonexistent keyfile | Magnus Henoch |
2015-09-16 | ssl: Improve shutdown logic | Ingela Anderton Andin |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-05-12 | ssl: add ssl:connection_information/[1,2] | Qijiang Fan |
2015-05-12 | ssl: add SNI server support | Qijiang Fan |
2015-03-17 | ssl: Add TLS-ALPN support | Loïc Hoguin |
2015-03-09 | ssl: Integrate public_key CRL verification with the ssl application | Ingela Anderton Andin |
2014-12-01 | ssl: Change code to reflect that state data may be secret | Ingela Anderton Andin |
2014-09-09 | ssl, public_key: Add new option partial_chain | Ingela Anderton Andin |
2014-06-12 | ssl: Fix dialyzer specs to reflect reality | Ingela Anderton Andin |
2014-06-11 | ssl: Make sure change cipher spec is correctly handled | Ingela Anderton Andin |
2014-05-27 | ssl: Add format_status function to ssl connection process | Ingela Anderton Andin |
2014-05-26 | ssl: Add ssl options to listen options tracker | Ingela Anderton Andin |
2014-05-26 | ssl: Move init | Ingela Anderton Andin |
2014-05-13 | ssl: Only allow one next protocol handsake message | Ingela Anderton Andin |
2014-04-23 | ssl: Refactor so that there is only one source for the default hashsign values | Ingela Anderton Andin |
2014-04-23 | ssl: always pass negotiated version when selecting hashsign | Danil Zagoskin |
2014-04-17 | ssl: recv shall ruturn {error, einval} on active socket | Ingela Anderton Andin |
2014-03-31 | ssl: Add possibility to specify ssl options when calling ssl:ssl_accept | Ingela Anderton Andin |
2014-03-25 | ssl: Improve type specs | Ingela Anderton Andin |