index
:
ustream-ssl
master
openwrt-19.07
ustream SSL wrapper
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMakeLists: update cmake minimum required version to 3.10
master
Christian Marangi
2025-10-03
1
-1
/
+1
*
ustream-openssl: fix compilation with OPENSSL_NO_DEPRECATED
Andre Heider
2024-07-28
1
-0
/
+4
*
ustream-ssl: add support for using a fd instead of ustream as backing
Felix Fietkau
2024-04-19
9
-43
/
+135
*
ustream-ssl: increase number of read buffers
Felix Fietkau
2024-04-18
1
-0
/
+1
*
ustream-ssl: poll connection on incomplete reads
Felix Fietkau
2024-04-18
1
-0
/
+5
*
mbedtls: another cosmetic ifdef fix
Felix Fietkau
2024-04-18
1
-1
/
+1
*
mbedtls: add ifdefs to fix legacy compatibility
Felix Fietkau
2024-04-18
1
-1
/
+6
*
mbedtls: handle session tickets for TLS 1.3
Felix Fietkau
2024-04-18
3
-25
/
+71
*
mbedtls: add missing ifdef for build with disabled debug
Felix Fietkau
2024-04-07
1
-0
/
+2
*
mbedtls: disable TLS 1.3 in client mode when skipping verification
Felix Fietkau
2024-04-07
1
-0
/
+4
*
mbedtls: add TLS 1.3 ciphers
Felix Fietkau
2024-04-07
1
-0
/
+16
*
add callbacks for debug messages
Felix Fietkau
2024-04-07
7
-12
/
+124
*
ustream-mbedtls: add missing psa_crypto_init call
Felix Fietkau
2024-04-03
1
-0
/
+8
*
mbedtls: fix build on non-linux systems
Felix Fietkau
2024-03-26
2
-4
/
+12
*
cmake: Fail if undefined symbols are used
Hauke Mehrtens
2023-11-11
1
-0
/
+1
*
ustream-mbedtls: Add compatibility with Mbed TLS 3.0.0
Hauke Mehrtens
2023-11-11
2
-2
/
+11
*
ustream-mbedtls: Use getrandom() instead of /dev/urandom
Hauke Mehrtens
2023-02-25
1
-19
/
+6
*
ustream-openssl: Disable renegotiation in TLSv1.2 and earlier
Martin Schiller
2022-12-07
1
-0
/
+6
*
ci: fix building with i.MX6 SDK
Petr Štetiar
2022-04-07
1
-2
/
+2
*
ustream-openssl: wolfSSL: provide detailed information in debug builds
Petr Štetiar
2022-02-22
2
-0
/
+10
*
cmake: add a possibility to set library version
Petr Štetiar
2022-02-17
1
-0
/
+4
*
ustream-openssl: wolfSSL: Add compatibility for wolfssl >= 5.0
Sergey V. Lobanov
2022-01-16
1
-0
/
+2
*
Add initial GitLab CI support
Petr Štetiar
2020-12-11
1
-0
/
+30
*
wolfssl: remove now deprecated compatibility code
Petr Štetiar
2020-12-10
4
-29
/
+1
*
ustream-mbedtls: fix certificate verification
Petr Štetiar
2020-12-10
1
-2
/
+4
*
ustream-mbedtls: implement set_require_validation
Petr Štetiar
2020-12-10
1
-0
/
+12
*
ustream-openssl: wolfSSL: fix certificate validation
Petr Štetiar
2020-12-10
4
-8
/
+86
*
cmake: enable extra compiler checks
Petr Štetiar
2020-12-10
1
-1
/
+7
*
ustream-mbedtls: fix comparison of integers of different signs
Petr Štetiar
2020-12-10
1
-1
/
+1
*
ustream-openssl: fix BIO_method memory leak
Petr Štetiar
2020-12-10
3
-23
/
+36
*
ustream-openssl: fix wolfSSL includes
Petr Štetiar
2020-12-10
2
-2
/
+7
*
cmake: fix linking when mbed TLS not in default paths
Petr Štetiar
2020-12-10
1
-1
/
+4
*
cmake: fix linking when wolfSSL not in default paths
Petr Štetiar
2020-12-10
1
-2
/
+3
*
cmake: fix building out of the tree
Petr Štetiar
2020-12-09
1
-1
/
+2
*
Revert "ustream-ssl: openssl: fix bio memory leak"
Daniel Golle
2020-12-08
2
-8
/
+0
*
ustream-ssl: openssl: fix bio memory leak
Pan Chen
2020-11-23
2
-0
/
+8
*
ustream-openssl: clear error stack before SSL_read/SSL_write
Jo-Philipp Wich
2020-03-13
1
-2
/
+12
*
add support for specifying usable ciphers
Jo-Philipp Wich
2020-02-15
6
-1
/
+82
*
ustream-ssl: mbedtls: fix ssl client verification
Daniel Danzberger
2020-01-05
1
-7
/
+0
*
ustream-ssl: mbedtls: fix net_sockets.h include warning
Daniel Danzberger
2020-01-05
1
-1
/
+1
*
ustream-ssl: skip writing pending data if .eof is true after connect
Jo-Philipp Wich
2019-11-05
1
-0
/
+20
*
wolfssl: adjust to new API in v4.2.0
Eneas U de Queiroz
2019-11-01
1
-2
/
+6
*
Update example certificate & key, fix typo
Eneas U de Queiroz
2019-11-01
3
-17
/
+44
*
wolfssl: enable CN validation
Eneas U de Queiroz
2019-09-20
2
-4
/
+14
*
ustream-io-cyassl.c: fix client-mode connections
Eneas U de Queiroz
2019-09-20
3
-2
/
+20
*
Remove CyaSSL, WolfSSL < 3.10.4 support
Eneas U de Queiroz
2019-09-20
5
-53
/
+15
*
Revise supported ciphersuites
Eneas U de Queiroz
2019-08-17
2
-22
/
+44
*
wolfssl, openssl: use TLS 1.3, set ciphersuites
Eneas U de Queiroz
2019-08-17
1
-3
/
+23
*
ustream-ssl: mbedtls: use chacha-poly ciphersuites
Eneas U de Queiroz
2019-06-24
1
-0
/
+5
*
openssl, wolfssl: match mbedTLS ciphersuite list
Eneas U de Queiroz via openwrt-devel
2018-07-30
1
-6
/
+54
[next]