Samuel
Samuel
x86 libssl-dev1.1.1f openssl have a bug。Do not write the .crt when loading the root certificate,Errors that cannot be read from the file are not displayed. ``` // Set the trust...
x86 libssl-dev 1.1.1f openssl SSL_CTX_check_prvate_key(ctx) will not check the private key. you can find I change the key to a mass string. it will load the pem and keep run....
I want to generate multiple private keys and certifications in a shot time. It means it is not a good idea to generate one by one. I know it can...
I found it have the error when I use zero-cpoy way to create big message and send it. If the transimission is large, the zero- copy way the create have...
*Please use this template for reporting suspected bugs or requests for help.* # Environment * libzmq version (commit hash if unreleased): master * OS: ubuntu20.04 # Issue description I find...
I try to use zmq to transport capnproto serialized_message. but I get the drump crash. ``` #include "capnproto/message.capnp.h" #include #include #include #include int main() { // create a message builder...
```-- Using builtin sha1 -- Checking for module 'libbsd' -- No package 'libbsd' found -- Looking for strlcpy -- Looking for strlcpy - not found CMake Warning at CMakeLists.txt:266 (find_package):...
why cyber rt use for (;;) here? it looks like that it cannot run loop here because the "if, else" cover all the conditions in this loop. Also I found...
Cyber RT use signal and slot system in the discover and transport section. When the discovery service changed or the new message coming in the transport layer, it will give...
run `onedriver-launcher` get the result ``` 10:32:10 INF onedriver-launcher v0.13.0 b96e638d 10:32:19 INF Creating mountpoint. mountpoint=/home/fengmao/onedrive [email protected] 10:32:19 ERR Could not determine acccount name. error="open /home/fengmao/.cache/onedriver/home-fengmao-onedrive/auth_tokens.json: no such file or...