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

Status/2023Q3/openssl3.adoc: Add report #261

Closed
wants to merge 1 commit into from

Conversation

khorben
Copy link
Contributor

@khorben khorben commented Sep 27, 2023

This is another humble attempt at documenting the changes made to the integration of OpenSSL 3 into FreeBSD's base system, since the last quarter.

Copy link
Member

@lsalvadore lsalvadore left a comment

Choose a reason for hiding this comment

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

Only one small fix and it is ready.
Thanks for your report.


* Linking the engines and the legacy provider with the libcrypto.so shared object, for proper visibility of symbols, and for which a link:https://cgit.freebsd.org/src/commit/Makefile.inc1?id=1a18383a52bc373e316d224cef1298debf6f7e25[hack was required in the build system].
* Correcting the list of source files for the FIPS provider.
* Ensuring backward compatibility for the deprecated 0.9.8 API, which was notably helpful for the PAM authentication module from link:https://www.freshports.org/security/pam_ssh_agent_auth/[security/pam_ssh_agent_auth], based on OpenSSH's link:https://man.freebsd.org/cgi/man.cgi?ssh-agent(1)[ssh-agent] authentication mechanism.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* Ensuring backward compatibility for the deprecated 0.9.8 API, which was notably helpful for the PAM authentication module from link:https://www.freshports.org/security/pam_ssh_agent_auth/[security/pam_ssh_agent_auth], based on OpenSSH's link:https://man.freebsd.org/cgi/man.cgi?ssh-agent(1)[ssh-agent] authentication mechanism.
* Ensuring backward compatibility for the deprecated 0.9.8 API, which was notably helpful for the PAM authentication module from package:security/pam_ssh_agent_auth[], based on OpenSSH's man:ssh-agent[1] authentication mechanism.

@sergio-carlavilla
Copy link
Contributor

I'm gonna make the commit with the changes

@sergio-carlavilla
Copy link
Contributor

freebsd-git pushed a commit that referenced this pull request Sep 28, 2023
Approved by:            salvadore@
Pull Request:           #261
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants