Skip to content

Conversation

@sebastian-carpenter
Copy link
Contributor

Adding tests for rsa key validation as well as adding some more cases to the rsa fromdata test.

Bugs:

  • WP segfaults when NULL is provided for param->data field (fixed)
  • General failure of rsa key validation (mostly fixed)
    • public key should have more tests added to it, not sure about the others
  • WP accepts any type of parameter value in areas where only unsigned should be accepted (mostly fixed)
  • Storing param->data value: OSSL will map signed values to NULL, and NULL values to 0. WP cannot store NULL values right now so I just mapped both to 0 for now.
  • (maybe) Importing rsa keys from parameters may require more use of selection than is done currently

@sebastian-carpenter sebastian-carpenter self-assigned this Dec 17, 2025
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.

1 participant