1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/tls
Andy Green 692f269045 coverity: 62140: if newer mbedtls apis available use and check returns
mbedtls has older and newer hashing apis, if we detected the newer ones
we use them like the older ones since generally, hashing doesn't have a
way to fail for sha and md5 update etc.

Coverity objects... change it to dumbly check the retcode.
2020-08-19 07:46:21 +01:00
..
mbedtls coverity: 62140: if newer mbedtls apis available use and check returns 2020-08-19 07:46:21 +01:00
openssl cmake: tls: wolfssl 2020-08-10 15:04:10 +01:00
CMakeLists.txt cmake: tls: wolfssl 2020-08-10 15:04:10 +01:00
lws-gencrypto-common.c jws: lws_gencrypto_jws_alg_to_definition needs sentinel 2020-03-21 14:43:53 +00:00
lws-genec-common.c windows: clean type warnings 2020-01-11 14:04:50 +00:00
private-lib-tls.h cmake: tls: wolfssl 2020-08-10 15:04:10 +01:00
private-network.h tls: add read client .pem or .der from memory #1941 2020-06-06 13:09:31 +01:00
tls-client.c fakewsi: replace with smaller substructure 2020-07-20 06:28:52 +01:00
tls-network.c fakewsi: replace with smaller substructure 2020-07-20 06:28:52 +01:00
tls-server.c fakewsi: replace with smaller substructure 2020-07-20 06:28:52 +01:00
tls.c tls restriction: account for pipelining and add test 2020-03-01 08:14:43 +00:00