Webinar: tiny curl

2021-05-02 Thread Daniel Stenberg via curl-library
Hi friends! On May 6 2021, this coming Thursday I'll do a webinar I call "tiny curl". I'll talk about what it is, what the goal of it is and why I'm working on it etc. With a following Q with all the questions you might have. (You can submit questions both ahead of time and during the event.)

Re: POC for ECH support in curl and libcurl

2021-05-02 Thread Daniel Stenberg via curl-library
On Sun, 2 May 2021, Niall O'Reilly via curl-library wrote: I would like to let people know of a proof-of-concept implementation of ECH in curl and libcurl. This uses OpenSSL as back-end and interoperates with Cloudflare’s demonstration server. For more information, please see

POC for ECH support in curl and libcurl

2021-05-02 Thread Niall O'Reilly via curl-library
Hello. I would like to let people know of a proof-of-concept implementation of ECH in curl and libcurl. This uses OpenSSL as back-end and interoperates with Cloudflare’s demonstration server. For more information, please see https://github.com/niallor/curl/blob/ECH-WIP/docs/ECH.md Best

Re: libcurl LDAP in asyncmod

2021-05-02 Thread Fulup Ar Foll via curl-library
Patrick, It is not as clear as that, if you have a wrong LDAP request schema, ldap returned code is also store into msg->result, when in my opinion this is an LDAP protocol error. In any case it allows to retrieve an classify low level errors as: invalid-credential, invalid-request, ...