1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/jose/jwe
Andy Green 0ab4a707fb format strings: ban %.*s as some platforms lack it
The %.*s is very handy to print strings where you have a length, but
there is no NUL termination.  It's quite widely supported but at least
one vendor RTOS toolchain doesn't have it.

Since there aren't that many uses of it yet, audit all uses and
convert to a new helper lws_strnncpy() which uses the smaller of
two lengths.
2019-11-04 13:49:14 +00:00
..
enc private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
jwe-ecdh-es-aeskw.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
jwe-rsa-aescbc.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
jwe-rsa-aesgcm.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
jwe.c format strings: ban %.*s as some platforms lack it 2019-11-04 13:49:14 +00:00
private-lib-jose-jwe.h private.h: rename to contain dir 2019-08-15 10:49:52 +01:00