Changeset 9ca1f21 in mod_gnutls for doc/mod_gnutls_manual.mdwn


Ignore:
Timestamp:
Sep 18, 2015, 7:12:16 PM (8 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
dff03fa
Parents:
88df24d
Message:

Allow loading more than one PKCS #11 module using GnuTLSP11Module

This commit allows multiple modules to be loaded using the
GnuTLSP11Module directive. Each occurrence of GnuTLSP11Module causes the
given module to be added to a list, and all modules on that list are
loaded.

Commit f21d2a6dba6378b18d015dde88193fcad70d8728 disabled modules
configured through the system wide p11-kit configuration if
GnuTLSP11Module is set. With that change, using multiple PKCS #11
modules required using the system configuration, since only one module
could be loaded using GnuTLSP11Module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/mod_gnutls_manual.mdwn

    r88df24d r9ca1f21  
    382382Context: server config
    383383
    384 Load this PKCS #11 provider module, instead of the system defaults.
     384Load this PKCS #11 provider module, instead of the system
     385defaults. May occur multiple times to load multiple modules.
    385386
    386387`GnuTLSPIN`
Note: See TracChangeset for help on using the changeset viewer.