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

Remove space from AlgorithmId.toString() #485

Merged
merged 1 commit into from
Apr 20, 2020

Commits on Apr 13, 2020

  1. Remove space from AlgorithmId.toString()

    In cadc299 and v4.4.x commit
    e1ee07a, AlgorithmId was updated
    to unconditionally add an extra space to toString, to separate the
    algorithm name from the parameters. This suffices in some cases, but
    AlgorithmId.toString() is used by PKI to compare against a tokenized
    list of characters. Removing the extraneous whitespace was the solution
    proposed in PKI commit 53de751485b04fe2a1555228342ed642c9a9e347, but
    this should really be handled in JSS instead of PKI.
    
    Signed-off-by: Alexander Scheel <ascheel@redhat.com>
    cipherboy committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    6ad4d90 View commit details
    Browse the repository at this point in the history