-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support OpenSSL 1.1.0 #9
Comments
@x42 Any chance of getting a release compatible with openssl 1.1? |
gnomesysadmins
pushed a commit
to GNOME/gnome-build-meta
that referenced
this issue
Sep 19, 2018
gnomesysadmins
pushed a commit
to GNOME/gnome-photos
that referenced
this issue
Sep 26, 2018
Currently available versions of liboauth, such as 1.0.3, don't build against OpenSSL 1.1.0, and that has been failing the nightly builds. It does work with NSS, though; and, for what it's worth, Fedora builds liboauth against NSS too. x42/liboauth#9
gnomesysadmins
pushed a commit
to GNOME/totem
that referenced
this issue
Sep 26, 2018
Currently available versions of liboauth, such as 1.0.3, don't build against OpenSSL 1.1.0, and that has been failing the nightly builds. It does work with NSS, though; and, for what it's worth, Fedora builds liboauth against NSS too. x42/liboauth#9
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Oct 10, 2018
PR: 225919 Submitted by: Nathan Owens Obtained from: x42/liboauth#9 With hat: portmgr git-svn-id: svn+ssh://svn.freebsd.org/ports/head@481766 35697150-7ecd-e111-bb59-0022644237b5
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Oct 10, 2018
PR: 225919 Submitted by: Nathan Owens Obtained from: x42/liboauth#9 With hat: portmgr
Jehops
pushed a commit
to Jehops/freebsd-ports-legacy
that referenced
this issue
Oct 10, 2018
PR: 225919 Submitted by: Nathan Owens Obtained from: x42/liboauth#9 With hat: portmgr git-svn-id: svn+ssh://svn.freebsd.org/ports/head@481766 35697150-7ecd-e111-bb59-0022644237b5
swills
pushed a commit
to swills/freebsd-ports
that referenced
this issue
Oct 11, 2018
PR: 225919 Submitted by: Nathan Owens Obtained from: x42/liboauth#9 With hat: portmgr git-svn-id: svn+ssh://svn.freebsd.org/ports/head@481766 35697150-7ecd-e111-bb59-0022644237b5
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Oct 19, 2018
Fix build with openssl 1.1.1 PR: 225919 Submitted by: Nathan Owens Obtained from: x42/liboauth#9 With hat: portmgr
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Apr 1, 2021
Fix build with openssl 1.1.1 PR: 225919 Submitted by: Nathan Owens Obtained from: x42/liboauth#9 With hat: portmgr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In OpenSSL 1.1.0
EVP_MD_CTX
is an opaque struct. This patch adds support for OpenSSL 1.1.0. It also compiles with 1.0.2.The text was updated successfully, but these errors were encountered: