summaryrefslogtreecommitdiff
path: root/bufferevent_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* ssl: add some comments for lack of notify_closeAzat Khuzhin2023-05-161-0/+11
* More SSL_read() to fill big bufferThuan Tran2023-05-161-10/+23
* Make bufferevent_set_max_single_read() effectThuan Tran2023-05-161-6/+2
* ssl: do not triger EOF if some data had been successfully readAzat Khuzhin2023-05-141-1/+4
* ssl: rename err_is_ok to handshake_is_ok (internal API)Azat Khuzhin2023-05-141-1/+1
* Deal with partial writes on SSL writezhenhaonong2023-03-291-2/+8
* 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