Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-27 | Merge branch 'maint'master | Ingela Anderton Andin | |
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 | Merge branch 'maint' | Ingela Anderton Andin | |
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 | Merge branch 'maint' | Ingela Anderton Andin | |
2019-08-21 | ssl: Robustify test case | Ingela Anderton Andin | |
2019-08-19 | Merge branch 'maint' | 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-08-06 | Merge branch 'lukas/otp/add-dialyzer-make-target/OTP-15915' | Lukas Larsson | |
* lukas/otp/add-dialyzer-make-target/OTP-15915: otp: Add make dialyzer and make xmllint documentation Add 'make dialyzer' target to top and apps | |||
2019-07-31 | Merge branch 'maint' | 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 | Merge branch 'maint' | Ingela Anderton Andin | |
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-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 | 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 | ssl: Correct groups | Ingela Anderton Andin | |
2019-07-25 | Merge branch 'maint' | 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-25 | Merge branch 'maint' | 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 | Merge branch 'maint' | Ingela Anderton Andin | |
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 | Merge branch 'maint' | Péter Dimitrov | |
* maint: ssl: Fix handling of ALPN in TLS 1.3 | |||
2019-07-22 | Merge branch 'peterdmv/ssl/fix-tls13-alpn' into maint | Péter Dimitrov | |
* peterdmv/ssl/fix-tls13-alpn: ssl: Fix handling of ALPN in TLS 1.3 |