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

ESFormats additions and fixes #5601

Merged
merged 6 commits into from
Jun 15, 2017

Commits on Jun 14, 2017

  1. IOS/ESFormats: Add SignedBlobReader

    Allows common signature parsing code to not be duplicated.
    leoetlino committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    2ec0467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c3069b View commit details
    Browse the repository at this point in the history
  3. IOS/ESFormats: Remove unused TMDReader function

    The ES function that used to make use of it was changed to be more
    sane, so GetRawHeader() is now unused and useless.
    leoetlino committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    90280b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e29f6e3 View commit details
    Browse the repository at this point in the history
  5. IOS/ESFormats: Add ParseCertChain

    This will be used to avoid duplicating cert chain parsing code.
    leoetlino committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    8865208 View commit details
    Browse the repository at this point in the history
  6. IOS/ESFormats: Fix content map writing

    On Windows, this would fail because the file handle wasn't closed.
    leoetlino committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    a370ad5 View commit details
    Browse the repository at this point in the history