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

Bug fixes #75

Closed

Commits on Oct 25, 2023

  1. guest-read: read timestamp from variable

    when read variable from path, read timestamp from variable and show it as humanreadble form
    
    Signed-off-by: Sudhakar Kuppusamy <sudhakar@linux.ibm.com>
    SudhakarKuppusamy1 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    12cc2cd View commit details
    Browse the repository at this point in the history
  2. Guest/Verify: reading timestamp from variable when use -v

    Moved read_timestamp to util and reads the timestamp when use -v
    
    Signed-off-by: Sudhakar Kuppusamy <sudhakar@linux.ibm.com>
    SudhakarKuppusamy1 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2058d5e View commit details
    Browse the repository at this point in the history
  3. Guest/Verify: -w option allowed when use -u with -p

    -w option available only when use -u with -p. otherwise throwing error message
    
    Signed-off-by: Sudhakar Kuppusamy <sudhakar@linux.ibm.com>
    SudhakarKuppusamy1 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    7e9274c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Guest/generate: trustedcadb variable allow only CA certificates

    In generating trustedcadb auth file, checked to have basicConstraints CA:TRUE
    for any certificate added to trustedcadb, else returned as invalid certificate.
    
    Signed-off-by: Sudhakar Kuppusamy <sudhakar@linux.ibm.com>
    SudhakarKuppusamy1 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2d7dcdb View commit details
    Browse the repository at this point in the history
  2. Guest/verify: corrected typo error

    Signed-off-by: Sudhakar Kuppusamy <sudhakar@linux.ibm.com>
    SudhakarKuppusamy1 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e0fe9bf View commit details
    Browse the repository at this point in the history
  3. Guest/verify: fix misbehaviour of verify and write with -p

    issue: verify with -u, -p and -w, verify of variable auth file failed
    if variable not available in /sys/firmware/secvar/vars/.
    
    fix: allowing the variable auth file verify and write
    if variable not available in /sys/firmware/secvar/vars/.
    
    Signed-off-by: Sudhakar Kuppusamy <sudhakar@linux.ibm.com>
    SudhakarKuppusamy1 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3850de9 View commit details
    Browse the repository at this point in the history
  4. Guest:fixed cppcheck failure

    Signed-off-by: Sudhakar Kuppusamy <sudhakar@linux.ibm.com>
    SudhakarKuppusamy1 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    210aaea View commit details
    Browse the repository at this point in the history