summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2025-10-03CMakeLists: update cmake minimum required version to 3.10masterChristian Marangi
2024-07-28ustream-openssl: fix compilation with OPENSSL_NO_DEPRECATEDAndre Heider
2024-04-19ustream-ssl: add support for using a fd instead of ustream as backingFelix Fietkau
2024-04-18ustream-ssl: increase number of read buffersFelix Fietkau
2024-04-18ustream-ssl: poll connection on incomplete readsFelix Fietkau
2024-04-18mbedtls: another cosmetic ifdef fixFelix Fietkau
2024-04-18mbedtls: add ifdefs to fix legacy compatibilityFelix Fietkau
2024-04-18mbedtls: handle session tickets for TLS 1.3Felix Fietkau
2024-04-07mbedtls: add missing ifdef for build with disabled debugFelix Fietkau
2024-04-07mbedtls: disable TLS 1.3 in client mode when skipping verificationFelix Fietkau
2024-04-07mbedtls: add TLS 1.3 ciphersFelix Fietkau
2024-04-07add callbacks for debug messagesFelix Fietkau
2024-04-03ustream-mbedtls: add missing psa_crypto_init callFelix Fietkau
2024-03-26mbedtls: fix build on non-linux systemsFelix Fietkau
2023-11-11cmake: Fail if undefined symbols are usedHauke Mehrtens
2023-11-11ustream-mbedtls: Add compatibility with Mbed TLS 3.0.0Hauke Mehrtens
2023-02-25ustream-mbedtls: Use getrandom() instead of /dev/urandomHauke Mehrtens
2022-12-07ustream-openssl: Disable renegotiation in TLSv1.2 and earlierMartin Schiller
2022-04-07ci: fix building with i.MX6 SDKPetr Štetiar
2022-02-22ustream-openssl: wolfSSL: provide detailed information in debug buildsPetr Štetiar
2022-02-17cmake: add a possibility to set library versionPetr Štetiar
2022-01-16ustream-openssl: wolfSSL: Add compatibility for wolfssl >= 5.0Sergey V. Lobanov
2020-12-11Add initial GitLab CI supportPetr Štetiar
2020-12-10wolfssl: remove now deprecated compatibility codePetr Štetiar
2020-12-10ustream-mbedtls: fix certificate verificationPetr Štetiar
2020-12-10ustream-mbedtls: implement set_require_validationPetr Štetiar
2020-12-10ustream-openssl: wolfSSL: fix certificate validationPetr Štetiar
2020-12-10cmake: enable extra compiler checksPetr Štetiar
2020-12-10ustream-mbedtls: fix comparison of integers of different signsPetr Štetiar
2020-12-10ustream-openssl: fix BIO_method memory leakPetr Štetiar
2020-12-10ustream-openssl: fix wolfSSL includesPetr Štetiar
2020-12-10cmake: fix linking when mbed TLS not in default pathsPetr Štetiar
2020-12-10cmake: fix linking when wolfSSL not in default pathsPetr Štetiar
2020-12-09cmake: fix building out of the treePetr Štetiar
2020-12-08Revert "ustream-ssl: openssl: fix bio memory leak"Daniel Golle
2020-11-23ustream-ssl: openssl: fix bio memory leakPan Chen
2020-03-13ustream-openssl: clear error stack before SSL_read/SSL_writeJo-Philipp Wich
2020-02-15add support for specifying usable ciphersJo-Philipp Wich
2020-01-05ustream-ssl: mbedtls: fix ssl client verificationDaniel Danzberger
2020-01-05ustream-ssl: mbedtls: fix net_sockets.h include warningDaniel Danzberger
2019-11-05ustream-ssl: skip writing pending data if .eof is true after connectJo-Philipp Wich
2019-11-01wolfssl: adjust to new API in v4.2.0Eneas U de Queiroz
2019-11-01Update example certificate & key, fix typoEneas U de Queiroz
2019-09-20wolfssl: enable CN validationEneas U de Queiroz
2019-09-20ustream-io-cyassl.c: fix client-mode connectionsEneas U de Queiroz
2019-09-20Remove CyaSSL, WolfSSL < 3.10.4 supportEneas U de Queiroz
2019-08-17Revise supported ciphersuitesEneas U de Queiroz
2019-08-17wolfssl, openssl: use TLS 1.3, set ciphersuitesEneas U de Queiroz
2019-06-24ustream-ssl: mbedtls: use chacha-poly ciphersuitesEneas U de Queiroz
2018-07-30openssl, wolfssl: match mbedTLS ciphersuite listEneas U de Queiroz via openwrt-devel