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

1.1     ! misho       1: libimcv.plugins.imc-attestation.aik_blob =
        !             2:        AIK encrypted private key blob file.
        !             3: 
        !             4: libimcv.plugins.imc-attestation.aik_cert =
        !             5:        AIK certificate file.
        !             6: 
        !             7: libimcv.plugins.imc-attestation.aik_pubkey =
        !             8:        AIK public key file.
        !             9: 
        !            10: libimcv.plugins.imc-attestation.aik_handle =
        !            11:        AIK object handle.
        !            12: 
        !            13: libimcv.plugins.imc-attestation.mandatory_dh_groups = yes
        !            14:        Enforce mandatory Diffie-Hellman groups.
        !            15: 
        !            16: libimcv.plugins.imc-attestation.nonce_len = 20
        !            17:        DH nonce length.
        !            18: 
        !            19: libimcv.plugins.imc-attestation.use_quote2 = yes
        !            20:        Use Quote2 AIK signature instead of Quote signature.
        !            21: 
        !            22: libimcv.plugins.imc-attestation.use_version_info = no
        !            23:        Version Info is included in Quote2 signature.
        !            24: 
        !            25: libimcv.plugins.imc-attestation.pcr_info = no
        !            26:        Whether to send pcr_before and pcr_after info.
        !            27: 
        !            28: libimcv.plugins.imc-attestation.pcr17_before =
        !            29:        PCR17 value before measurement.
        !            30: 
        !            31: libimcv.plugins.imc-attestation.pcr17_meas =
        !            32:        Dummy measurement value extended into PCR17 if the TBOOT log is not
        !            33:        available.
        !            34: 
        !            35: libimcv.plugins.imc-attestation.pcr17_after =
        !            36:        PCR17 value after measurement.
        !            37: 
        !            38: libimcv.plugins.imc-attestation.pcr18_before =
        !            39:        PCR18 value before measurement.
        !            40: 
        !            41: libimcv.plugins.imc-attestation.pcr18_meas =
        !            42:        Dummy measurement value extended into PCR17 if the TBOOT log is not
        !            43:        available.
        !            44: 
        !            45: libimcv.plugins.imc-attestation.pcr18_after =
        !            46:        PCR18 value after measurement.

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