Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-31 | Merge branch 'maint' | Micael Karlberg | |
2019-07-31 | Merge branch 'bmk/snmp/manager/20190729/test_tweaking' into maint | Micael Karlberg | |
2019-07-31 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-07-31 | Merge branch 'ingela/ssl/test-enhancment' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-enhancment: ssl: Extend tests ssl: Fix better OpenSSL support in test framework ssl: Avoid broken ALPN/NPN renegotiation in OpenSSL | |||
2019-07-31 | ssl: Extend tests | Péter Dimitrov | |
2019-07-31 | ssl: Fix better OpenSSL support in test framework | Ingela Anderton Andin | |
2019-07-31 | ssl: Avoid broken ALPN/NPN renegotiation in OpenSSL | Ingela Anderton Andin | |
All these test work fine with current OpenSSL master | |||
2019-07-30 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: added log/4 ssh: Fix log problem in early stages of initialization ssh: Fix potential crash if failure in init of client | |||
2019-07-30 | Merge branch 'hans/ssh/early_crash_fail_logging/ERL-990/OTP-15962' into maint | Hans Nilsson | |
* hans/ssh/early_crash_fail_logging/ERL-990/OTP-15962: ssh: added log/4 ssh: Fix log problem in early stages of initialization ssh: Fix potential crash if failure in init of client | |||
2019-07-30 | Merge branch 'maint' | Micael Karlberg | |
2019-07-30 | Merge branch 'bmk/erts/esock/20190729/eafnosupport_on_solaris10' into maint | Micael Karlberg | |
2019-07-30 | Merge branch 'maint' | Micael Karlberg | |
2019-07-30 | Merge branch 'bmk/erts/esock/20190724/invalid_sockaddr_null_in_sendto' into ↵ | Micael Karlberg | |
maint | |||
2019-07-30 | [esock] Post merge fix | Micael Karlberg | |
2019-07-30 | Merge branch 'maint' | Micael Karlberg | |
2019-07-30 | Merge branch 'bmk/esock/20190723/renaming_nif_functions/OTP-15955' into maint | Micael Karlberg | |
2019-07-30 | Merge branch 'maint' | Micael Karlberg | |
2019-07-30 | Merge branch 'bmk/erts/esock/20190717/socket_options/OTP-15904' into maint | Micael Karlberg | |
2019-07-29 | [esoco|test] Attempt to handle unsupported unix domain socket | Micael Karlberg | |
2019-07-29 | Merge branch 'maint' | Micael Karlberg | |
2019-07-29 | Merge branch 'bmk/snmp/manager/20190723/test_tweaking' into maint | Micael Karlberg | |
2019-07-29 | Merge branch 'maint' | Micael Karlberg | |
2019-07-29 | Merge branch 'bmk/snmp/agent/20190718/fixing_test_exits' into maint | Micael Karlberg | |
2019-07-29 | [snmp|manager|test] Make even deprecated test cases use tc_try | Micael Karlberg | |
Make even deprecated test cases use the tc_try function (so that all test cases look the same). Also make the skip reason for those test cases be slightly more readable. | |||
2019-07-29 | [snmp|manager|test] Make use of the tc_try function(s) | Micael Karlberg | |
Make use of the tc_try function(s) in all "active" test cases. | |||
2019-07-29 | [snmp|test] Add utility functions for running test cases | Micael Karlberg | |
Add a utility function, tc_try/2,3, for running test cases in a uniform way. | |||
2019-07-29 | [esock|test] Race during socket close | Micael Karlberg | |
Add a sleep to reduce the chance that process exit has not been "processed" by the nif code. Also increased the test case timetrap for the sc_ctrl_proc_exit group of test cases. OTP-15904 | |||
2019-07-29 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-07-29 | Merge branch 'ingela/ssl/test-enhancment' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-enhancment: ssl: Remove NPN test from DTLS interop tests | |||
2019-07-29 | ssl: Remove NPN test from DTLS interop tests | Ingela Anderton Andin | |
OpenSSL does note seem to support NPN for DTLS so we will have to skip those test | |||
2019-07-29 | Merge branch 'maint' | Péter Dimitrov | |
* maint: ssl: Enable TLS 1.3 test groups in FT | |||
2019-07-29 | Merge branch 'peterdmv/ssl/test-improvements' into maint | Péter Dimitrov | |
* peterdmv/ssl/test-improvements: ssl: Enable TLS 1.3 test groups in FT | |||
2019-07-26 | ssl: Enable TLS 1.3 test groups in FT | Péter Dimitrov | |
2019-07-26 | Merge branch 'maint' | Péter Dimitrov | |
* maint: ssl: Reorder testcases in ssl_api_SUITE ssl: Fix handshake pause in TLS 1.3 ssl: Implement option honor_cipher_order in TLS 1.3 ssl: Add test for option supported_groups ssl: Document option supported_groups ssl: Fix ssl_api_SUITE:connection_information ssl: Fix property tests for SSLv3 ssl: Update property tests with pre_shared_key ssl: Implement pre_shared_key extension ssl: Update property tests with psk_key_exchange_modes ssl: Implement psk_key_exchange_modes extension | |||
2019-07-26 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-07-26 | Merge branch 'peterdmv/ssl/psk' into maint | Péter Dimitrov | |
* peterdmv/ssl/psk: ssl: Reorder testcases in ssl_api_SUITE ssl: Fix handshake pause in TLS 1.3 ssl: Implement option honor_cipher_order in TLS 1.3 ssl: Add test for option supported_groups ssl: Document option supported_groups ssl: Fix ssl_api_SUITE:connection_information ssl: Fix property tests for SSLv3 ssl: Update property tests with pre_shared_key ssl: Implement pre_shared_key extension ssl: Update property tests with psk_key_exchange_modes ssl: Implement psk_key_exchange_modes extension | |||
2019-07-26 | Merge branch 'ingela/ssl/test-enhancment' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-enhancment: ssl: Move reuseaddr test to tls_api_SUITE ssl: Avoid devision with zero in ssl_bench_SUITE | |||
2019-07-26 | ssl: Move reuseaddr test to tls_api_SUITE | Ingela Anderton Andin | |
2019-07-26 | ssl: Avoid devision with zero in ssl_bench_SUITE | Ingela Anderton Andin | |
When one test in ssl_bench_SUITE is run as a smoke test in the ordinary test runs it might get problems on windows as time measurement is to coarse | |||
2019-07-25 | ssl: Reorder testcases in ssl_api_SUITE | Péter Dimitrov | |
2019-07-25 | ssl: Fix handshake pause in TLS 1.3 | Péter Dimitrov | |
2019-07-25 | ssl: Implement option honor_cipher_order in TLS 1.3 | Péter Dimitrov | |
2019-07-25 | ssl: Add test for option supported_groups | Péter Dimitrov | |
2019-07-25 | ssl: Document option supported_groups | Péter Dimitrov | |
2019-07-25 | ssl: Fix ssl_api_SUITE:connection_information | Péter Dimitrov | |
This commit fixes the connection_information testcase with TLS 1.3 connections. | |||
2019-07-25 | ssl: Fix property tests for SSLv3 | Péter Dimitrov | |
2019-07-25 | ssl: Update property tests with pre_shared_key | Péter Dimitrov | |
2019-07-25 | ssl: Implement pre_shared_key extension | Péter Dimitrov | |
Implement encode/decode of pre_shared_key. | |||
2019-07-25 | ssl: Update property tests with psk_key_exchange_modes | Péter Dimitrov | |
2019-07-25 | ssl: Implement psk_key_exchange_modes extension | Péter Dimitrov | |
Implement encode/decode of psk_key_exchange_modes. |