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

Support multiple certs for Encryption #73

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

konaraya
Copy link

@konaraya konaraya commented Aug 29, 2020

  • Allowing multiple certs to be used for assertion decryption
    helps in smoothly handling cert rotation
  • Added RequireEncryptedAssertion flag to SP struct to reject
    assertions if not encrypted. (false by default)
  • Move symmetric algorithm detection to DecryptBytes, allows using any symmetric algorithm with any key transport

konaraya and others added 5 commits August 29, 2020 11:52
- Allowing multiple certs to be used for assertion decryption
helps in smoothly handling cert rotation
- Added RequireEncryptedAssertion flag to SP struct to reject
assertions if not encrypted. (false by default)
allows any supported symmetric algo to work with any key transport.
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