Peter Mosmans
Peter Mosmans
Hi Dirk, I'll look into it, whether it's feasible with 1.0.2 or that 'restarting' openssl from master (1.1.x) makes more sense at this point. Thanks for the request. Cheers, Peter
Hi @drwetter it's still on the TODO list, but, similar to you, there's quite a large queue. Let me know if you want to/have time for this issue. If not,...
Hi @drwetter - I went through the logs, but unfortunately the ChaCha implementation is spread out across a number of commits. I don't have the exact commits handy. You might...
Hi, Thanks for letting me know, I'll check the differences between the makefiles. It should be trivial, as you can use this version perfectly to build cURL with.
Hi @blshkv , thanks for the feedback. One can use `--prefix` and `--openssldir` to install it in different locations; see also https://wiki.openssl.org/index.php/Compilation_and_Installation#PREFIX_and_OPENSSLDIR Would that work ? I'm a bit hesitant...
Hi @drwetter that sounds like something different: naming of the repository / fork :wink: To prevent naming issues in git, I created a new _branch_, `1.0.2-chacha`. @blshkv asks to rename/renumber...
Hi @blshkv - Thanks for the update :wink: - This is still on my TODO list, to research the implications further (and, depending the results, implement this). Thanks for your...
So, I looked around at the ciphers and newly added code. Theoretically I could 'backport' the CCM ciphers from the master branch into the 1.0.2-chacha branch. However, this means that...
Hi @drwetter , I suspect this has something to do with the ordering of ciphers. Check line 1567 of ssl/ssl_ciph.c, where CHACHA20-POLY1305 is explicitly being set as first (preferred) cipher....
can you try ``` ./ssltest -cipher "GOST-MD5" ./ssltest -cipher "GOST-GOST94" ``` If that fails - could you try the same with the official repo ? And could you check the...