summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2026-07-08ustream-mbedtls: use non-deprecated TLS version configuration APIHEADmasterFelix Fietkau
2026-07-08ustream-openssl: report decodable error codes to notify_errorFelix Fietkau
2026-07-08ustream-openssl: handle allocation failure in debug setupFelix Fietkau
2026-07-08ustream-ssl: detach from the underlying stream on init failureFelix Fietkau
2026-07-08ustream-mbedtls: send close notify when freeing a sessionFelix Fietkau
2026-07-08ustream-openssl: verify IP address peers against IP subjectAltNamesFelix Fietkau
2026-07-08ustream-ssl: stop connect attempts after the stream was closedFelix Fietkau
2026-07-08ustream-mbedtls: set valid_cert on successful verificationFelix Fietkau
2026-07-08ustream-mbedtls: fix crashes on allocation and open failuresFelix Fietkau
2026-07-08ustream-openssl: handle allocation failures in context and BIO setupFelix Fietkau
2026-07-08ustream-ssl: fix error handling in set_peer_cnFelix Fietkau
2026-07-08ustream-ssl: flush pending write data on fd write eventsFelix Fietkau
2026-07-08ustream-ssl: fix write retry semantics for blocked SSL writesFelix Fietkau
2026-07-08ustream-openssl: do not treat retryable SSL want conditions as fatalFelix Fietkau
2026-07-08ustream-ssl: allow setting the peer CN before initializing the streamFelix Fietkau
2026-07-08ustream-ssl: allow freeing the stream from within notify callbacksFelix Fietkau
2026-03-01ustream-openssl: Fix use-after-free crash under high load and optimize BIO_METHOD lifecycleHauke Mehrtens
2025-10-03CMakeLists: update cmake minimum required version to 3.10Christian 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