Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-27 | ssl: Gurantee active once data delivery | Ingela Anderton Andin | |
New internal active N changed timing, and new check is needed. | |||
2018-12-20 | ssl: Add renegotiate test case | Ingela Anderton Andin | |
2018-12-20 | ssl: Fix downgrade | Ingela Anderton Andin | |
Both test case and code needed updates to work as intended. Code needed update due to new tls_sender process and the test case gave false positive reusult erarlier probably due to beeing to sloopy in order to avoid timeouts. | |||
2018-12-20 | ssl: Add static_env record | Ingela Anderton Andin | |
State values created at init | |||
2018-12-20 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: lib/ssl/src/tls_connection.erl | |||
2018-12-19 | ssl: Add renegotiate test case | Ingela Anderton Andin | |
2018-12-19 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-12-19 | ssl: Cuddle test cases | Ingela Anderton Andin | |
Cipher test case also needed updating to handle streams correctly We should not rizzo test chacha20_poly1305 Conflicts: lib/ssl/test/ssl_basic_SUITE.erl | |||
2018-12-14 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: lib/ssl/src/dtls_connection.erl lib/ssl/src/ssl_connection.erl lib/ssl/src/ssl_connection.hrl lib/ssl/src/tls_connection.erl lib/ssl/src/tls_record.erl | |||
2018-12-14 | ssl: Fix test case | Ingela Anderton Andin | |
packet raw is a stream, test code manged it packet oriented in the function active_raw. | |||
2018-12-13 | ssl: Fix downgrade | Ingela Anderton Andin | |
Both test case and code needed updates to work as intended. Code needed update due to new tls_sender process and the test case gave false positive reusult erarlier probably due to beeing to sloopy in order to avoid timeouts. | |||
2018-12-12 | ssl: Add static_env record | Ingela Anderton Andin | |
State values created at init | |||
2018-12-06 | Merge branch 'maint' | Raimo Niskanen | |
2018-12-05 | Rewrite to work for stream connection | Raimo Niskanen | |
2018-12-04 | Merge branch 'maint' | Raimo Niskanen | |
Conflicts: lib/ssl/test/ssl_dist_bench_SUITE.erl | |||
2018-12-04 | Merge branch 'raimo/ssl/tls_dist-profiling' into maint | Raimo Niskanen | |
* raimo/ssl/tls_dist-profiling: Improve benchmark Implement print on other node Fix compiler warnings | |||
2018-12-04 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-12-04 | Merge branch 'ingela/ssl/test-cuddle-ssl_basic_SUITE' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-cuddle-ssl_basic_SUITE: ssl: Correct test case | |||
2018-12-04 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: lib/ssl/src/dtls_connection.erl lib/ssl/src/ssl_connection.erl lib/ssl/src/tls_connection.erl | |||
2018-12-03 | ssl: Correct ssl:shutdown | Ingela Anderton Andin | |
When internaly using active N, bugs in shutdown implementation where reveled. | |||
2018-12-03 | ssl: Internaly use {active, N} | Ingela Anderton Andin | |
Make next_record an internal help function to next_event and avoid duplicate calls to tls_socket:setopts for setting the active option. | |||
2018-12-03 | ssl: Correct test case | Ingela Anderton Andin | |
2018-11-30 | Improve benchmark | Raimo Niskanen | |
2018-11-30 | Fix compiler warnings | Raimo Niskanen | |
2018-11-30 | Merge branch 'maint' | Hans Nilsson | |
* maint: crypto: Split function in otp_test_engine crypto: Update test engine with fake rsa support Correct typo in logger formatter docs | |||
2018-11-30 | crypto: Update test engine with fake rsa support | Hans Nilsson | |
We need to test the Engine interface not only for loading, key retrieval and hashing, so it is complemented with a fake rsa method to check sign/verify also. | |||
2018-11-29 | Merge branch 'lukas/ssl/dist_benchmarks' | Lukas Larsson | |
* lukas/ssl/dist_benchmarks: stdlib: Adjust binary bench to be faster ssl: Add scheduler utilization benchmark of plain/tls dist ssl: Link to tstsrvr to group_leader in test ssl: Add some benchmarks to test | |||
2018-11-29 | ssl: Add scheduler utilization benchmark of plain/tls dist | Lukas Larsson | |
2018-11-29 | ssl: Link to tstsrvr to group_leader in test | Lukas Larsson | |
If the check_ssl_node_up call is made by an rpc:call the calling process will terminate and thus the tstsrvr loop would terminate too early. We instead link with the group leader so that the look still terminates, but only if the parent node does. | |||
2018-11-29 | ssl: Add some benchmarks to test | Lukas Larsson | |
The ssl benchmarks tend to break when doing other changes in ssl, so we add some of the benchmarks to be run as part of normal testing. | |||
2018-11-20 | ssl: Fix property tests | Péter Dimitrov | |
Replace hardcoded max size in 'choose' function with the length of supported groups. Change-Id: I4ac595cfee2c3cf0c9d9e1cffd0988940130a0d6 | |||
2018-11-16 | ssl: Implement the 'key_share' extension | Péter Dimitrov | |
Change-Id: Ie7409675dd7a35825f32822df259286bbb95fd62 | |||
2018-11-14 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-11-12 | ssl: Handle unicode ~s -> ~ts | Ingela Anderton Andin | |
2018-11-12 | Merge branch 'ingela/ssl/key-derive/OTP-15374' | Ingela Anderton Andin | |
* ingela/ssl/key-derive/OTP-15374: ssl: Add key derivation functions for TLS-1.3 | |||
2018-11-12 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-11-09 | ssl: Add engine handling clause to RSA key exchange | Ingela Anderton Andin | |
2018-11-09 | ssl: Add key derivation functions for TLS-1.3 | Ingela Anderton Andin | |
2018-11-06 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-11-05 | ssl: controlling_process should be allowed on transpor_accept sockets along | Ingela Anderton Andin | |
with handshake Fix of commit 68d9244ae33e5eea36250c3bb9ffe046a4db5647 | |||
2018-11-05 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-11-02 | ssl: Correct filter function | Ingela Anderton Andin | |
2018-11-02 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-11-02 | ssl: Make sure benchmark SUITE has a clean start | Ingela Anderton Andin | |
2018-11-02 | Merge pull request #2003 from peterdmv/ssl/tls1.3-statem-skeleton/OTP-15310 | Péter Dimitrov | |
Implement TLS 1.3 state machine skeleton | |||
2018-11-02 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-11-01 | ssl: Fix failing property tests | Péter Dimitrov | |
- Updated message generators: ClientHello, ServerHello and EncryptedExtensions - Fixed encoding of the extensions 'signature_algorithms' and 'signature_algorithms_cert' - Updated empty extension definitions Change-Id: I9415e2d022744b9ed4667d20aee2553637ed49f8 | |||
2018-11-01 | ssl: Return error to user that tries to use a "transport accepted" socket for | Ingela Anderton Andin | |
other purposes than handshaking | |||
2018-10-16 | Merge pull request #1970 from peterdmv/ssl/signature_algorithms/OTP-15248 | Péter Dimitrov | |
Implement Signature Algorithms (TLS 1.3) | |||
2018-10-15 | ssl: Test hash/signature algorithm selection | Péter Dimitrov | |
Change-Id: Ie60b2a2651ea975cebd0ccf0c7e2953f89986463 |