Swanand Mulay
Swanand Mulay
> Is this going to be merged eventually? > Hey @aohotnik, yes, having ability to shutdown would be required especially when rumqttd is used as library ( like case you...
Hey, I'm curious how does this PR solves the mentioned discussion? can you elaborate more on this :sweat_smile:
> I want to link and subscribe to dynamic topics that are created after broker starts. You can create link using `LinkBuilder` with just client id and router_tx like [here](https://github.com/bytebeamio/rumqtt/blob/main/rumqttd/src/server/broker.rs#L150)...
> I've read this but the`router_tx` and `LinkBuilder` are private > Good catch, i somehow managed to miss this detail 😬😅
Hey, thanks for reporting the issue! Timing attack in this scenario doesn't seem much practically possible, consider delta in time will be negligible. But we shouldn't neglect it either. >...
> Unfortunately I have my own work to focus on, but this seems like a task that would be good for a first-time contributor > No worries! Will mark this...
Hey, I had some doubts: - wdym by "raw `openssl::PrivateKey`" ? - `pkey::PKey` needs to be created somehow right? how would you create it? - will using `rustls` instead of...
but it does have a function to convert into der: [private_key_to_der](https://docs.rs/openssl/latest/openssl/pkey/struct.PKeyRef.html#method.private_key_to_der) Other conversations are there as well! So i believe you can convert it to der for native-tls, or even...
> What I mean is, that I have a PKey that is constructed by an OpenSSL engine (using with this method). > can you please share example rust code? I'm...
> If you call that with a PKey that comes from an OpenSSL engine, it wil lfail. > Any reasons to fail? also, does converting to pemfile / other formats...