Re: kitty: simplify libcrypto patching

2022-11-23 Thread Thomas Frohwein
On Tue, Nov 22, 2022 at 12:46:34PM +0100, Theo Buehler wrote: > On Tue, Nov 22, 2022 at 12:36:25PM +0100, Theo Buehler wrote: > > Now that libcrypto has X25519 support via EVP, most of the patches > > aren't needed anymore. It suffices to map OPENSSL_clear_free to freezero. > > Hopefully that will

Re: kitty: simplify libcrypto patching

2022-11-22 Thread Theo Buehler
On Tue, Nov 22, 2022 at 12:36:25PM +0100, Theo Buehler wrote: > Now that libcrypto has X25519 support via EVP, most of the patches > aren't needed anymore. It suffices to map OPENSSL_clear_free to freezero. > Hopefully that will make future updates less painful. > > This seems to work in light tes

kitty: simplify libcrypto patching

2022-11-22 Thread Theo Buehler
Now that libcrypto has X25519 support via EVP, most of the patches aren't needed anymore. It suffices to map OPENSSL_clear_free to freezero. Hopefully that will make future updates less painful. This seems to work in light testing. 'make test' is broken, I haven't looked into fixing that. Index: