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

Update rustls-symcrypt to version 0.2 #11

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

nnmkhang
Copy link
Contributor

@nnmkhang nnmkhang commented Dec 9, 2024

Changes:

  • Fully remove ring dependency
  • Apply clippy and cargo fmt
  • Remove bug for x25519 being enabled for ECDSA. SymCrypt does not support this feature.
  • Update unit tests to work for both Linux and Windows

@nnmkhang nnmkhang requested a review from Copilot December 9, 2024 16:26

Choose a reason for hiding this comment

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

Copilot reviewed 7 out of 12 changed files in this pull request and generated no suggestions.

Files not reviewed (5)
  • rustls-symcrypt/src/signer.rs: Evaluated as low risk
  • rustls-symcrypt/src/lib.rs: Evaluated as low risk
  • rustls-symcrypt/src/ecdh.rs: Evaluated as low risk
  • rustls-symcrypt/src/tls12.rs: Evaluated as low risk
  • rustls-symcrypt/src/hash.rs: Evaluated as low risk
Comments skipped due to low confidence (1)

rustls-symcrypt/src/verify.rs:53

  • Spelling mistake in comment: 'signgature' should be 'signature'.
// an ECC signgature is the same.
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