| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | client & server: improved error handling & timeouts 🐛 | Jannis R | 2020-10-16 | 1 | -15/+24 |
| | | |||||
| * | more debug logging | Jannis R | 2020-10-16 | 1 | -0/+6 |
| | | |||||
| * | remove ALPN protocol ID | Martijn de Boer | 2020-10-16 | 1 | -2/+4 |
| | | | | | | | | | | | | | When setting the ALPN protocol the gemini browser Kristall won't connect properly. While removing this, per suggestion in #5, connection seems to be working properly. more info: https://lists.orbitalfox.eu/archives/gemini/2020/002848.html With this commit, - the server will only verify the ALPN ID to be `gemini` if the client has sent one - the server won't send the ALPN ID anymore closes #5 | ||||
| * | add verifyAlpnId() hook | Jannis R | 2020-08-05 | 1 | -1/+3 |
| | | |||||
| * | minor changes, docs :memo: | Jannis R | 2020-05-03 | 1 | -0/+3 |
| | | |||||
| * | server: require ALPN, response convenience fns | Jannis R | 2020-05-03 | 1 | -0/+5 |
| | | |||||
| * | TOFU client certificates, part 1 | Jannis R | 2020-05-03 | 1 | -1/+28 |
| | | |||||
| * | basic client | Jannis R | 2020-05-02 | 1 | -5/+5 |
| | | |||||
| * | move code, server example :memo: | Jannis R | 2020-05-02 | 1 | -0/+80 |
