ustream-ssl: add support for using a fd instead of ustream as backing
[project/ustream-ssl.git] / ustream-mbedtls.c
5 days ago Felix Fietkauustream-ssl: add support for using a fd instead of... master
7 days ago Felix Fietkaumbedtls: another cosmetic ifdef fix
7 days ago Felix Fietkaumbedtls: add ifdefs to fix legacy compatibility
7 days ago Felix Fietkaumbedtls: handle session tickets for TLS 1.3
2024-04-07 Felix Fietkaumbedtls: add missing ifdef for build with disabled...
2024-04-07 Felix Fietkaumbedtls: disable TLS 1.3 in client mode when skipping...
2024-04-07 Felix Fietkaumbedtls: add TLS 1.3 ciphers
2024-04-07 Felix Fietkauadd callbacks for debug messages
2024-04-03 Felix Fietkauustream-mbedtls: add missing psa_crypto_init call
2024-03-26 Felix Fietkaumbedtls: fix build on non-linux systems
2023-11-11 Hauke Mehrtensustream-mbedtls: Add compatibility with Mbed TLS 3.0.0
2023-02-25 Hauke Mehrtensustream-mbedtls: Use getrandom() instead of /dev/urandom
2020-12-10 Petr Štetiarustream-mbedtls: fix certificate verification
2020-12-10 Petr Štetiarustream-mbedtls: implement set_require_validation
2020-12-10 Petr Štetiarustream-mbedtls: fix comparison of integers of differen...
2020-02-15 Jo-Philipp Wichadd support for specifying usable ciphers
2020-01-05 Daniel Danzbergerustream-ssl: mbedtls: fix ssl client verification
2019-08-17 Eneas U de QueirozRevise supported ciphersuites
2019-06-24 Eneas U de Queirozustream-ssl: mbedtls: use chacha-poly ciphersuites
2018-07-27 Eneas U de Queiroz... ustream-ssl: Revised security on mbedtls
2018-05-22 Hauke Mehrtensmbedtls: Fix setting allowed cipher suites
2018-05-22 Hauke Mehrtensmbedtls: Add support for a session cache
2016-01-23 Felix Fietkaumbedtls: fix handling SSL close notification
2016-01-19 Felix Fietkaumbedtls: sync with polarssl ciphersuite changes
2016-01-15 Felix Fietkauadd mbedtls variant