Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-27 | Merge branch 'ingela/ssl/test-move' into maintHEADmaint | Ingela Anderton Andin | |
* ingela/ssl/test-move: ssl: Move tests from ssl_certificate_verify_SUITE to ssl_cert_SUITE | |||
2019-08-26 | ssl: Move tests from ssl_certificate_verify_SUITE to ssl_cert_SUITE | Ingela Anderton Andin | |
Test should be run for all diffrent cert types. ssl_payload_SUITE should test socket active option. | |||
2019-08-22 | ssl: Make sure test starts in a "good" state | Ingela Anderton Andin | |
2019-08-22 | ssl: Cuddle timeout | Ingela Anderton Andin | |
2019-08-21 | ssl: Robustify test case | Ingela Anderton Andin | |
2019-08-19 | ssl: Add OpenSSL renegotiate sanity check | Ingela Anderton Andin | |
2019-08-19 | ssl: Fix missing OpenSSL conf | Ingela Anderton Andin | |
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-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-26 | ssl: Enable TLS 1.3 test groups in FT | Péter Dimitrov | |
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 | 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: 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: Update property tests with psk_key_exchange_modes | Péter Dimitrov | |
2019-07-25 | ssl: Correct groups | Ingela Anderton Andin | |
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-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-23 | ssl: Move alert test to own suite | Ingela Anderton Andin | |
Also clean up code after previous test moves | |||
2019-07-23 | ssl: Move der_input and rizzo tests | Ingela Anderton Andin | |
Also refactor Rizzo tests to minimize them to only test what actually can be tested. In practice this was already done but a lot of legacy code remained. In the past timing happened to make it look like it was possible to test Rizzo-Dungeon mitigation in more detail, but it was based on false assumptions that can not be applied to streams. | |||
2019-07-22 | ssl: Add API suites | Ingela Anderton Andin | |
This is also an effort to group test cases better. More such commits will follow. | |||
2019-07-18 | ssl: Covered by property tests | Ingela Anderton Andin | |
2019-07-18 | ssl: Correct RSP/PSK and ALPN handling | Ingela Anderton Andin | |
Extention handling need some fixes to work correctly for ALPN and SSL-3.0 only client/servers do not support extensions | |||
2019-07-18 | ssl: Better grouping of test | Ingela Anderton Andin | |
Regroup testes after functionality making it easier to test all variants (all protocols, all cert types etc). Also extend OpenSSL interop | |||
2019-07-11 | Fix leaking SSL node | Raimo Niskanen | |
2019-07-02 | Merge branch 'ingela/ssl/kill-openssl-zombie' into maint | Ingela Anderton Andin | |
* ingela/ssl/kill-openssl-zombie: ssl: Kill OpenSSL processes that survived test run | |||
2019-07-01 | ssl: Kill OpenSSL processes that survived test run | Ingela Anderton Andin | |
Should be zero such processes in the normal case | |||
2019-07-01 | Merge pull request #2286 from peterdmv/ssl/tls13-ecdsa/OTP-15854 | Péter Dimitrov | |
Implement support for ECDSA certificates in TLS 1.3 | |||
2019-06-28 | Merge branch 'peterdmv/ssl/fix-peername-sockname' into maint | Péter Dimitrov | |
* peterdmv/ssl/fix-peername-sockname: ssl: Update ssl_test_lib | |||
2019-06-26 | ssl: Update ssl_test_lib | Péter Dimitrov | |
On some configurations the inet:peername/1 and inet:getaddr/2 functions return different loopback addresses, leading to testcase failures in the ssl_basic_SUITE (peername, sockname). This commit updates the node_to_hostip and check_result functions to tolerate different loopback addresses. | |||
2019-06-26 | ssl: Fix ssl_basic_SUITE | Péter Dimitrov | |
Do not automatically configure the TLS version for the 'tlsv1.3' group. | |||
2019-06-19 | Merge branch 'ingela/ssl/TLS-hibernate-bug/OTP-15910' into maint | Ingela Anderton Andin | |
* ingela/ssl/TLS-hibernate-bug/OTP-15910: ssl: Fix hibernation bug | |||
2019-06-18 | ssl: Fix hibernation bug | Ingela Anderton Andin | |
2019-06-17 | Merge branch 'peterdmv/ssl/fix-handshake-hello/ERL-975/OTP-15888' into maint-22 | Erlang/OTP | |
* peterdmv/ssl/fix-handshake-hello/ERL-975/OTP-15888: ssl: Fix negative tests in ssl_basic_SUITE ssl: Fix run_client_error/1 in ssl_test_lib ssl: Fix ssl_handshake:extension_value/1 | |||
2019-06-17 | Merge branch 'peterdmv/ssl/tls12-java11-interop/ERL-973/OTP-15887' into maint-22 | Erlang/OTP | |
* peterdmv/ssl/tls12-java11-interop/ERL-973/OTP-15887: ssl: Add interop test ssl: Improve handling of signature algorithms | |||
2019-06-17 | Merge branch 'ingela/ssl/handshake-handling/ERL-968/OTP-15879' into maint-22 | Erlang/OTP | |
* ingela/ssl/handshake-handling/ERL-968/OTP-15879: ssl: Correct handshake handling | |||
2019-06-17 | Merge branch 'peterdmv/ssl/fix-handshake-hello/ERL-975/OTP-15888' into maint | Péter Dimitrov | |
* peterdmv/ssl/fix-handshake-hello/ERL-975/OTP-15888: ssl: Fix negative tests in ssl_basic_SUITE ssl: Fix run_client_error/1 in ssl_test_lib ssl: Fix ssl_handshake:extension_value/1 | |||
2019-06-17 | ssl: Fix negative tests in ssl_basic_SUITE | Péter Dimitrov | |
2019-06-17 | ssl: Fix run_client_error/1 in ssl_test_lib | Péter Dimitrov | |
Fix run_client_error/1 to properly propagate errors from the test client. |