Nadja von Reitzenstein Čerpnjak
Nadja von Reitzenstein Čerpnjak
I'd like to note that yes, djc is correct in that implementing RFC 9266 is already possible with rustls. If there's interest in this topic from the rustls team I'd...
Ohai! Just two small heads up: With the 1.X.X tree of rsasl supporting channel bindings (required for the `-PLUS` versions) isn't that pretty. The only supported cb mechanism is `tls-unique`...
Note that `tls-exporter` is just as valid to use for TLS 1.2 if the extended master secret extension is used. Rustls does AFAICT always enable this extension. However, all sasl...
Ohai, some feedback if I may: currently this module's view crashes on setups that don't have MySQL-PDO enabled in [library/X509/Controller.php](https://github.com/Icinga/icingaweb2-module-x509/blob/ca5331716d97e2b83a8d332047728bc0fef548b0/library/X509/Controller.php#L30-L31) since `PDO::MYSQL_ATTR_INIT_COMMAND` doesn't exist: ``` Uncaught Error: Undefined class constant...
> Sorry for the slow reply! Hey no worries, we're all doing unpaid volunteer work here — I don't mind waiting a few days, your README already states you don't...
I pushed a new version of this PR with the changes you requested so far. There are still a few to-dos I'd like to implement in rust-imap for the rsasl...
Hi! I was linked your stream VoD recently and I noticed that I could have explained myself a bit better, especially since most people won't have deep familarity with SASL,...
> I think it could make sense to add a dependency for SASL handling, it is not lettre's core business and being able to share the implementation with other projects...
>Can rsasl be build for any platform?I found it depend on gsasl-sys. If rsasl has no building dependence, it will be nice. Thanks. All versions of rsasl can be built...
So, let's talk code ^^ The first question is of course, how do we want to handle the old methods `credentials` and `authentication` in `SmtpTransportBuilder` and `AsyncSmtpTransportBuilder`? Right now I...