Annotation of embedaddon/strongswan/conf/plugins/imv-attestation.opt, revision 1.1

1.1     ! misho       1: libimcv.plugins.imv-attestation.cadir =
        !             2:        Path to directory with AIK cacerts.
        !             3: 
        !             4: libimcv.plugins.imv-attestation.mandatory_dh_groups = yes
        !             5:        Enforce mandatory Diffie-Hellman groups.
        !             6: 
        !             7: libimcv.plugins.imv-attestation.dh_group = ecp256
        !             8:        Preferred Diffie-Hellman group.
        !             9: 
        !            10: libimcv.plugins.imv-attestation.hash_algorithm = sha256
        !            11:        Preferred measurement hash algorithm.
        !            12: 
        !            13: libimcv.plugins.imv-attestation.min_nonce_len = 0
        !            14:        DH minimum nonce length.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>