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

feat: add Client::certificate_parts() method #72

Merged
merged 5 commits into from
Jun 5, 2023

Commits on May 24, 2023

  1. feat: add Client::certificate_parts() method

    This was a method that was missed during the inital PR merge. It allows
    the Client to be built using an imported set of PEM components.
    jrconlin committed May 24, 2023
    Configuration menu
    Copy the full SHA
    466e9e4 View commit details
    Browse the repository at this point in the history
  2. f fmt

    jrconlin committed May 24, 2023
    Configuration menu
    Copy the full SHA
    deae7b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. f bump version to 0.7.1

    jrconlin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    82955a2 View commit details
    Browse the repository at this point in the history
  2. f clippy / doc / fmt fixes

    jrconlin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    f4028de View commit details
    Browse the repository at this point in the history
  3. f more clippy fixes

    jrconlin committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    fc78e26 View commit details
    Browse the repository at this point in the history