Arvid E. Picciani
Arvid E. Picciani
I need to save session keys to disk and restore them for failover. CipherState is already public, and its use is fairly obvious. StatelessTransportState::new is a bit lacking because HandshakeState...
would it make sense to include the radosstriper api? i'm a bit confused about the multiple incompatible ways ceph stores things, so i'm hoping at least rados_stripe is compatible with...
ubsan is unhappy about a bunch of things. i'm unsure if these are due to incorrect usage? The C output is a bit difficult to read. ``` 3rdparty/hacl-star/dist/gcc-compatible/Hacl_Chacha20Poly1305_32.c:32:23: runtime error:...
this is not how you use eval? ``` aep@u8: grpcc --proto proto/0x.proto --insecure --address 127.0.0.1:8080 --eval 'client.getIdentity({}, pr)' TypeError [ERR_INVALID_ARG_TYPE]: The "options.filename" property must be of type string. Received type...
### Use case java requires using a "keystore" instead of just pem encoded certs. so we'll have to emit those from premain. ### Describe your solution (https://github.com/pavlo-v-chernykh/keystore-go) could be used...
see #307 turns out jks is slightly more annoying because it is usually used in a multi-step process of adding certs into a store, but we need to emit the...
**- What I did** in `docker service ls` we durrently format the port as "*:8080->9000" with the asterisk being hardcoded, it would be useful if the api server could return...
that's usually a mailing question, but google groups is down. I'm totally new to bare metal switches, so no idea which one would be compatible. Is there a list of...
php is requesting tcpi_sacked from tcp info. this is a quick fix, as we can just set it to 0 to pretend being linux 2.4 should i PR?