jyao1 / openspdm

This openspdm is a sample implementation for the DMTF SPDM specification.
Other
20 stars 22 forks source link

Certificate check #73

Closed xiaoyuxlu closed 4 years ago

xiaoyuxlu commented 4 years ago
  1. Separate SPDM related things from CryptLib
  2. Add Asn1GetTag, X509GetExtensionData, X509DateTimeSet, X509DateTimeCompare interface
  3. Remove X509GetDMTFSubjectAltName, X509SPDMCertificateCheck function
  4. Change X509GetSignatureType to X509GetSignatureAlgorithm
  5. Change X509GetExtendedKeyUsage function
  6. Add TestSpdmCommonLibCrypto