8000 Check for LibreSSL by voegelas · Pull Request #67 · raku-community-modules/OpenSSL · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Check for LibreSSL #67

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

Merged
merged 1 commit into from
Aug 20, 2018
Merged

Check for LibreSSL #67

merged 1 commit into from
Aug 20, 2018

Conversation

voegelas
Copy link
Contributor

This patch adds a check for LibreSSL to OpenSSL::Stack. LibreSSL is based on OpenSSL 1.0.2 but returns the version number 2.0.0.

This change fixes the failure in t/10-client-ca-file.t, which is reported in issue #66. The failures in t/01-basic.t are not fixed by this patch.

> $*DISTRO
openbsd (6.3)
> use OpenSSL::Version
Nil
> OpenSSL::Version::version()
LibreSSL 2.7.2
> sprintf "%x", OpenSSL::Version::version_num()
20000000

See also https://github.com/libressl-portable/openbsd/blob/master/src/lib/libcrypto/opensslv.h

@ugexe ugexe merged commit 032e4d3 into raku-community-modules:master Aug 20, 2018
@voegelas voegelas deleted the libressl branch August 20, 2018 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0