Markus Pielmeier
Markus Pielmeier
In TLS1.3, a tlslite-ng server raises a bad_record_mac exception when a plain text alert message is received after CCS has been sent. On the other hand, OpenSSL 1.1.1b nevertheless sends...
### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...
A common pattern in MULLS is to build instances of `pcl::PointCloud` by appending points directly into the underlying vector `points` using `->points.push_back`. This leaves the object in an invalid state,...
I tried building using Docker and ran into this CMake error: ``` CMake Error at /usr/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES) Call Stack (most recent call first):...
Defining a custom pybind11 class that is named `Sequence`, `Union`, or other classes from the `typing` package leads to incorrectly generated signatures: ```cpp #include #include namespace py = pybind11; using...