summaryrefslogtreecommitdiff
path: root/vchat-connection.c
AgeCommit message (Expand)Author
2022-05-20Implement a happy path mbedtls wrapperDirk Engling
2022-05-18Simplify tls code by removing all unused functions to allow for more generic helpers that can be used across lib wrappersDirk Engling
2022-05-17Use a staging area to glue newlines to outgoing messages before sending them in two packetsDirk Engling
2022-05-17Move packet handler and line splitting to vchat-connection.cDirk Engling
2022-05-16Only set ca file if it exists. Prevents error in openssl for the default pathDirk Engling
2022-05-16Decouple IO openssl's BIO abstraction and split connection and tls handling to allow for other TLS libsDirk Engling