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
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
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
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
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
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=~
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