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

Import PEM keys #34086

Merged
merged 20 commits into from
Apr 9, 2020
Merged

Import PEM keys #34086

merged 20 commits into from
Apr 9, 2020

Commits on Mar 26, 2020

  1. Import PEM encoded keys.

    vcsjones committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    f2fb501 View commit details
    Browse the repository at this point in the history
  2. Documentation.

    vcsjones committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    cc71923 View commit details
    Browse the repository at this point in the history
  3. Fix reference source

    vcsjones committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    6c199de View commit details
    Browse the repository at this point in the history
  4. Add missing doc comment.

    vcsjones committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    8ae49ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c09314 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7c2501 View commit details
    Browse the repository at this point in the history
  7. Remove explicit params test.

    This is not strictly related to processing PEMs since the underlying
    import methods already test this.
    vcsjones committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    61d0ea5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    e863fde View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    ccf1f7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47880fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62faaab View commit details
    Browse the repository at this point in the history
  4. Braced usings.

    vcsjones committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    50ad96b View commit details
    Browse the repository at this point in the history
  5. Braced usings.

    vcsjones committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    102ffe3 View commit details
    Browse the repository at this point in the history
  6. Braced usings.

    vcsjones committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    06b2c93 View commit details
    Browse the repository at this point in the history
  7. Clearer exception message.

    vcsjones committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    9e62845 View commit details
    Browse the repository at this point in the history
  8. Documentation feedback.

    Use para as required.
    raised -> thrown.
    Remove confusing text around BER,CER,DER.
    vcsjones committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    58dd3cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2cadc5e View commit details
    Browse the repository at this point in the history
  10. Improve tests.

    Ensure ArgumentException is thrown with the right reason.
    
    Improve ambiguous PEM tests.
    vcsjones committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    0a54b92 View commit details
    Browse the repository at this point in the history
  11. Explain bytesRead discard.

    vcsjones committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    7a783ef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    05990db View commit details
    Browse the repository at this point in the history