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
snmp: add SHA256 and SHA512 for security protocol in 8.1 #1727
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Do you think it's worth mentioning, that SHA256 and SHA512 need to be supported by the underlying libsnmp?
FWIW, we should define XML entities for this repetitive stuff, but it's okay for now to repeat.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Probably no, in all case the error message about supported algo will be displayed if needed |
|
I fixed missing closing > in your suggestions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
* snmp: add SHA256 and SHA512 for security protocol in 8.1 * Apply suggestions from code review Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
* snmp: add SHA256 and SHA512 for security protocol in 8.1 * Apply suggestions from code review Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
See https://github.com/php/php-src/blob/PHP-8.1.0/UPGRADING#L590
php/php-src@718e913