Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-05 | Merge branch 'lukas/erts/fix_signalhandler_errno_restore/OTP-13868' into maint | Lukas Larsson | |
* lukas/erts/fix_signalhandler_errno_restore/OTP-13868: erts: Fix child setup signal hander bug | |||
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 | Merge branch 'lukas/erts/tracing/fix_sparc_align_issue/OTP-13803' into maint | Lukas Larsson | |
* lukas/erts/tracing/fix_sparc_align_issue/OTP-13803: erts: Immed tracer states also have to be alignable | |||
2016-09-05 | Fix thread calls to erl_drv_send_term()/erl_drv_output_term() | Rickard Green | |
2016-09-05 | erts: Reject beam file with too few functions | Sverker Eriksson | |
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 | Merge branch 'rickard/new-purge-strategy/OTP-13777' into maint | Rickard Green | |
* rickard/new-purge-strategy/OTP-13777: Introduce literal sweep of native stack in new purge strategy | |||
2016-09-02 | Introduce literal sweep of native stack in new purge strategy | Rickard Green | |
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 | Ensure long enough sleep in driver_SUITE:timer_delay driver | Rickard Green | |
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 | erts: Fix child setup signal hander bug | Lukas Larsson | |
When running the signal handler, the errno has to be restored to its original value, otherwise code running in the same thread may misbehave. | |||
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 | Merge branch 'rickard/new-purge-strategy/OTP-13833' into maint | Rickard Green | |
* rickard/new-purge-strategy/OTP-13833: Fix reclaim of literal areas Conflicts: erts/emulator/beam/beam_bif_load.c | |||
2016-09-01 | Fix reclaim of literal areas | Rickard Green | |
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. |