1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/tls/mbedtls
Andy Green 3c663da99e rtos diet: mbedtls: wrapper: delete unused functions
Surprisingly -fdata-sections -ffunction-sections does not remove any string literals and __func__
implicit .rodata generated by the removed function's compilation.

That means potentially considerable deadweight is in the image even if the function is removed
at linktime.
2020-03-04 11:00:04 +00:00
..
wrapper rtos diet: mbedtls: wrapper: delete unused functions 2020-03-04 11:00:04 +00:00
lws-genaes.c Added missing PKCS#7 padding/unpadding from AES-CBC in JWE 2020-02-21 17:32:41 +00:00
lws-gencrypto.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lws-genec.c cleaning 2020-01-05 22:17:58 +00:00
lws-genhash.c license: switch LGPLv2.1+SLE parts to MIT 2019-08-14 10:44:38 +01:00
lws-genrsa.c cleaning 2020-01-05 22:17:58 +00:00
mbedtls-client.c minimal-http-client-multi: add POST 2020-02-21 17:32:41 +00:00
mbedtls-server.c cleaning 2020-01-05 22:17:58 +00:00
mbedtls-ssl.c tls restriction: account for pipelining and add test 2020-03-01 08:14:43 +00:00
mbedtls-tls.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
mbedtls-x509.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
private-lib-tls-mbedtls.h private.h: rename to contain dir 2019-08-15 10:49:52 +01:00