Github messages for voidlinux
 help / color / mirror / Atom feed
From: hatf0 <hatf0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Package Request: .NET Core
Date: Mon, 18 May 2020 16:55:16 +0200	[thread overview]
Message-ID: <20200518145516.IsGAgWiYX4jsMOCU0DLh5HAdKamHNEcgqdgPhRzuHP4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-10773@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1723 bytes --]

New comment by hatf0 on void-packages repository

https://github.com/void-linux/void-packages/issues/10773#issuecomment-630237620

Comment:
A major problem I'm (personally) running into with .NET Core:
`Cannot get required symbol d2i_ASN1_type_bytes from libssl`
I've double checked on my machine (with latest libssl), but...
```
nm -anD /usr/lib/libssl.so | grep 'ASN1'
                 U PEM_ASN1_read
                 U PEM_ASN1_read_bio
                 U PEM_ASN1_write
                 U PEM_ASN1_write_bio
000000000002e250 T SSL_use_certificate_ASN1
000000000002e4f0 T SSL_use_RSAPrivateKey_ASN1
000000000002e710 T SSL_use_PrivateKey_ASN1
000000000002ea40 T SSL_CTX_use_certificate_ASN1
000000000002ed00 T SSL_CTX_use_RSAPrivateKey_ASN1
000000000002ef50 T SSL_CTX_use_PrivateKey_ASN1
```

So, still looks like the same compatibility issue (as posted above) with LibreSSL remains... and the developers are intentionally going out of their way to avoid creating a compatibility layer with LibreSSL as much as possible:
>On macOS the system libraries do not support AES-CCM or AES-GCM for 3rd party code, so the   AesCcm and AesGcm classes use OpenSSL for support. Users on macOS need to obtain an appropriate copy of OpenSSL (libcrypto) for these types to function, and it must be in a path that the system would load a library from by default. Obtaining OpenSSL from a package manager, such as Homebrew, is recommended (but not required). The libcrypto.0.9.7.dylib and libcrypto.0.9.8.dylib libraries included in macOS are from older versions of OpenSSL, and will not be used. The libcrypto.35.dylib, libcrypto.41.dylib, and libcrypto.42.dylib are LibreSSL, and will not be used.

What a shame...

  parent reply	other threads:[~2020-05-18 14:55 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-10773@inbox.vuxu.org>
2019-06-23  3:26 ` voidlinux-github
2019-06-24  5:40 ` voidlinux-github
2020-02-28 15:51 ` Sarkasper
2020-03-11 18:11 ` toluschr
2020-05-08  3:53 ` Luxed
2020-05-08  5:44 ` Cogitri
2020-05-09  3:35 ` Luxed
2020-05-18 14:55 ` hatf0 [this message]
2020-05-19 18:59 ` agausmann
2020-05-19 19:00 ` agausmann
2020-05-23  7:50 ` Johnnynator
2020-05-23  7:56 ` agausmann
2020-07-03 12:23 ` aquaspy
2020-07-04 11:02 ` toluschr
2020-08-08 11:21 ` toluschr
2021-10-07 14:13 ` jcgruenhage
2022-04-15  0:51 ` github-actions
2022-04-15  2:21 ` ThePademelon
2022-07-31 14:41 ` Nathan-MV
2023-09-18 18:36 ` lissine0
2023-09-18 20:02 ` Anachron
2023-10-26 19:12 ` IcedQuinn
2023-10-26 20:13 ` lissine0
2023-10-26 23:03 ` IcedQuinn
2023-10-27 11:02 ` lissine0

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200518145516.IsGAgWiYX4jsMOCU0DLh5HAdKamHNEcgqdgPhRzuHP4@z \
    --to=hatf0@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).