sgx_pck_extension 0.1.1

Parsing of Intel SGX PCK certificate extension
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "sgx_pck_extension"
version = "0.1.1"
edition = "2021"
license = "MIT/Apache-2.0"
description = "Parsing of Intel SGX PCK certificate extension"

[dependencies]
asn1-rs = { workspace = true }
asn1 = { workspace = true }
thiserror = { workspace = true }
x509-parser = { workspace = true }