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

Add PKCS11 URL as a possible TLS key #1820

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Oct 5, 2020

  1. Add PKCS11 URL as a possible TLS key

    The current interface expects a file name for the key. This commit
    allows a PKCS11 URL to pass the setter validation.
    
    The API can be used as in this example:
    
       mosquitto_tls_set(mosq, cafile, capath, certfile, "pkcs11:token=...", pw_callback);
       mosquitto_string_option(mosq, MOSQ_OPT_TLS_ENGINE, "pkcs11");
       mosquitto_string_option(mosq, MOSQ_OPT_TLS_KEYFORM, "engine");
    
    Signed-off-by: Matt Woelfel <[email protected]>
    woelfman committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    7693810 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

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