Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | [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. | |||
2019-07-25 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-07-25 | Merge branch 'ingela/ssl/correct-test-groups' into maint | Ingela Anderton Andin | |
* ingela/ssl/correct-test-groups: ssl: Correct groups | |||
2019-07-25 | ssl: Correct groups | Ingela Anderton Andin | |
2019-07-25 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-07-25 | Merge branch 'ingela/ssl/continue-restructure-tests' into maint | Ingela Anderton Andin | |
* ingela/ssl/continue-restructure-tests: ssl: Avoid race in test code ssl: Remove duplicate suite ssl: Continue moving test form basic_SUITE to more appropriate suites ssl: Add ssl_socket_SUITE | |||
2019-07-25 | ssl: Avoid race in test code | Ingela Anderton Andin | |
2019-07-25 | ssl: Remove duplicate suite | Ingela Anderton Andin | |
The suite was renamed tls_1_3_versions_SUITE but apparently not via git, so the old file remained. | |||
2019-07-25 | ssl: Continue moving test form basic_SUITE to more appropriate suites | Ingela Anderton Andin | |
2019-07-25 | ssl: Add ssl_socket_SUITE | Ingela Anderton Andin | |
2019-07-25 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-07-25 | Merge branch 'ingela/ssl/sane-openssl' into maint | Ingela Anderton Andin | |
* ingela/ssl/sane-openssl: ssl: Old OpenSSL implementation does not ignore trailing client hello data | |||
2019-07-24 | [esock] Renaming structures and callback functions | Micael Karlberg | |
Rename some of the structures and callback functions (socket -> esock). OTP-15955 | |||
2019-07-24 | [esock] Renamed constants | Micael Karlberg | |
Renamed constants (defines): SOCKET_ -> ESOCK_ OTP-15955 | |||
2019-07-24 | [esock] Renaming internal functions to avoid name clashes | Micael Karlberg | |
The naming "convention" for "top" functions of the esock nif module was: The API functions where called nif_<foo> This function did basic checks and arg extraction and then called the a function called n<foo>, which was the one doing the actual work. Unfortunately, och some platforms (AIX) these second names, n<foo>, clashed with system functions. So, in order to avoid this, the naming of second function has been changed to esock_<foo>. OTP-15955 | |||
2019-07-24 | ssl: Old OpenSSL implementation does not ignore trailing client hello data | Ingela Anderton Andin | |
Do not test TLS 1.0 with these old versions as we do send hello extensions for those implementations that will use them, and trailing unknown data should be ignored by RFC complient implementations. | |||
2019-07-24 | [esock|test] Moved include file (to its proper place) | Micael Karlberg | |
OTP-15904 | |||
2019-07-24 | [esock|test] Make some skip reasons more readable | Micael Karlberg | |
OTP-15904 | |||
2019-07-24 | Merge branch 'maint' | Micael Karlberg | |