Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-07 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-09-07 | Merge branch 'egil/hipe/fix-match-order-opaque-types/OTP-13876' into maint | Björn-Egil Dahlberg | |
* egil/hipe/fix-match-order-opaque-types/OTP-13876: hipe: Fix erl_types opaque match order | |||
2016-09-07 | Merge branch 'tuncer/kernel/on_load-error-string/PR-1155' | Björn Gustavsson | |
* tuncer/kernel/on_load-error-string/PR-1155: Print on_load error in a more useful style | |||
2016-09-07 | Merge branch 'maint' | Björn Gustavsson | |
* maint: [snmp] Correct bug when path to mib contains UTF-8 characters [ic] Fix but when UTF-8 character in path to idl spec sys_core_fold: Don't move a fun into a guard | |||
2016-09-07 | Merge branch 'bjorn/compiler/lc-internal-failure/OTP-13863' into maint | Björn Gustavsson | |
* bjorn/compiler/lc-internal-failure/OTP-13863: sys_core_fold: Don't move a fun into a guard | |||
2016-09-07 | [snmp] Correct bug when path to mib contains UTF-8 characters | Lars Thorsen | |
2016-09-07 | [ic] Fix but when UTF-8 character in path to idl spec | Lars Thorsen | |
The path is only used when writing a comment so the correction just allowed UTF-8 characters in that io_lib:format call. IC don't support UTF-8 in the specs or their names (generated modules contains coding: latin-1) but the path is only used in a comment so it's not a problem if it can't be written correctly as long as nothing fails. | |||
2016-09-07 | Merge branch 'maint' | Peter Andersson | |
2016-09-07 | Merge branch 'peppe/stdlib/zip-security-flaw/OTP-13633' into maint | Peter Andersson | |
OTP-13633 | |||
2016-09-07 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-09-07 | ssl: Tune timeout | Ingela Anderton Andin | |
2016-09-07 | ssl: Consistent timeout handling | Ingela Anderton Andin | |
init_per_testcase timeout for renegotiation tests would be overridden by local timeout in test case help function. | |||
2016-09-06 | Bump inets version | Raimo Niskanen | |
2016-09-06 | Merge branch 'maint' | Ingela Anderton Andin | |
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 'maint' | Hans Nilsson | |
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 'maint' | Ingela Anderton Andin | |
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 'maint' | Lukas Larsson | |
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 | Merge branch 'maint' | Hans Bolinder | |
* maint: kernel: Correct file(3) | |||
2016-09-06 | kernel: Correct file(3) | Hans Bolinder | |
2016-09-05 | Merge branch 'maint' | Lukas Larsson | |
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 'maint' | Lukas Larsson | |
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 'bjorn/floor-ceiling/OTP-13692' | Björn Gustavsson | |
* bjorn/floor-ceiling/OTP-13692: Add math:floor/1 and math:ceil/1 Implement the new ceil/1 and floor/1 guard BIFs |