Skip to content
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

Enable LibreSSL MAC secret size feature. #94

Conversation

bluhm
Copy link
Contributor

@bluhm bluhm commented Oct 23, 2018

Get the MAC secret size from the cipher, rather than reaching into
libssl internals. This effectively takes the OpenSSL 1.1 code path
for LibreSSL 2.7.0 instead of the OpenSSL 1.0 code path.

Get the MAC secret size from the cipher, rather than reaching into
libssl internals.  This effectively takes the OpenSSL 1.1 code path
for LibreSSL 2.7.0 instead of the OpenSSL 1.0 code path.
@h-vn
Copy link
Contributor

h-vn commented Nov 19, 2018

I noticed the patch also updates SSL_get_server_random() accessor to use SSL_get_server_random() but does not do the respective change to SSL_get_client_random(). Should both be changed or did you intend to update get_keyblock_size() only?

I'm fine with both options, especially using API calls if possible, but I thought I'd check first.

--
Heikki

@h-vn h-vn changed the base branch from master to libressl-support-collect-2018-12-12 December 12, 2018 18:29
@h-vn h-vn merged commit 8862331 into radiator-software:libressl-support-collect-2018-12-12 Dec 12, 2018
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.

None yet

2 participants