Stefan Eissing

Results 278 comments of Stefan Eissing
trafficstars

> It looks like the issues with '[Linux / hyper](https://github.com/curl/curl/actions/runs/8701937864/job/23864942392?pr=13278)' job is not specific to this modification: we can see the same errors in other PRs if I'm not mistaken....

@rossburton have you tried the current `master`. I did some stabilizing in FTP data connection handling, which seems to have improved our CI "greenness". But maybe I am halucinating like...

No problem. Without `from_config()` constructors, I need to remodel the code there anyway. (which was a bit of a surprise, since now mod_tls will have no preconfigured `rustls_server_config` any more....

To document the state of the discussion: Support for client certificates in server side TLS depends on the availability of a revocation mechanism. To make that work for a `rustls-ffi`...

> [Currently `rustls_str` is:] > [Currently `rustls_str` is:](https://github.com/abetterinternet/crustls/blob/64d37f1c34915d5aaf78d6cadb4283f247e32ef2/src/crustls.h#L233-L236) > > ``` > typedef struct rustls_str { > const char *data; > size_t len; > } rustls_str; > ``` > >...

Thanks for clarifying. I think passing NULL for default is quite common in a C API, but I have no qualms with passing any other constant you prefer.

The checks in Apache for mod_tls have not changes since it was first released. Has something changed on the rustls-ffi side?

What exactly is the configure command line and what is the error you are seeing? `rustls-ffi` had its last release on Nov 14, 2021, and with that we are building....

Ah, thanks for making the release visible. I‘ll take that out for a spin next week. Am 29.04.2023 um 00:09 schrieb Jacob Hoffman-Andrews ***@***.***>: I've moved this issue to the...