Michael Malyshev
Michael Malyshev
### Proposal In order to minimize network traffic during TLS handshake Certificate TLS compression can be enabled on both client and server side. It is defined in [**RFC 8879**.](https://datatracker.ietf.org/doc/html/rfc8879) As...
Currently `Report::persist` uses `env::temp_dir()` to get a base folder to save a panic report ```Rust /// Write a file to disk. pub fn persist(&self) -> Result
This PR introduces CGO bindings for libpqos library. Almost all functionality is covered except for some specialized features **NOTE** This is just a draft PR to start a discussion. It...
## Description Remove sysconf(_SC_NPROCESSORS_CONF) validation that causes false failures when the library runs in a process with cgroup v2 CPU limits. When cpu.max is set in cgroup v2, sysconf(_SC_NPROCESSORS_CONF) returns...
## 13.4-stable - [x] #5085 #5134 - [x] #4995 #5135 - [x] #4663 #5132 - [ ] ~~#5404~~ - [x] #5430 - #5466 ## 14.5-stable - [x] #5101 - #5133...
# Description This PR implements **Evaluation EVE**, a system that automatically evaluates EVE-OS across multiple partitions (IMGA/IMGB/IMGC) on hardware under test. It provides core infrastructure for sequential partition testing, hardware...
# Description **NOTE:** this PR is made to **real-time** branch! this PR also contains some changes that won't be merged to master branch, they are just handy for debugging 1....
#### Description There a PR in Linuxkit about removal of `rngd` https://github.com/linuxkit/linuxkit/pull/4170 EVE is still using it but it seams it is not required anymore. Eve kernel has - CONFIG_RANDOM_TRUST_CPU=n...
# Description We have a lot of Dockerfile files that use outdated syntaf for ENV and VAR assignments. This PR introduces a tool that can be used both as linter...
# Description Just for fun converted one of the packages into cross compilable. You can follow this pattern and do it for other packages as well. it may be tricky...