about summary refs log tree commit diff stats
path: root/src/luasec/ssl.h
Commit message (Collapse)AuthorAgeFilesLines
* delete final vestiges of embedded luasocketKartik K. Agaram2021-11-221-1/+1
|
* delete most of the embedded luasocket in luasecKartik K. Agaram2021-11-221-3/+3
| | | | Hilariously, I wasn't linking against it in the first place.
* https now working!Kartik K. Agaram2021-11-211-0/+41
Still extremely ugly: - I've inlined all the namespaces under ssl, so you need to know that context and config are related to ssl. - luasec comes with its own copy of luasocket. I haven't deduped that yet.