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

ntp 4.2.8p17 additions #8324

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

julek-wolfssl
Copy link
Member

  • OBJ_sn2nid: use correct short names
  • Add MD4 to EVP layer
  • Add ntp 4.2.8p17 to tested versions

@julek-wolfssl julek-wolfssl self-assigned this Dec 31, 2024
@julek-wolfssl
Copy link
Member Author

Depends on wolfSSL/osp#220

@julek-wolfssl julek-wolfssl changed the title 4.2.8p17 additions ntp 4.2.8p17 additions Jan 7, 2025

/* Nginx uses this OpenSSL string. */
if (XSTRCMP(sn, "prime256v1") == 0)
sn = "SECP256R1";
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we confident that this and also removing the check on WOLFSSL_*_NAME strings will not cause issues? Would prefer keeping the extra handling of those additional short names if possible.

Copy link
Member Author

Choose a reason for hiding this comment

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

These extra names are not OpenSSL compliant. That is why I removed it to simplify the implementation.

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.

3 participants