index
:
ustream-ssl
master
openwrt-19.07
ustream SSL wrapper
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-07-08
ustream-mbedtls: use non-deprecated TLS version configuration API
HEAD
master
Felix Fietkau
2026-07-08
ustream-openssl: report decodable error codes to notify_error
Felix Fietkau
2026-07-08
ustream-openssl: handle allocation failure in debug setup
Felix Fietkau
2026-07-08
ustream-ssl: detach from the underlying stream on init failure
Felix Fietkau
2026-07-08
ustream-mbedtls: send close notify when freeing a session
Felix Fietkau
2026-07-08
ustream-openssl: verify IP address peers against IP subjectAltNames
Felix Fietkau
2026-07-08
ustream-ssl: stop connect attempts after the stream was closed
Felix Fietkau
2026-07-08
ustream-mbedtls: set valid_cert on successful verification
Felix Fietkau
2026-07-08
ustream-mbedtls: fix crashes on allocation and open failures
Felix Fietkau
2026-07-08
ustream-openssl: handle allocation failures in context and BIO setup
Felix Fietkau
2026-07-08
ustream-ssl: fix error handling in set_peer_cn
Felix Fietkau
2026-07-08
ustream-ssl: flush pending write data on fd write events
Felix Fietkau
2026-07-08
ustream-ssl: fix write retry semantics for blocked SSL writes
Felix Fietkau
2026-07-08
ustream-openssl: do not treat retryable SSL want conditions as fatal
Felix Fietkau
2026-07-08
ustream-ssl: allow setting the peer CN before initializing the stream
Felix Fietkau
2026-07-08
ustream-ssl: allow freeing the stream from within notify callbacks
Felix Fietkau
2026-03-01
ustream-openssl: Fix use-after-free crash under high load and optimize BIO_METHOD lifecycle
Hauke Mehrtens
2025-10-03
CMakeLists: update cmake minimum required version to 3.10
Christian Marangi
2024-07-28
ustream-openssl: fix compilation with OPENSSL_NO_DEPRECATED
Andre Heider
2024-04-19
ustream-ssl: add support for using a fd instead of ustream as backing
Felix Fietkau
2024-04-18
ustream-ssl: increase number of read buffers
Felix Fietkau
2024-04-18
ustream-ssl: poll connection on incomplete reads
Felix Fietkau
2024-04-18
mbedtls: another cosmetic ifdef fix
Felix Fietkau
2024-04-18
mbedtls: add ifdefs to fix legacy compatibility
Felix Fietkau
2024-04-18
mbedtls: handle session tickets for TLS 1.3
Felix Fietkau
2024-04-07
mbedtls: add missing ifdef for build with disabled debug
Felix Fietkau
2024-04-07
mbedtls: disable TLS 1.3 in client mode when skipping verification
Felix Fietkau
2024-04-07
mbedtls: add TLS 1.3 ciphers
Felix Fietkau
2024-04-07
add callbacks for debug messages
Felix Fietkau
2024-04-03
ustream-mbedtls: add missing psa_crypto_init call
Felix Fietkau
2024-03-26
mbedtls: fix build on non-linux systems
Felix Fietkau
2023-11-11
cmake: Fail if undefined symbols are used
Hauke Mehrtens
2023-11-11
ustream-mbedtls: Add compatibility with Mbed TLS 3.0.0
Hauke Mehrtens
2023-02-25
ustream-mbedtls: Use getrandom() instead of /dev/urandom
Hauke Mehrtens
2022-12-07
ustream-openssl: Disable renegotiation in TLSv1.2 and earlier
Martin Schiller
2022-04-07
ci: fix building with i.MX6 SDK
Petr Štetiar
2022-02-22
ustream-openssl: wolfSSL: provide detailed information in debug builds
Petr Štetiar
2022-02-17
cmake: add a possibility to set library version
Petr Štetiar
2022-01-16
ustream-openssl: wolfSSL: Add compatibility for wolfssl >= 5.0
Sergey V. Lobanov
2020-12-11
Add initial GitLab CI support
Petr Štetiar
2020-12-10
wolfssl: remove now deprecated compatibility code
Petr Štetiar
2020-12-10
ustream-mbedtls: fix certificate verification
Petr Štetiar
2020-12-10
ustream-mbedtls: implement set_require_validation
Petr Štetiar
2020-12-10
ustream-openssl: wolfSSL: fix certificate validation
Petr Štetiar
2020-12-10
cmake: enable extra compiler checks
Petr Štetiar
2020-12-10
ustream-mbedtls: fix comparison of integers of different signs
Petr Štetiar
2020-12-10
ustream-openssl: fix BIO_method memory leak
Petr Štetiar
2020-12-10
ustream-openssl: fix wolfSSL includes
Petr Štetiar
2020-12-10
cmake: fix linking when mbed TLS not in default paths
Petr Štetiar
2020-12-10
cmake: fix linking when wolfSSL not in default paths
Petr Štetiar
[next]