CMakeLists.txt
MANIFEST.in
README.md
build_qvl.sh
pyproject.toml
setup.py
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/.gitignore
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/BullseyeCoverageExclusions
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/CMakeLists.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/CMakeSettings.json
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/QvlConfig.cmake
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/clean
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/conanfile.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/coverage
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/debug
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/gdbTests
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/profile
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/release
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/release.ps1
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/runUT
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/.gitignore
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/CMakeLists.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/intermediateCaCrl.der
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/intermediateCaCrl.pem
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/pckCert.pem
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/pckSignChain.pem
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/qeIdentity.json
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/quote.dat
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/qveIdentity.json
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/rootCaCrl.der
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/rootCaCrl.pem
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/tcbInfo.json
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/tcbSignChain.pem
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/trustedRootCaCert.pem
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/generatorInput/qeIdentity.yml
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/tdx/intermediateCaCrl.der
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/tdx/pckCert.pem
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/tdx/pckSignChain.pem
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/tdx/qeIdentity.json
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/tdx/quote.dat
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/tdx/rootCaCrl.der
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/tdx/tcbInfo.json
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/tdx/tcbSignChain.pem
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/sampleData/tdx/trustedRootCaCert.pem
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/main.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/AppCore/AppCore.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/AppCore/AppCore.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/AppCore/AppOptions.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/AppCore/AppOptionsParser.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/AppCore/AppOptionsParser.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/AppCore/AttestationLibraryAdapter.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/AppCore/AttestationLibraryAdapter.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/AppCore/FileReader.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/AppCore/FileReader.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/AppCore/IAttestationLibraryAdapter.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/AppCore/IFileReader.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/AppCore/StatusPrinter.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/AppCore/StatusPrinter.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/Enclave/EnclaveAdapter.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/src/Enclave/EnclaveAdapter.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/test/AppCoreTests.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/test/AppOptionsParserTests.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/test/CMakeLists.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/test/Mocks/AttestationLibraryAdapterMock.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationApp/test/Mocks/FileReaderMock.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationCommons/CMakeLists.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationCommons/include/OpensslHelpers/Bytes.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationCommons/include/OpensslHelpers/OpensslTypes.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationCommons/include/Utils/SafeMemcpy.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationCommons/include/Utils/TimeUtils.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationCommons/src/Utils/GMTime.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationCommons/src/Utils/TimeUtils.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationCommons/test/BytesUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationCommons/test/CMakeLists.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationCommons/test/TimeUtilsUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/.gitignore
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/CMakeLists.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/include/SgxEcdsaAttestation/QuoteVerification.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/QuoteVerification.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/CertVerification/CertificateChain.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/CertVerification/CertificateChain.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/CertVerification/X509Constants.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/CertVerification/X509Constants.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Enclave/Enclave.config.xml
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Enclave/Enclave.edl
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Enclave/Enclave.lds
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Enclave/Enclave_private.pem
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/OpensslHelpers/Assert.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/OpensslHelpers/DigestUtils.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/OpensslHelpers/DigestUtils.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/OpensslHelpers/KeyUtils.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/OpensslHelpers/KeyUtils.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/OpensslHelpers/OpensslTypes.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/OpensslHelpers/SignatureVerification.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/OpensslHelpers/SignatureVerification.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/PckParser/CrlStore.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/PckParser/CrlStore.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/PckParser/FormatException.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/PckParser/PckParser.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/PckParser/PckParser.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/PckParser/PckParserUtils.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/PckParser/PckParserUtils.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/QuoteVerification/ByteOperands.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/QuoteVerification/ByteOperands.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/QuoteVerification/Quote.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/QuoteVerification/Quote.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/QuoteVerification/QuoteConstants.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/QuoteVerification/QuoteParsers.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/QuoteVerification/QuoteStructures.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/QuoteVerification/QuoteStructures.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Utils/JsonParser.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Utils/JsonParser.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Utils/RuntimeException.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/BaseVerifier.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/BaseVerifier.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/CommonVerifier.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/CommonVerifier.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/EnclaveIdentityParser.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/EnclaveIdentityParser.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/EnclaveIdentityV2.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/EnclaveIdentityV2.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/EnclaveIdentityVerifier.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/EnclaveIdentityVerifier.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/EnclaveReportVerifier.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/EnclaveReportVerifier.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/PckCertVerifier.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/PckCertVerifier.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/PckCrlVerifier.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/PckCrlVerifier.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/QuoteVerifier.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/QuoteVerifier.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/TCBInfoVerifier.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/TCBInfoVerifier.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/TCBSigningChain.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/TCBSigningChain.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/src/Verifiers/TcbStatus.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/templates/Doxyfile.in
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/templates/Version.h.in
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CMakeLists.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/DigestUtils.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/DigestUtils.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/DigestUtilsUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/EcdsaSignatureGenerator.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/EcdsaSignatureGenerator.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/EnclaveIdentityGenerator.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/EnclaveIdentityGenerator.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/KeyHelpers.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/QuoteUtils.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/QuoteV3Generator.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/QuoteV3Generator.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/QuoteV3GeneratorUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/QuoteV4Generator.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/QuoteV4Generator.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/QuoteV4GeneratorUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/TcbInfoJsonGenerator.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/TcbInfoJsonGenerator.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/X509CrlGenerator.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/CommonTestUtils/X509CrlGenerator.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/IntegrationTests/CMakeLists.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/IntegrationTests/VerifyEnclaveIdentityIT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/IntegrationTests/VerifyEnclaveReportIT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/IntegrationTests/VerifyPCKCertificateIT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/IntegrationTests/VerifyPCKRevocationListIT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/IntegrationTests/VerifyQuoteIT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/IntegrationTests/VerifyTCBInfoIT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/BaseVerifierUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/ByteOperandsUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/CMakeLists.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/CertificateChainUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/EnclaveIdentityParserUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/EnclaveIdentityVerifierUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/EnclaveReportVerifierUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/GetQECertificationDataSizeUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/GetQECertificationDataUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/GetVersionUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/JsonParserUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/KeyUtilsUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/PckCertVerifierUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/PckCrlVerifierUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/PckParserUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/QuoteV3ParsingUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/QuoteV3VerifierUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/QuoteV4ParsingUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/QuoteV4VerifierUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/SignatureVerificationUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/TCBInfoVrifierUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/VerifyPckCertUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/VerifyTcbSigningChainUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/Constants/QuoteTestConstants.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/Mocks/CertCrlStoresMocks.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/Mocks/CommonVerifierMock.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/Mocks/EnclaveIdentityMock.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/Mocks/EnclaveReportVerifierMock.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/Mocks/PckCrlVerifierMock.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/Mocks/TcbInfoMock.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationLibrary/test/UnitTests/Mocks/TcbSigningChainMock.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/.gitignore
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/CMakeLists.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/include/SgxEcdsaAttestation/AttestationParsers.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/ParserUtils.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/ParserUtils.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/X509Constants.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/Json/JsonParser.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/Json/JsonParser.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/Json/TcbComponent.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/Json/TcbInfo.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/Json/TcbLevel.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/Json/TdxModule.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/OpensslHelpers/OidUtils.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/OpensslHelpers/OidUtils.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/X509/Certificate.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/X509/Configuration.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/X509/DistinguishedName.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/X509/Extension.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/X509/PckCertificate.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/X509/PlatformPckCertificate.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/X509/ProcessorPckCertificate.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/X509/Signature.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/X509/Tcb.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/src/X509/Validity.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/templates/Doxyfile.in
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/templates/Version.h.in
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CMakeLists.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/DistinguishedNameTestUtils.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/DistinguishedNameTestUtils.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/ExtensionTestUtils.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/ExtensionTestUtils.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/SignatureTestUtils.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/SignatureTestUtils.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/TcbInfoGenerator.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/TcbInfoGenerator.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/TcbTestUtils.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/TcbTestUtils.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/ValidityTestUtils.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/ValidityTestUtils.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/X509CertGenerator.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/X509CertGenerator.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/X509CertTypes.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/X509CertTypes.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/X509TestConstants.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/CommonTestUtils/X509TestConstants.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/IntegrationTests/CMakeLists.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/IntegrationTests/ParseX509CertificateIT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/CMakeLists.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/CertificateUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/ConfigurationUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/DistinguishedNameUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/ExtensionUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/JsonParserUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/OidUtilsUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/PckCertificateUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/PlatformPckCertificateUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/ProcessorPckCertificateUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/SignatureUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/TcbInfoUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/TcbInfoV3UT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/TcbUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/UnitTests.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/UnitTests.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/AttestationParsers/test/UnitTests/ValidityUT.cpp
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/.gitignore
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/CMakeLists.txt
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/argtable3/argtable3.c
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/argtable3/argtable3.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/hunter/HunterGate.cmake
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/hunter/config.cmake
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/allocators.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/cursorstreamwrapper.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/document.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/encodedstream.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/encodings.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/filereadstream.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/filewritestream.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/fwd.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/istreamwrapper.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/memorybuffer.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/memorystream.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/ostreamwrapper.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/pointer.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/prettywriter.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/rapidjson.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/reader.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/stream.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/stringbuffer.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/uri.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/writer.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/error/en.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/error/error.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/internal/biginteger.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/internal/clzll.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/internal/diyfp.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/internal/dtoa.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/internal/ieee754.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/internal/itoa.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/internal/meta.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/internal/pow10.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/internal/stack.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/internal/strfunc.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/internal/strtod.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/internal/swap.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/msinttypes/inttypes.h
SGXDataCenterAttestationPrimitives/QuoteVerification/QVL/Src/ThirdParty/rapidjson/include/rapidjson/msinttypes/stdint.h
pybind11/CMakeLists.txt
pybind11/LICENSE
pybind11/include/pybind11/attr.h
pybind11/include/pybind11/buffer_info.h
pybind11/include/pybind11/cast.h
pybind11/include/pybind11/chrono.h
pybind11/include/pybind11/common.h
pybind11/include/pybind11/complex.h
pybind11/include/pybind11/eigen.h
pybind11/include/pybind11/embed.h
pybind11/include/pybind11/eval.h
pybind11/include/pybind11/functional.h
pybind11/include/pybind11/gil.h
pybind11/include/pybind11/iostream.h
pybind11/include/pybind11/numpy.h
pybind11/include/pybind11/operators.h
pybind11/include/pybind11/options.h
pybind11/include/pybind11/pybind11.h
pybind11/include/pybind11/pytypes.h
pybind11/include/pybind11/stl.h
pybind11/include/pybind11/stl_bind.h
pybind11/include/pybind11/detail/class.h
pybind11/include/pybind11/detail/common.h
pybind11/include/pybind11/detail/descr.h
pybind11/include/pybind11/detail/init.h
pybind11/include/pybind11/detail/internals.h
pybind11/include/pybind11/detail/type_caster_base.h
pybind11/include/pybind11/detail/typeid.h
pybind11/include/pybind11/eigen/matrix.h
pybind11/include/pybind11/eigen/tensor.h
pybind11/include/pybind11/stl/filesystem.h
pybind11/tests/CMakeLists.txt
pybind11/tests/test_cmake_build/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
pybind11/tests/test_embed/CMakeLists.txt
pybind11/tools/FindCatch.cmake
pybind11/tools/FindEigen3.cmake
pybind11/tools/FindPythonLibsNew.cmake
pybind11/tools/JoinPaths.cmake
pybind11/tools/check-style.sh
pybind11/tools/cmake_uninstall.cmake.in
pybind11/tools/codespell_ignore_lines_from_errors.py
pybind11/tools/libsize.py
pybind11/tools/make_changelog.py
pybind11/tools/pybind11.pc.in
pybind11/tools/pybind11Common.cmake
pybind11/tools/pybind11Config.cmake.in
pybind11/tools/pybind11NewTools.cmake
pybind11/tools/pybind11Tools.cmake
pybind11/tools/pyproject.toml
pybind11/tools/setup_global.py.in
pybind11/tools/setup_main.py.in
sgx_dcap_quote_verify/__init__.py
sgx_dcap_quote_verify/_core.pyi
sgx_dcap_quote_verify/_core_wrapper.py
sgx_dcap_quote_verify/py.typed
sgx_dcap_quote_verify_python.egg-info/PKG-INFO
sgx_dcap_quote_verify_python.egg-info/SOURCES.txt
sgx_dcap_quote_verify_python.egg-info/dependency_links.txt
sgx_dcap_quote_verify_python.egg-info/not-zip-safe
sgx_dcap_quote_verify_python.egg-info/requires.txt
sgx_dcap_quote_verify_python.egg-info/top_level.txt
src/AttestationLibraryAdapter.cpp
src/AttestationLibraryAdapter.h
src/IAttestationLibraryAdapter.h
src/main.cpp
src/main.h
src/nlohmann/json.hpp