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

Allow to use client authentication with certificate in freshclam #955

Commits on Aug 2, 2023

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

Commits on Aug 3, 2023

  1. Extend freshclam client key/cert auth to macOS and Windows

    Also:
    - Rename to use FRESHCLAM_CLIENT_CERT, FRESHCLAM_CLIENT_KEY instead
      prefixing with "CURL_". Unlike CURL_CA_BUNDLE, these variable names
      are not used by the `curl` program and so do not piggyback on that
      existing functionality.
    
    - Add FRESHCLAM_CLIENT_KEY_PASSWD environment variable to support
      password protected private key PEM files, as described in:
      https://curl.se/libcurl/c/CURLOPT_SSLCERT.html
    
    - Document the new environment variable options in the manpage and in
      the `freshclam --help` message. Also add missing documentation in the
      freshclam and clamsubmit help-messages for CURL_CA_BUNDLE.
    
    - Update the NEWS.md file to credit jedrzej for the new feature.
    micahsnyder committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    3f3382b View commit details
    Browse the repository at this point in the history