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

Multiple domain components in issuer #301

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

Commits on Nov 21, 2024

  1. Store issuer items as vec and not map

    There can be multiple of the same entry, e.g. DC (domain component) entries in an issuer. Using a HashMap is too restrictive.
    da-kami committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6f2b01f View commit details
    Browse the repository at this point in the history
  2. Use VecDeque and pop from wrong when iterating

    The order was reversed after parsing a cert.
    da-kami committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    7f3368d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    949736f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7192b84 View commit details
    Browse the repository at this point in the history