Age | Commit message (Expand) | Author |
2016-05-05 | ssl: Add reinitialization of handshake data lost in gen_statem refactorization | Ingela Anderton Andin |
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 |
2014-02-20 | ssl: Correct clean up of certificate database when certs are inputed | Ingela Anderton Andin |
2014-01-14 | ssl: fix elliptic curve selection in server mode | Andreas Schultz |
2013-12-02 | ssl: Trap exits | Ingela Anderton Andin |
2013-12-02 | ssl: Refactor connetion handling | Ingela Anderton Andin |
2013-12-02 | ssl, public_key: Dialyzer fixes | Ingela Anderton Andin |
2013-12-02 | ssl: Refactor premaster secret handling | Ingela Anderton Andin |
2013-12-02 | ssl: Refactor connection and handshake handling | Ingela Anderton Andin |
2013-06-04 | ssl: Structural perarparation to support DTLS | Ingela Anderton Andin |
2013-06-04 | ssl: Rename ssl_certificate_db to ssl_pkix_db for clarity | Ingela Anderton Andin |
2013-05-24 | ssl: Remove unused `srp_parameters` type spec | Klaus Trainer |
2013-05-20 | ssl: Remove use of deprecated crypto functions | Ingela Anderton Andin |
2013-05-08 | ssl & crypto: Generalize the remaining crypto API | Ingela Anderton Andin |
2013-05-08 | ssl: Fix Curve selection | Ingela Anderton Andin |
2013-05-08 | ssl, public_key, crypto: General generate_key and compute_key functions | Ingela Anderton Andin |
2013-05-08 | ssl: Improve extention handling | Ingela Anderton Andin |
2013-05-08 | ssl & public_key: API refinement | Ingela Anderton Andin |
2013-05-08 | ssl: Remove dependency on internal public_key function | Ingela Anderton Andin |
2013-05-08 | ssl & public_key: Improved handling ECDH keys | Ingela Anderton Andin |
2013-05-08 | ssl & public_key: New public_key API for DH/ECDH/SRP keys | Ingela Anderton Andin |
2013-05-08 | SSL: add Elliptic Curve support for ssl app | Andreas Schultz |
2013-04-12 | fix srp_anon ciphers suites requiring certificates to work. | Andreas Schultz |
2013-04-03 | ssl: Use new SRP crypto API | Ingela Anderton Andin |