summaryrefslogtreecommitdiffstats
path: root/FORK.md
Commit message (Collapse)AuthorAgeFilesLines
* Serve CA full chain (Let's Encrypt), TLS 1.3, fix handshake buffer overflowHEADmainGab Virebent7 days1-0/+40
- tls.c/config.h: read full PEM chain into STACK_OF(X509), send via SSL_set1_chain - tls.c: minimum protocol TLS 1.2 -> TLS 1.3 - server.c: drain handshake output via local buffer loop instead of staging into the fixed 4 KB client buffer (a full CA chain overflowed it -> assert) - FORK.md: describe the fork