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

Add documentation for new public key callback functions #180

Merged
merged 3 commits into from
Feb 19, 2025

Conversation

devin-ai-integration[bot]
Copy link
Contributor

Added documentation for 14 new callback functions in chapter06.md:

  • DH Callbacks:

    • wolfSSL_CTX_SetDhGenerateKeyPair
    • wolfSSL_CTX_SetDhAgreeCb
  • Ed25519 Callbacks:

    • wolfSSL_CTX_SetEd25519SignCb
    • wolfSSL_CTX_SetEd25519VerifyCb
  • X25519 Callbacks:

    • wolfSSL_CTX_SetX25519KeyGenCb
    • wolfSSL_CTX_SetX25519SharedSecretCb
  • Ed448 Callbacks:

    • wolfSSL_CTX_SetEd448SignCb
    • wolfSSL_CTX_SetEd448VerifyCb
  • X448 Callbacks:

    • wolfSSL_CTX_SetX448KeyGenCb
    • wolfSSL_CTX_SetX448SharedSecretCb
  • RSA PSS Callbacks:

    • wolfSSL_CTX_SetRsaSignCheckCb
    • wolfSSL_CTX_SetRsaPssSignCb
    • wolfSSL_CTX_SetRsaPssVerifyCb
    • wolfSSL_CTX_SetRsaPssSignCheckCb

The documentation includes function prototypes, registration methods, context setting functions, build requirements, and references to example implementations.

Link to Devin run: https://app.devin.ai/sessions/a8cbc63f14f049db85bf9d8679008f12
Requested by: Anthony

Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add "(aside)" to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@anhu anhu reopened this Feb 18, 2025
@anhu anhu self-assigned this Feb 18, 2025
anhu
anhu previously approved these changes Feb 18, 2025
Copy link
Member

@anhu anhu left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@anhu anhu requested a review from wolfSSL-Bot February 18, 2025 21:46
@anhu anhu assigned wolfSSL-Bot and unassigned anhu Feb 18, 2025
Copy link
Contributor

@dgarske dgarske left a comment

Choose a reason for hiding this comment

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

Please fix for the other algorithms also, ED25519, X448 and RSA PSS.

@devin-ai-integration devin-ai-integration bot dismissed stale reviews from JacobBarthelmeh and anhu via c5c0e96 February 19, 2025 18:08
@dgarske dgarske merged commit 7290234 into master Feb 19, 2025
2 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.

4 participants