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

Support of S/MIME Signing #298

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 15, 2024

  1. Attribute sMimeSinging was added in msg that indicates whether the me…

    …ssage should be singed with S/MIME when it's sent. Also, sMimeAuthConfig was introduced in client so that required privateKey and certificate can be used for S/MIME signing.
    theexiile1305 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    07d9654 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. moved S/MIME initialization into msg and the pointer to the data stru…

    …cture, also adjusted tests
    theexiile1305 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    158c1b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fda661 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0a59db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94942ed View commit details
    Browse the repository at this point in the history
  5. remove new line

    theexiile1305 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    41a8196 View commit details
    Browse the repository at this point in the history
  6. fixing test

    theexiile1305 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8949360 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    65b9fd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3154649 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12edb27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2368113 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bdb741 View commit details
    Browse the repository at this point in the history
  6. fix: failing tests

    theexiile1305 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4b60557 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79f22fb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

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