summaryrefslogtreecommitdiff
path: root/bufferevent_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* bufferevent_ssl: check return value of the evbuffer_drain()Azat Khuzhin2021-09-191-1/+3
* Do not try to do SSL handshake if the connect() failsAzat Khuzhin2020-11-051-2/+7
* Introduce new BUFFEREVENT_SSL_BATCH_WRITE flag to avoid Nagle effect in SSLAzat Khuzhin2020-10-311-2/+7
* Introduce new API for flags of the SSL buffereventAzat Khuzhin2020-10-311-17/+67
* Join le_ssl_ops.post_init with le_ssl_ops.initAzat Khuzhin2020-07-221-1/+0
* Merge ssl implementations (openssl and mbedtls)okhowang(王沛文)2020-07-221-0/+1093