Home
last modified time | relevance | path

Searched refs:http2 (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A DCVE-2024-38535_pre.patch4 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 DCVE-2024-38535.patch4 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 Dlibwebsockets_4.3.3.bb18 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 Dpython3-httpcore_1.0.7.bb15 PACKAGECONFIG[http2] = ",,,python3-h2"
H A Dpython3-httpx_0.28.1.bb16 PACKAGECONFIG[http2] = ",,,python3-h2"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/
H A Dostree_2024.10.bb85 PACKAGECONFIG[no-http2] = "--disable-http2, --enable-http2"
/openbmc/bmcweb/http/
H A Dhttp_connection.hpp285 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 Dmeson.build8 'experimental-http2',
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcargo_common.bbclass76 # Multiplexing can't be enabled because http2 can't be enabled
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/
H A Dnginx.inc44 PACKAGECONFIG[http2] = "--with-http_v2_module,,"
/openbmc/bmcweb/
H A Dmeson.options456 'experimental-http2',