Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2019-06-17 | ssl: Fix ssl_handshake:extension_value/1 | Péter Dimitrov | |
Handle new TLS 1.2/1.3 extensions. | |||
2019-06-17 | Merge branch 'peterdmv/ssl/tls12-java11-interop/ERL-973/OTP-15887' into maint | Péter Dimitrov | |
* peterdmv/ssl/tls12-java11-interop/ERL-973/OTP-15887: ssl: Add interop test ssl: Improve handling of signature algorithms | |||
2019-06-14 | ssl: Add interop test | Péter Dimitrov | |
Add interoperability test for TLS 1.2 server and TLS 1.3 client. | |||
2019-06-13 | Merge branch 'ingela/ssl/handshake-handling/ERL-968/OTP-15879' into maint | Ingela Anderton Andin | |
* ingela/ssl/handshake-handling/ERL-968/OTP-15879: ssl: Correct handshake handling | |||
2019-06-13 | ssl: Correct handshake handling | Ingela Anderton Andin | |
Solves ERL-968, a refactoring bug could cause part of a server key exchange message to be appended, to an incorrectly duplicated, certificate handshake message. In the end causing an ASN1 decoding error. That in turn did not end up the correct error handling branch. | |||
2019-06-13 | Merge branch 'peterdmv/ssl/fix-testcases' into maint | Péter Dimitrov | |
* peterdmv/ssl/fix-testcases: ssl: Fix run_client_error/1 in ssl_test_lib | |||
2019-06-13 | ssl: Test ECDSA certificates in TLS 1.3 | Péter Dimitrov | |
2019-06-12 | 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. | |||
2019-06-12 | Merge branch 'peterdmv/ssl/dtls-test-fix' into maint | Péter Dimitrov | |
* peterdmv/ssl/dtls-test-fix: ssl: Fix ssl_packet_SUITE | |||
2019-06-12 | Merge branch 'peterdmv/ssl/dtls-test-fix' into maint-22 | Erlang/OTP | |
* peterdmv/ssl/dtls-test-fix: ssl: Fix ssl_packet_SUITE | |||
2019-06-12 | Merge branch 'ingela/ssl/dtls-multiplxor/ERL-962/OTP-15864' into maint-22 | Erlang/OTP | |
* ingela/ssl/dtls-multiplxor/ERL-962/OTP-15864: ssl: Add missing gen_server return value in DTLS packet demux process | |||
2019-06-12 | Merge branch 'ingela/ssl/ret-ext/ERL-951/OTP-15862' into maint-22 | Erlang/OTP | |
* ingela/ssl/ret-ext/ERL-951/OTP-15862: ssl: Fix broken return value | |||
2019-06-12 | ssl: Fix ssl_packet_SUITE | Péter Dimitrov | |
Unset internal_active_n when cleaning FT environment. | |||
2019-06-11 | Merge pull request #2276 from peterdmv/ssl/tls13-alpn | Péter Dimitrov | |
Implement ALPN in TLS 1.3 | |||
2019-06-10 | Merge branch 'ingela/ssl/dtls-multiplxor/ERL-962/OTP-15864' into maint | Ingela Anderton Andin | |
* ingela/ssl/dtls-multiplxor/ERL-962/OTP-15864: ssl: Add missing gen_server return value in DTLS packet demux process | |||
2019-06-07 | ssl: Add missing gen_server return value in DTLS packet demux process | Ingela Anderton Andin | |
2019-06-07 | ssl: Fix alert handling (TLS 1.3) | Péter Dimitrov | |
Server and client use different secrets when sending certificate related alerts. This is due to a change to the TLS protocol where clients send their 'certificate' message after they have received the server's 'finished' message. | |||
2019-06-07 | ssl: Add tests for ALPN in TLS 1.3 | Péter Dimitrov | |
2019-06-07 | ssl: Add TLS 1.3 test group to ssl_certificate_verify_SUITE | Péter Dimitrov | |
2019-06-07 | ssl: Fix negative tests in ssl_basic_SUITE | Péter Dimitrov | |
2019-06-05 | ssl: Fix broken return value | Ingela Anderton Andin | |
2019-06-04 | ssl: Returned "alert error string" should be same as logged alert string | Ingela Anderton Andin | |
2019-05-31 | ssl: Fix broken return value | Ingela Anderton Andin | |
2019-05-28 | Merge branch 'ingela/ssl/alert-strings/OTP-15844' into maint | Ingela Anderton Andin | |
2019-05-28 | ssl: Returned "alert error string" should be same as logged alert string | Ingela Anderton Andin | |
2019-05-23 | ssl: Add openssl interop test for TLS 1.3 client | Péter Dimitrov | |
2019-05-22 | ssl: Implement hello_retry_request (client) | Péter Dimitrov | |
2019-05-21 | ssl: Implement peer verification | Péter Dimitrov | |
2019-05-21 | ssl: Add tests for TLS 1.3 client | Péter Dimitrov | |