Re: openssl(1) 3.0 crash

2021-10-01 Thread Steffen Nurpmeso
Viktor Dukhovni wrote in : |On Thu, Sep 30, 2021 at 02:48:39PM +0200, Steffen Nurpmeso wrote: |> Thanks for fixing this so fast. |> ... |>|You should open an issue on Github. The immediate cause is: |> ... |> |> I finally (re)created a github account to cause less burden the next |> tr

Re: openssl(1) 3.0 crash

2021-09-30 Thread Viktor Dukhovni
On Thu, Sep 30, 2021 at 02:48:39PM +0200, Steffen Nurpmeso wrote: > Thanks for fixing this so fast. > > ... > |You should open an issue on Github. The immediate cause is: > ... > > I finally (re)created a github account to cause less burden the next > trivial time. But i do not understand a

Re: openssl(1) 3.0 crash

2021-09-30 Thread Steffen Nurpmeso
Viktor Dukhovni wrote in : |On Wed, Sep 29, 2021 at 10:30:29PM +0200, Steffen Nurpmeso wrote: ... |> #?1|kent:$ ~/usr-kent-crux-linux-x86_64/opt/.ossl3/bin/openssl chacha20 |> Segmentation fault Thanks for fixing this so fast. ... |You should open an issue on Github. The immediate cau

Re: openssl(1) 3.0 crash

2021-09-29 Thread Viktor Dukhovni
On Wed, Sep 29, 2021 at 05:14:45PM -0400, Viktor Dukhovni wrote: > A better fix, that emits the intended deprecation warning would be: > > --- a/apps/openssl.c > +++ b/apps/openssl.c > [...] Opened as pull request https://github.com/openssl/openssl/pull/16714 addressing issue: https://github.com

Re: openssl(1) 3.0 crash

2021-09-29 Thread Viktor Dukhovni
On Wed, Sep 29, 2021 at 04:59:51PM -0400, Viktor Dukhovni wrote: >400 if (fp == NULL) { >401 if (EVP_get_digestbyname(argv[0])) { >402 f.type = FT_md; >403 f.func = dgst_main; >404 fp = &f; >405 } else if (EVP_ge

Re: openssl(1) 3.0 crash

2021-09-29 Thread Viktor Dukhovni
On Wed, Sep 29, 2021 at 10:30:29PM +0200, Steffen Nurpmeso wrote: > I first thought it was musl related but the AlpineLinux bug report > turned out to be wrong, i can easily reproduce it anywhere, it is > just that the according script only runs there: > > #?0|kent:$ export > LD_LIBRARY_PATH=~

openssl(1) 3.0 crash

2021-09-29 Thread Steffen Nurpmeso
Hello. I first thought it was musl related but the AlpineLinux bug report turned out to be wrong, i can easily reproduce it anywhere, it is just that the according script only runs there: #?0|kent:$ export LD_LIBRARY_PATH=~/usr-kent-crux-linux-x86_64/opt/.ossl3/lib64/ #?0|kent:$ ~/usr-kent-c