mirror of
https://git.openwrt.org/project/ustream-ssl.git
synced 2025-05-24 22:37:31 +00:00
ustream SSL wrapper (mirror)
![]() SSL_get_peer_certificate() is deprecated, OpenSSL v3.0 added SSL_get0_peer_certificate() and SSL_get1_peer_certificate(). Use the latter since the return value is explicitely X509_free()ed here, see [0]. WolfSSL doesn't implement the new variants. [0] https://www.openssl.org/docs/manmaster/man3/SSL_get_peer_certificate.html Signed-off-by: Andre Heider <a.heider@gmail.com> |
||
---|---|---|
.gitignore | ||
.gitlab-ci.yml | ||
CMakeLists.txt | ||
example.crt | ||
example.key | ||
openssl_bio_compat.h | ||
ustream-example-client.c | ||
ustream-example-server.c | ||
ustream-internal.h | ||
ustream-io-openssl.c | ||
ustream-io-wolfssl.c | ||
ustream-mbedtls.c | ||
ustream-mbedtls.h | ||
ustream-openssl.c | ||
ustream-openssl.h | ||
ustream-ssl.c | ||
ustream-ssl.h |