sftcd

Results 197 comments of sftcd

> Few more comments. Many thanks for all those - given this code's been under development for quite a while, it's great to get more eyeballs on it to spot...

Commits above include all the obvious fixes from above and the TODOs mentioned. That does seem to have some kind of build problem with curl though so looking at that...

> Can you push fixup commits ? Sorta, but maybe not;-) What I'm current doing is making changes in my "main" local branch (ECH-draft-13c) and then I have a script...

> I'm working through auditing the ECH code now, and will post findings as put them together. One quick thing is that there are many lines with trailing spaces, which...

> Here's the first notable thing found with `cppcheck`: > > * [x] `[apps/s_server.c:595]: (style) Obsolete function 'asctime' called. It is recommended to use 'strftime' instead.` > > * there...

In the LARGE list above, a number of the nits aren't in ECH code, (e.g. number 2 and 4) so I'm just checking those off. For those that are obvious...

Hiya, On 23/05/2023 14:38, ilsubyeega-desu wrote: > i'm afraid that `cd openssl` is required between those commands. Thanks. Those build instructions may be a little outdated, but we will be...

On 16/09/2023 04:28, Chirantha Dulanjala wrote: > do you see this error in openssl build of `ECH-draft-13c` ? > i tried to fix it but didn't get anywhere... Sorry, I...

On 14/10/2020 22:49, Glenn Strauss wrote: > ``` > # Be nice to not have to use an absolute path here. > var.rootroot="/home/stephen/code/openssl/esnistuff" > ``` > > https://github.com/sftcd/openssl/blob/512c18169eb668db2b4b4b8c43e8d8ed91151bb2/esnistuff/lighttpdmin.conf#L4 > >...

On 15/10/2020 00:30, Glenn Strauss wrote: > FYI: I am a lighttpd developer and have started reading up on ECH > (was ESNI). I am glad I found your work...