Queer Supervillainess
Queer Supervillainess
Amusingly, the last commit there was mine (eca54d6c218e7240e70d8e76f441727868e08c95), to fix an issue with the exact same thing. I guess there was a breaking change in the Docker CLI?
The manifest had this: ``` description: "Hashbang shell server, based on Debian {system.release}" ``` We are in the process of moving this particular build away from `bootstrap-vz`, since we aren't...
@pmcoder Well, there is a large Rust community out there, and most of the time the zealots feel like they aren't actually part of it. In any case, it's strange...
Rewrote [pam_setquota](https://github.com/hashbang/pam_setquota) in Rust, after attempting to [clean up](https://github.com/shartge/pam_setquota/pull/3) the original C version. It turned out that the rewrite took me less time (and resulted in more readable/maintainable code) than...
Sure, thanks.
@ctx Is matching SNI without terminating the whole TLS stream doable with rustls? That would be pretty neat :)
@daurnimator I can try to implement this once wahern/luaossl#49 is resolved.
@daurnimator I think I just understood: the data associated to `1.3.6.1.5.5.7.1.24` is an ASN.1 INTEGER SEQUENCE, and each element is the id of a [TLS Extension](https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml) that the server must...
@daurnimator I will check it out. Unfortunately, I can't self-assign the issue it seems.
@daurnimator I had completely forgotten about this: since I wasn't subscribed to wahern/luaossl#83 (only the corresponding issue), I didn't see it got merged earlier this year. Now that luaossl binds...