orbea

Results 287 comments of orbea

wpa_supplicant also uses this function. ``` ../src/crypto/tls_openssl.c: In function 'tls_set_conn_flags': ../src/crypto/tls_openssl.c:3265:21: error: implicit declaration of function 'SSL_set1_sigalgs_list'; did you mean 'SSL_set1_groups_list'? [-Werror=implicit-function-declaration] 3265 | if (SSL_set1_sigalgs_list(ssl, algs) != 1) {...

@botovq Thanks for the detailed information, would you mind elaborating on why `OPENSSL_INIT_new()` is undesirable? I can confirm your patch also builds on my side and its understandable if fixing...

That makes sense, thanks for helping me understand.

Upstream hid the issue in commits https://github.com/acassen/keepalived/commit/bbec15d4781670ac1be5e543cb04543f79200e69 and https://github.com/acassen/keepalived/commit/5cb40301f5cd8fbedbb756cd3d838def7293e0bd.

The patch does work for me and is very helpful, thanks! Given the background I imagine adding it back might not be the best idea, although I wonder if any...

@botovq Another user of `genrsa -rand` (And `dsaparam -rand`) is neon. https://github.com/notroj/neon/blob/18e868e4449cd46d494944ced798f9dcd01f65c5/test/makekeys.sh#L31-L37 Perhaps it might help if these were added as no-ops?

@botovq It would be very helpful for users outside of OpenBSD to have developmental releases for 3.5 if that is at all possible, thanks!

No worries, I appreciate the response and whenever the timing is better it would be great!

This issue is blocking me from trying to get an unrelated slibtool build issue fixed in Freeradius upstream, any help would be appreciated. https://bugs.gentoo.org/786102

@stefan11111 There are `.py` files that would need to be patched, you can grep for the lines. The OpenBSD ports tree has an example. https://github.com/openbsd/ports/tree/0ee5747b4e9542dfa70a02a96d03c25605c9ad51/lang/pypy/patches However that is for `7.3.1`...