Skip to content

Fix WPFF runtime checks for key managment functions#248

Merged
ColtonWilley merged 4 commits into
wolfSSL:masterfrom
aidangarske:wpff_fix
Aug 7, 2025
Merged

Fix WPFF runtime checks for key managment functions#248
ColtonWilley merged 4 commits into
wolfSSL:masterfrom
aidangarske:wpff_fix

Conversation

@aidangarske

Copy link
Copy Markdown
Member

Description

Added runtime validation and WPFF check in

  • DH - wp_dh_dup(), wp_dh_decode(), and wp_dh_encode()
  • ECC - wp_ecc_decode_spki(), wp_ecc_decode_pki()
  • ECX - wp_ecx_dup(), wp_ecx_export(), wp_ecx_decode(), wp_ecx_encode()
  • MAC - wp_mac_dup(), wp_mac_export(), wp_mac_gen_init()
  • RSA - wp_rsa_dup(), wp_rsa_decode_spki(), wp_rsa_decode_pki(), wp_rsa_decode_enc_pki(), wp_rsa_encode(), wp_rsa_encode_text()

@aidangarske aidangarske self-assigned this Aug 5, 2025
@aidangarske
aidangarske marked this pull request as ready for review August 6, 2025 16:54
Comment thread src/wp_dh_kmgmt.c
Comment thread src/wp_ecc_kmgmt.c Outdated
Comment thread src/wp_ecc_kmgmt.c Outdated
Comment thread src/wp_ecx_kmgmt.c Outdated
Comment thread src/wp_ecx_kmgmt.c
Comment thread src/wp_dh_kmgmt.c Outdated
Comment thread src/wp_rsa_kmgmt.c
Comment thread src/wp_rsa_kmgmt.c

@padelsbach padelsbach left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good. Will give the others a chance to review before merging.

@ColtonWilley
ColtonWilley merged commit b993955 into wolfSSL:master Aug 7, 2025
284 of 292 checks passed
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