Re: macppc kernel and clang

2020-03-29 Thread George Koehler
Here is a new diff for macppc's ofw_stack() problem, without using __attribute__((noinline)). I use this diff to build and run a macppc kernel with clang. It also works with gcc. The kernel did 3 steps to prepare an Open Firmware call: 1. turn off interrupts (EE and RI in msr) 2. move the

[patch] Tweak libssl manpages

2020-03-29 Thread Martin
Hi there! It seems these are just a coded form for no return value, unless this is some libssl slang I am not aware of. Best, Martin Index: SSL_CTX_set_client_CA_list.3 === RCS file:

Re: [patch] Remove "do not return a value" from libcrypto/libssl manpages

2020-03-29 Thread Ingo Schwarze
Hi Martin, Martin Vahlensieck wrote on Sun, Mar 29, 2020 at 01:51:58AM +0100: > I found some more. Thanks, committed, also including in lh_stats(3). Ingo > Index: libcrypto/man/RC4.3 > === > RCS file:

[PATCH v3 2/2] gost: populate params tables with new curves

2020-03-29 Thread Dmitry Baryshkov
Allow users to specify new curves via strings. Sponsored by ROSA Linux Signed-off-by: Dmitry Baryshkov --- src/lib/libcrypto/gost/gostr341001_params.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/src/lib/libcrypto/gost/gostr341001_params.c

Re: [PATCH v2 2/2] gost: populate params tables with new curves

2020-03-29 Thread Dmitry Baryshkov
Hello, вс, 29 мар. 2020 г. в 06:03, Kinichiro Inoguchi : > > Hi, > I have 2 questions. > > In GostR3410_512_params[], "A" and "TCA" have the same NID, "B" and "TCB" too. > I thought these were redundant, but are there any reasons for this ? Compatibility with OpenSSL's gost engine, which uses