Age | Commit message (Expand) | Author |
2016-09-05 | ssl: Make sure common code for TLS and DTLS uses the TLS Version | Ingela Anderton Andin |
2016-06-09 | Add ssl:getstat/1 and ssl:getstat/2 | Loïc Hoguin |
2016-06-03 | ssl: Add option to phase out support for sslv2 client hello | Ingela Anderton Andin |
2016-05-31 | ssl:recv timeout() can be 0 | Joe DeVivo |
2016-05-26 | ssl: Add BEAST mitigation selection option | Kenneth Lakin |
2016-05-12 | ssl: Refactor to make code easier to understand | Ingela Anderton Andin |
2016-05-03 | ssl: Use gen_statem instead of gen_fsm | Ingela Anderton Andin |
2016-04-25 | ssl: Corrections to cipher suite handling | 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-25 | Merge branch 'legoscia/fix-ssl-example/PR-976/OTP-13363' into maint | Ingela Anderton Andin |
2016-02-25 | Merge branch 'legoscia/critical-extension-verify-none' into maint | Henrik Nord |
2016-02-23 | ssl: Modernize utility function | Ingela Anderton Andin |
2016-02-22 | ssl: Include options form connect/listen/accept in connection_information/[1,2] | Ingela Anderton Andin |
2016-02-17 | ssl: with verify_none, accept critical extensions | Magnus Henoch |
2015-12-07 | Merge branch 'rlipscombe/rl-ssl-options' into maint | Henrik Nord |
2015-10-02 | Pass 'raw' options through | Roger Lipscombe |
2015-09-16 | ssl: Better timeout gaurds | Ingela Anderton Andin |
2015-09-16 | ssl: Improve shutdown logic | Ingela Anderton Andin |
2015-09-08 | Accept 'ECPrivateKey' as a ssl key option | Yuki Ito |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-06-10 | Merge branch 'ferd/deny-client-renegotiation' | Henrik Nord |
2015-06-03 | Add disable client-initiated renegotiation option | Fred Hebert |
2015-05-12 | ssl: Refactored and corrected sni_fun handling | Ingela Anderton Andin |
2015-05-12 | ssl: add option sni_fun | Qijiang Fan |
2015-05-12 | ssl: add ssl:connection_information/[1,2] | Qijiang Fan |
2015-05-12 | ssl: deny recursively defined sni_hosts | 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 |
2015-03-05 | Merge branch 'maint' | Ingela Anderton Andin |
2015-03-02 | ssl: Implement support for TLS_FALLBACK_SCSV | Ingela Anderton Andin |
2015-01-23 | ssl: Remove default support for RC4 ciphers | Ingela Anderton Andin |
2015-01-23 | ssl: Reenable padding check for TLS-1.0 and provide backwards compatible | Ingela Anderton Andin |
2015-01-23 | ssl: Remove sslv3 from the default supported protocol versions | Ingela Anderton Andin |
2015-01-23 | ssl: Reenable padding check for TLS-1.0 and provide backwards compatible | Ingela Anderton Andin |
2014-09-10 | Merge branch 'maint' | Ingela Anderton Andin |
2014-09-09 | ssl, public_key: Add new option partial_chain | Ingela Anderton Andin |
2014-09-03 | ssl: implement AES128-GCM suites | Andreas Schultz |
2014-06-12 | ssl: Fix dialyzer specs to reflect reality | Ingela Anderton Andin |
2014-06-05 | ssl: Version argument to ssl_cipher:anonymous_suites should not be added yet! | Ingela Anderton Andin |
2014-06-03 | SSL: always filter the full list of supported ciphers against the supported a... | Andreas Schultz |
2014-05-28 | ssl: Filter default ciphers for supported Crypto algorihms | Ingela Anderton Andin |
2014-05-26 | ssl: Add ssl options to listen options tracker | Ingela Anderton Andin |
2014-05-12 | Merge branch 'ia/ssl/inherit/OTP-11897' into maint | Ingela Anderton Andin |
2014-05-09 | ssl: Handle socket option inheritance when pooling of accept sockets is used | Ingela Anderton Andin |
2014-05-07 | ssl: SSL/TLS version input list shall not be order dependent | Ingela Anderton Andin |
2014-04-16 | ssl: Select supported cipher suites for the negotiated SSL/TLS-version | Ingela Anderton Andin |