Searched refs:http2 (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/ |
H A D | CVE-2024-38535_pre.patch | 4 Subject: [PATCH] http2: use a reference counter for headers 21 rust/src/http2/detect.rs | 19 +++++++------ 22 rust/src/http2/http2.rs | 2 +- 23 rust/src/http2/parser.rs | 61 +++++++++++++++++++++------------------- 26 diff --git a/rust/src/http2/detect.rs b/rust/src/http2/detect.rs 28 --- a/rust/src/http2/detect.rs 29 +++ b/rust/src/http2/detect.rs 96 diff --git a/rust/src/http2/http2.rs b/rust/src/http2/http2.rs 98 --- a/rust/src/http2/http2.rs 99 +++ b/rust/src/http2/http2.rs [all …]
|
H A D | CVE-2024-38535.patch | 4 Subject: [PATCH 3/4] http2: do not expand duplicate headers 17 rust/src/http2/detect.rs | 8 ++++---- 20 diff --git a/rust/src/http2/detect.rs b/rust/src/http2/detect.rs 22 --- a/rust/src/http2/detect.rs 23 +++ b/rust/src/http2/detect.rs
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libwebsockets/ |
H A D | libwebsockets_4.3.3.bb | 18 PACKAGECONFIG ?= "libuv client server http2 ssl ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" 20 PACKAGECONFIG[http2] = "-DLWS_WITH_HTTP2=ON,-DLWS_WITH_HTTP2=OFF,"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-httpcore_1.0.7.bb | 15 PACKAGECONFIG[http2] = ",,,python3-h2"
|
H A D | python3-httpx_0.28.1.bb | 16 PACKAGECONFIG[http2] = ",,,python3-h2"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/ |
H A D | ostree_2024.10.bb | 85 PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2"
|
/openbmc/bmcweb/http/ |
H A D | http_connection.hpp | 285 auto http2 = std::make_shared<HTTP2Connection<Adaptor, Handler>>( in upgradeToHttp2() local 289 http2->start(); in upgradeToHttp2() 293 http2->startFromSettings(http2settings); in upgradeToHttp2()
|
/openbmc/bmcweb/config/ |
H A D | meson.build | 8 'experimental-http2',
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | cargo_common.bbclass | 76 # Multiplexing can't be enabled because http2 can't be enabled
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/ |
H A D | nginx.inc | 44 PACKAGECONFIG[http2] = "--with-http_v2_module,,"
|
/openbmc/bmcweb/ |
H A D | meson.options | 456 'experimental-http2',
|