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

Fixes #734 #735

Merged
merged 5 commits into from
Oct 31, 2023
Merged

Fixes #734 #735

merged 5 commits into from
Oct 31, 2023

Commits on Oct 21, 2023

  1. Fix for #734

    Migrate trustedCertificates from [String: Any] to [String: Data]
    saveTrustedCertificate() writes with PropertyListEncoder instead of NSKeyedArchiver
    loadTrustedCertificates() attempts first decoding with PropertyListDecoder() if error is thrown it unarchives with NSKeyedUnarchiver()
    
    Signed-off-by: Tim Bert <5411131+timbms@users.noreply.github.com>
    timbms committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    d04331f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Merge branch 'develop' into FixFor734-unarchiveTopLevelObjectWithData

    Signed-off-by: Dan Cunningham <dan@digitaldan.com>
    digitaldan authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    795abb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Merge branch 'develop' into FixFor734-unarchiveTopLevelObjectWithData

    Signed-off-by: Tim Bert <5411131+timbms@users.noreply.github.com>
    timbms authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    7154805 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Merge branch 'develop' into FixFor734-unarchiveTopLevelObjectWithData

    Signed-off-by: Tim Bert <5411131+timbms@users.noreply.github.com>
    timbms authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    8a4c91a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into FixFor734-unarchiveTopLevelObjectWithData

    Signed-off-by: Tim Bert <5411131+timbms@users.noreply.github.com>
    timbms authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0f024fe View commit details
    Browse the repository at this point in the history