summaryrefslogtreecommitdiff
path: root/bufferevent_mbedtls.c
Commit message (Expand)AuthorAgeFilesLines
* Drop unused le_ssl_ops::err_is_okAzat Khuzhin2023-05-161-6/+0
* ssl: do not triger EOF if some data had been successfully readAzat Khuzhin2023-05-141-0/+6
* ssl: rename err_is_ok to handshake_is_ok (internal API)Azat Khuzhin2023-05-141-2/+3
* Add helpers and all regress tests are passedDmitry Ilyin2022-10-041-4/+20
* Initial Mbed-TLS 3 support to get the GitHub Actions working againWilliam Marlow2022-07-091-1/+8
* Support disabled renegotiation in mbedTLSAzat Khuzhin2021-04-301-0/+5
* Introduce new API for flags of the SSL buffereventAzat Khuzhin2020-10-311-1/+1
* fix: compat mbedtls < 2.4okhowang(王沛文)2020-07-241-1/+1
* Fix bufferevent_get_{openssl,mbedtls}_error()Azat Khuzhin2020-07-231-1/+1
* 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-1126/+223
* fix build system and add test and cleanup codeokhowang(王沛文)2020-07-221-100/+15
* mbedtls based SSL implementationJesse Fang2020-07-221-0/+1386