summaryrefslogtreecommitdiffstats
path: root/src/tls.c
Commit message (Expand)AuthorAgeFilesLines
* set session id contextmbays2021-08-271-0/+1
* Create certificates which last 68 years (INT32_MAX seconds)Thomas Karpiniec2021-05-161-1/+2
* Fix integer overflow error in tls.cbacardi552021-03-241-1/+1
* Move certificate expiration into the far futureDrew DeVault2021-03-041-1/+1
* Send client certificate hash for CGI scripts.nytpu2021-02-111-0/+11
* Use v3 X509 certificateMatt Keeter2021-02-051-1/+14
* Switch to using ECDSA (secp384r1) keysMark Dain2020-11-211-9/+4
* tls: fix crash when opening priv key for writingWilliam Casarin2020-11-081-1/+1
* Overhaul network I/O to be async for realDrew DeVault2020-10-251-10/+23
* Free up resources throughoutDrew DeVault2020-09-261-3/+13
* Implement TLS exchange with clientsDrew DeVault2020-09-241-3/+29
* tls: move cert/key into host structureDrew DeVault2020-09-241-9/+4
* Implement TLS storeDrew DeVault2020-09-241-0/+176