mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() Support for COSE keys and signing / validation - lws_cose_key_t and import / export / generation apis for EC / RSA / SYMMETRIC - cose_sign1 ES256/384/512,RS256/384/512 sign + validate, passes RFC8152 WG tests sign1-tests - cose_sign ES256/384/512,RS256/384/512 sign + validate, passes RFC8152 WG tests sign-tests - cose_mac0 HS256/HS256_64/384/512 sign + validate, passes RFC8152 WG tests hmac-examples - cose_mac HS256/HS256_64/384/512 validate, passes RFC8152 WG tests hmac-examples - lws-crypto-cose-key commandline tool for key / key set dumping and creation - lws-crypro-cose-sign commandline tool for signing / validation - lws-api-test-cose - large number of test vectors and tests from RFC8152 |
||
---|---|---|
.. | ||
mainpage.md | ||
README.async-dns.md | ||
README.build-android.md | ||
README.build-windows.md | ||
README.build.md | ||
README.captive-portal-detection.md | ||
README.cbor-cose.md | ||
README.cbor-lecp.md | ||
README.ci.md | ||
README.cmake.md | ||
README.coding.md | ||
README.content-security-policy.md | ||
README.contributing.md | ||
README.crypto-apis.md | ||
README.ctest.md | ||
README.debugging.md | ||
README.esp32.md | ||
README.event-libs.md | ||
README.event-loops-intro.md | ||
README.fault-injection.md | ||
README.h2-long-poll.md | ||
README.http-cache.md | ||
README.http-fallback.md | ||
README.http_parser.md | ||
README.jit-trust.md | ||
README.json-lejp.md | ||
README.jwt.md | ||
README.libressl.md | ||
README.lifecycle.md | ||
README.logging.md | ||
README.lws_cache.md | ||
README.lws_conmon.md | ||
README.lws_dll.md | ||
README.lws_map.md | ||
README.lws_metrics.md | ||
README.lws_plugins.md | ||
README.lws_retry.md | ||
README.lws_sequencer.md | ||
README.lws_struct.md | ||
README.lws_sul.md | ||
README.lws_system.md | ||
README.lwsws.md | ||
README.plugin-acme.md | ||
README.plugin-sshd-base.md | ||
README.porting.md | ||
README.problems.md | ||
README.release-policy.md | ||
README.routing.md | ||
README.tcp_fastopen.md | ||
README.test-apps.md | ||
README.tls-sessions.md | ||
README.udp.md | ||
README.unix-domain-reverse-proxy.md | ||
README.vulnerability-reporting.md | ||
release-checklist |
Vulnerability Reporting
If you become aware of an issue with lws that has a security
dimension for users, please contact andy@warmcat.com
by
direct email.
Procedure for announcing vulnerability fixes
The problem and fixed versions will be announced on the
libwebsockets mailing list and a note added to the main
README.md.