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

symmetric: Avoid non-standard explicit_bzero(3) #76

Merged
merged 1 commit into from
Jun 22, 2020

Conversation

neverpanic
Copy link
Contributor

explicit_bzero(3) is a glibc extension and may not be available, for example on systems using musl. We have a good alternative in util::vectorCleanse(), which uses OPENSSL_cleanse(3), so use that instead.

See: #75

explicit_bzero(3) is a glibc extension and may not be available, for
example on systems using musl. We have a good alternative in
util::vectorCleanse(), which uses OPENSSL_cleanse(3), so use that
instead.

See: bmwcarit#75
@neverpanic neverpanic added the enhancement New feature or request label Jun 22, 2020
@neverpanic neverpanic requested a review from blenk92 June 22, 2020 14:00
Copy link
Member

@garw garw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@neverpanic neverpanic merged commit 999c791 into bmwcarit:openssl1.1 Jun 22, 2020
@neverpanic neverpanic deleted the cal-avoid-explicit-bzero branch June 22, 2020 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants