Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-06 | Merge branch 'ingela/ssl/dtls-progress/connection-states-as-maps' into maint | Ingela Anderton Andin | |
* ingela/ssl/dtls-progress/connection-states-as-maps: dtls: fix encoding of client hello cookie dtls: Prepare start of DTLS connection manager with SSL app ssl: Refactor to use maps for the connection states ssl, dtls: Refactor sni handling dtls: Add close/5 dtls: Add renegotiate/2 dtls: Add protocol event handling ssl: Refactor code so that tls and dtls can share more code ssl, dtls: Disable V2 compatibility clause from ssl_handshake:update_handshake_history ssl: Make sure common code for TLS and DTLS uses the TLS Version ssl: remove unused RecordCB argument from master_secret dtls: Add reinit_handshake_data/1 to dtls dtls: replace tls_record with RecordCB in connection_info Fix version numbers and dependencies | |||
2016-09-06 | Merge branch 'hans/ssh/keyboard_interactive_defensics' into maint | Hans Nilsson | |
2016-09-06 | Merge branch 'hans/ssh/strengthen_pubkey/OTP-13847' into maint | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_auth.erl | |||
2016-09-06 | Merge branch 'hans/ssh/correct_sha_ecdsa/OTP-13850' into maint | Hans Nilsson | |
2016-09-06 | Merge branch 'hans/ssh/channel_no_detect_close/OTP-13859' into maint | Hans Nilsson | |
2016-09-06 | Merge branch 'ingela/ssl/ssl_to_openssl_SUITE' into maint | Ingela Anderton Andin | |
* ingela/ssl/ssl_to_openssl_SUITE: ssl: Make sure to have correct default | |||
2016-09-06 | Merge branch 'lukas/ts/no_flush_on_halt' into maint | Lukas Larsson | |
* lukas/ts/no_flush_on_halt: ts: Don't flush port when ending test run | |||
2016-09-06 | kernel: Correct file(3) | Hans Bolinder | |
2016-09-05 | Merge branch 'lukas/kernel/os_cmd_fix_stdin_close/OTP-13867' into maint | Lukas Larsson | |
* lukas/kernel/os_cmd_fix_stdin_close/OTP-13867: kernel: Close stdin of commands run in os:cmd | |||
2016-09-05 | Merge branch 'lukas/kernel/fix_os_SUITE_message_leak_testcase/OTP-13867' ↵ | Lukas Larsson | |
into maint * lukas/kernel/fix_os_SUITE_message_leak_testcase/OTP-13867: kernerl: Remove infinite loop from testcase | |||
2016-09-05 | Add test case in zip_SUITE | Peter Andersson | |
2016-09-05 | hipe: Fix erl_types opaque match order | Björn-Egil Dahlberg | |
2016-09-05 | dtls: fix encoding of client hello cookie | Andreas Schultz | |
2016-09-05 | dtls: Prepare start of DTLS connection manager with SSL app | Andreas Schultz | |
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 close/5 | Ingela Anderton Andin | |
2016-09-05 | dtls: Add renegotiate/2 | 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 | |
We want to share more alert and application data handling code. Some of the application data handling code, packet handling, will not be relevant for dtls, but this code can be excluded from dtls by options checking. | |||
2016-09-05 | ssl, dtls: Disable V2 compatibility clause from ↵ | Ingela Anderton Andin | |
ssl_handshake:update_handshake_history This proably a much bigger problem for DTLS than TLS, but should be disabled for both unless explicitly configured for TLS. | |||
2016-09-05 | ssl: Make sure common code for TLS and DTLS uses the TLS Version | Ingela Anderton Andin | |
When protocol version is proagated from the DTLS connection processes state into general ssl functions it must be converted to the corresponding TLS version. | |||
2016-09-05 | ssl: remove unused RecordCB argument from master_secret | Andreas Schultz | |
Conflicts: lib/ssl/src/ssl_handshake.erl | |||
2016-09-05 | dtls: Add reinit_handshake_data/1 to dtls | Ingela Anderton Andin | |
The callback is invoke before entering state 'connection'. It allows a connection module to remove data from the connection state that is no longer needed (e.g. handshake history). | |||
2016-09-05 | dtls: replace tls_record with RecordCB in connection_info | Andreas Schultz | |
Conflicts: lib/ssl/src/ssl_connection.erl | |||
2016-09-05 | Fix version numbers and dependencies | Raimo Niskanen | |
2016-09-05 | Handle directory traversal attack | Peter Andersson | |
2016-09-05 | ssl: Make sure to have correct default | Ingela Anderton Andin | |
2016-09-05 | sys_core_fold: Don't move a fun into a guard | Björn Gustavsson | |
Moving a fun into a guard may cause code that is not accepted by beam_validator. | |||
2016-09-05 | Merge branch 'ingela/ssl/test-framework-checks' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-framework-checks: ssl: Test ssl v2 clients rejection depending on configuration ssl: Add check in test framework for crypto support | |||
2016-09-05 | ssl: Add nodelay to packet=0|raw tests | Ingela Anderton Andin | |
2016-09-05 | ssh: add tstflg value one_empty to force daemon send empty ↵ | Hans Nilsson | |
ssh_msg_userauth_info_request This behavour is assumed by Codenomicon Defensics. | |||
2016-09-02 | kernel: Close stdin of commands run in os:cmd | Lukas Larsson | |
This is needed when running programs that only exit when stdin has been closed, e.g. 'more'. | |||
2016-09-02 | ssl: Test ssl v2 clients rejection depending on configuration | Ingela Anderton Andin | |
Even though v2 is never supported v2 hellos can be. No support for v2 client hellos gives "handshake failiure" alert. Support for v2 hello but no higher SSL/TLS version offered gives "protocol version" alert. | |||
2016-09-02 | ssl: Add new benchmarks to skip file for normal testing | Ingela Anderton Andin | |
2016-09-02 | Add '_cfb' alias for misspelled '_cbf' cipher | Raimo Niskanen | |
2016-09-02 | Fix badarg -> notsup and test cases | Raimo Niskanen | |
Also correct algo_cipher[] size since it was one to small. | |||
2016-09-02 | ssh: pre-verify key | Hans Nilsson | |
Conflicts: lib/ssh/src/ssh_auth.erl | |||
2016-09-02 | Merge branch 'sverker/hipe-sparc-19/PR-1148/OTP-13861' into maint | Sverker Eriksson | |
* sverker/hipe-sparc-19/PR-1148: Eliminate catch-all clause from two functions Increase the time limit used by the test suite | |||
2016-09-02 | ssl: Add check in test framework for crypto support | Ingela Anderton Andin | |
Avoid to run tests of algorithms not supported by crypto. | |||
2016-09-02 | Honour OPENSSL_NO_DES | Raimo Niskanen | |
Patch suggestion by Michae in ERL-203 at bugs.erlang.org. | |||
2016-09-02 | ssh: make ecdsa sha dependent on curve | Hans Nilsson | |
Bug fix. | |||
2016-09-02 | ssh: separate clauses for first and second pk auth msg | Hans Nilsson | |
SSH sends the public key and user name twice. If we do not check the validity of that pair at the first time, Codenomicon Defensics will complain. | |||
2016-09-02 | Merge branch 'fenollp/syntax_tools/erl_tidy_option/PR-1151' into maint | Hans Bolinder | |
* fenollp/syntax_tools/erl_tidy_option/PR-1151: Fix documentation of an option of erl_tidy | |||
2016-09-02 | Merge branch 'hasse/doc/fix_editorial_changes' into maint | Hans Bolinder | |
* hasse/doc/fix_editorial_changes: doc: Correct errors introduced by Editorial changes | |||
2016-09-01 | ssh: fix no detect of tcp close | Hans Nilsson | |
2016-09-01 | beam_lib: Correct type for the abstract code chunk | Björn Gustavsson | |
The abstract_code chunk can also contain {eof,_}, {error,_}, and {warning,_} in addition to the abstract forms that make up the Erlang syntax proper. | |||
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-09-01 | Merge branch 'dgud/observer/table-viewer-bug/ERL-237/OTP-13845' into maint | Dan Gudmundsson | |
* dgud/observer/table-viewer-bug/ERL-237/OTP-13845: observer: Fix error msg loop in table viewer | |||
2016-09-01 | observer: Fix error msg loop in table viewer | Dan Gudmundsson | |
When observing mnesia table on remote node and connection to that node is lost, a loop of error messages occur if mnesia is not running on the observer node. ERL-237 |