Age | Commit message (Expand) | Author |
2018-02-09 | ssl: Add the unexpected message to #alert{} | Jean-Sébastien Pédron |
2017-12-05 | ssl: Use maps for cipher suites internally | Ingela Anderton Andin |
2017-12-01 | Merge branch 'ingela/ssl/timing' into maint | Ingela Anderton Andin |
2017-11-28 | ssl: Align timing just in case | Ingela Anderton Andin |
2017-11-24 | ssl: Use genstamtem properly | Ingela Anderton Andin |
2017-11-23 | Merge branch 'maint-20' into maint | Ingela Anderton Andin |
2017-11-22 | Merge branch 'ingela/maint-20/ssl/extend-hostname-check/OTP-14632/OTP-14655/O... | Erlang/OTP |
2017-11-16 | ssl: Align code of main modules implementing the gen_statem behaviour | Ingela Anderton Andin |
2017-11-09 | ssl: Sessions must be registered with SNI if exists | Ingela Anderton Andin |
2017-11-09 | ssl: Extend hostname check to fallback to checking IP-address | Ingela Anderton Andin |
2017-11-09 | ssl: Use ?FUNCTION_NAME | Ingela Anderton Andin |
2017-11-09 | ssl: Countermeasurements for Bleichenbacher attack | Ingela Anderton Andin |
2017-10-17 | Merge branch 'ingela/ssl/extend-hostname-check/OTP-14632/OTP-14655' into maint | Ingela Anderton Andin |
2017-10-16 | ssl: Use ?FUNCTION_NAME | Ingela Anderton Andin |
2017-10-13 | ssl: Sessions must be registered with SNI if exists | Ingela Anderton Andin |
2017-10-13 | ssl: Extend hostname check to fallback to checking IP-address | Ingela Anderton Andin |
2017-09-30 | dtls: Compleate DTLS renegotiate implementation | Ingela Anderton Andin |
2017-09-01 | ssl: Add the role (server or client) to the alert message | Ingela Anderton Andin |
2017-08-23 | ssl: negotiated_hashsign/4 expects TLS version to function correctly | Ingela Anderton Andin |
2017-08-10 | Merge pull request #1507 from vances/issue-erl-442 | Ingela Andin |
2017-07-10 | Correct type specification in ssl:prf/5 | Vance Shipley |
2017-07-07 | ssl: Enhance error logging | Ingela Anderton Andin |
2017-05-16 | ssl: Adopt setopts and getopts for DTLS | Ingela Anderton Andin |
2017-05-12 | Merge branch 'maint' | Hans Nilsson |
2017-05-11 | removed ct:pal call in ssl_connection | Joe DeVivo |
2017-05-06 | ssl: Add hostname check of server certificate | Ingela Anderton Andin |
2017-05-04 | Update copyright year | Raimo Niskanen |
2017-04-21 | ssl: TLS-1.2 clients will now always send hello messages on its own format. | Ingela Anderton Andin |
2017-03-21 | ssl: Add connection information items | Ingela Anderton Andin |
2017-03-10 | Update copyright year | Rickard Green |
2017-03-08 | Merge branch 'maint' | Ingela Anderton Andin |
2017-03-06 | dtls: Hibernation and retransmit timers | Ingela Anderton Andin |
2017-03-06 | dtls: DTLS specific handling of socket and ciphers | Ingela Anderton Andin |
2017-02-14 | Fixed typos in lib/ssl | Andrew Dryga |
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 |