Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6795 from IngelaAndin/ingela/ssl/always-ignore-change-cip... | Ingela Andin | 2023-02-10 | 1 | -22/+15 |
|\ | |||||
| * | ssl: Maximize compatibility | Ingela Anderton Andin | 2023-02-06 | 1 | -22/+15 |
* | | Do not emit "unexpected" message on shutdown | Maxim Fedorov | 2023-02-06 | 1 | -1/+4 |
* | | ssl: replace size/1 by xxx_size/1 | Kiko Fernandez-Reyes | 2023-02-03 | 1 | -2/+2 |
* | | ssl: Improve interop test | Ingela Anderton Andin | 2023-01-30 | 1 | -18/+34 |
* | | Merge branch 'dgud/ssl/dtls-multiple-connections/GH-6160/OTP-18371' into maint | Dan Gudmundsson | 2023-01-17 | 6 | -121/+290 |
|\ \ | |||||
| * | | ssl: dtls let new accept process handle new connections | Dan Gudmundsson | 2023-01-17 | 5 | -57/+234 |
| * | | Refactor, remove client set | Dan Gudmundsson | 2023-01-04 | 1 | -44/+28 |
| * | | Fix version test | Dan Gudmundsson | 2022-12-29 | 1 | -28/+36 |
| |/ | |||||
* | | ssl: Refactor to avoid confusion of what is the API | Ingela Anderton Andin | 2022-12-20 | 1 | -28/+45 |
|/ | |||||
* | Prepare release | Erlang/OTP | 2022-12-12 | 2 | -1/+61 |
* | Update copyright year | Erlang/OTP | 2022-12-12 | 9 | -9/+9 |
* | ssl: remove not needed event tls_sender | Jakub Witczak | 2022-12-01 | 1 | -1/+0 |
* | ssl: refactor ssl_key_update_SUITE | Jakub Witczak | 2022-12-01 | 2 | -19/+91 |
* | Merge branch 'dgud/ssl/verify_fun-3/OTP-18302' into maint | Dan Gudmundsson | 2022-11-30 | 3 | -18/+45 |
|\ | |||||
| * | ssl: VerifyFun can now get the der cert as argument | Dan Gudmundsson | 2022-11-02 | 3 | -18/+45 |
* | | ssl: hibernate tls_sender | Jakub Witczak | 2022-11-28 | 3 | -55/+96 |
* | | ssl: refactor ssl_api_SUITE:hibernate_* | Jakub Witczak | 2022-11-28 | 2 | -87/+80 |
* | | Merge pull request #6490 from IngelaAndin/ingela/ssl/legacy-sign-algs/ERL-643... | Ingela Andin | 2022-11-24 | 5 | -75/+54 |
|\ \ | |||||
| * | | ssl:Remove redundant code | Ingela Anderton Andin | 2022-11-23 | 1 | -10/+0 |
| * | | ssl: Enhancement use lists:any/2 | Ingela Anderton Andin | 2022-11-23 | 1 | -8/+6 |
| * | | ssl: Correct handling of legacy algorithms | Ingela Anderton Andin | 2022-11-23 | 5 | -65/+56 |
* | | | ssl: Add debug logging on error cases | Dan Gudmundsson | 2022-11-21 | 17 | -92/+152 |
* | | | Merge branch 'dgud/ssl/test-version-cuddling' into maint | Dan Gudmundsson | 2022-11-02 | 17 | -344/+243 |
|\ \ \ | |||||
| * | | | ssl test cuddle | Dan Gudmundsson | 2022-11-02 | 17 | -344/+243 |
* | | | | Merge branch 'raimo/ssl/test-cuddle/OTP-18293' into maint | Raimo Niskanen | 2022-10-26 | 10 | -545/+949 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Finishing touches | Raimo Niskanen | 2022-10-26 | 1 | -10/+17 |
| * | | | Clean up output_handler | Raimo Niskanen | 2022-10-25 | 1 | -101/+139 |
| * | | | Simplify input_handler | Raimo Niskanen | 2022-10-21 | 1 | -104/+111 |
| * | | | Tweak load parameter | Raimo Niskanen | 2022-10-20 | 1 | -2/+2 |
| * | | | Improve test case diagnostics | Raimo Niskanen | 2022-10-20 | 1 | -7/+16 |
| * | | | Rewrite input_handler loop | Raimo Niskanen | 2022-10-20 | 1 | -72/+103 |
| * | | | Optimize handling of output data size | Raimo Niskanen | 2022-10-20 | 1 | -11/+20 |
| * | | | Improve output xfer loop | Raimo Niskanen | 2022-10-20 | 1 | -70/+83 |
| * | | | Improve flow control on outbound data | Raimo Niskanen | 2022-10-19 | 1 | -19/+10 |
| * | | | Improve test case diagnostics | Raimo Niskanen | 2022-10-19 | 1 | -19/+41 |
| * | | | Improve test case diagnostics | Raimo Niskanen | 2022-10-19 | 2 | -13/+45 |
| * | | | Better flow control on incoming data | Raimo Niskanen | 2022-10-17 | 1 | -22/+11 |
| * | | | Bug hunting | Raimo Niskanen | 2022-10-17 | 1 | -16/+17 |
| * | | | Bug hunting | Raimo Niskanen | 2022-10-17 | 1 | -1/+5 |
| * | | | Bug hunting | Raimo Niskanen | 2022-10-17 | 1 | -8/+24 |
| * | | | Bug hunting | Raimo Niskanen | 2022-10-17 | 1 | -7/+7 |
| * | | | Bug hunting | Raimo Niskanen | 2022-10-17 | 1 | -14/+32 |
| * | | | Skip test group for lacking support in Crypto | Raimo Niskanen | 2022-10-17 | 2 | -8/+46 |
| * | | | Add log entries to figure out where the node crashes | Raimo Niskanen | 2022-10-17 | 1 | -1/+4 |
| * | | | Rewrite the listen_port_options/1 test case | Raimo Niskanen | 2022-10-17 | 1 | -113/+56 |
| * | | | Add correct path argument to node b's command line | Raimo Niskanen | 2022-10-17 | 4 | -11/+16 |
| * | | | Skip tc when TLS version is not supported | Raimo Niskanen | 2022-10-17 | 1 | -0/+17 |
| * | | | Restructure benchmark to always run, at least reduced | Raimo Niskanen | 2022-10-17 | 4 | -136/+184 |
| * | | | Clean up problems with socket shutdown and rotted benchmark | Raimo Niskanen | 2022-10-17 | 4 | -30/+95 |