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

[wip] [master] Migrate salt.crypt to cryptography #66170

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

Conversation

dwoz
Copy link
Contributor

@dwoz dwoz commented Mar 2, 2024

What does this PR do?

  • Migrate salt.crypt from legacy libaries to pyca/cryptography
  • Migrate salt.channel.* from legacy libaries to pyca/cryptography
  • Migrate salt.cloud.clouds from legacy libaries to pyca/cryptography
  • Consolidate crypto library usage to salt.crypt so that future changes won't have to touch other files.
  • Add tests to verify pyca/cryptography algorithms are compatible with legacy libraries.
  • Add rsa_signing_algorithm and rsa_encryption_algorithm config for Minions.
  • Add publish_encryption_algorithm and publish_signing_algorithm config for Masters.
  • Add rsa_encryption_algorithms and rsa_signing_algorithms to config for Masters.

What issues does this PR fix or reference?

part of #66149

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes/No

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.

@dwoz dwoz requested a review from a team as a code owner March 2, 2024 01:52
@dwoz dwoz requested review from twangboy and removed request for a team March 2, 2024 01:52
@salt-project-bot-prod-environment salt-project-bot-prod-environment bot changed the title Migrate crypt to cryptography [master] Migrate crypt to cryptography Mar 2, 2024
@dwoz dwoz changed the title [master] Migrate crypt to cryptography [wip] [master] Migrate crypt to cryptography Mar 2, 2024
@dwoz dwoz changed the title [wip] [master] Migrate crypt to cryptography [wip] [master] Migrate salt.crypt to cryptography Mar 2, 2024
@dwoz dwoz added the test:full Run the full test suite label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test:full Run the full test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants