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

67 - Additional certificate utility methods #68

Merged
merged 7 commits into from
Apr 29, 2024
Merged

67 - Additional certificate utility methods #68

merged 7 commits into from
Apr 29, 2024

Commits on Mar 25, 2024

  1. 67 - Additional certificate utility methods

    Adds the following useful methods to CertUtil:
    
    1. encodeCert - produce the PEM-encoding given an X509Certificate object
    2. subjectDN - produce a string version of the subject of the given X509Certificate object
    3. generateCert - Produce a self-signed X509Certificate object given a key pair and validity period as a Duration and an overloaded method with notBefore and notAfter.
    haripri-vt committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e1eee1c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. 67 - Additional certificate utility methods

    MR fixes to include DER encoding type, removing hardcoded Signature algorithm during X509 certificate generation and other minor fixes.
    haripri-vt committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2571b4a View commit details
    Browse the repository at this point in the history
  2. 67 - Additional certificate utility methods

    Fix to include UTF_8 charset.
    haripri-vt committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ebd0db5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Provide a generic EncodeType implementation. (#74)

    Push the encoding implementation into specific class types.
    dfish3r committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ac846df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb9952d View commit details
    Browse the repository at this point in the history
  3. Fix failing test.

    dfish3r committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e6b9aad View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. 67 Additional certificate utility methods

    Rename canonX500PrincipalFormat.CANONICAL to X500PrincipalFormat.READABLE
    haripri-vt committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    960c60f View commit details
    Browse the repository at this point in the history