vme-pkix 0.1.0

TLS Certificate encoding and decoding helpers for the Fortanix VME environment.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "vme-pkix"
version = "0.1.0"
authors = ["Fortanix, Inc."]
edition = "2018"
license = "MPL-2.0"
repository = "https://github.com/fortanix/rust-sgx"
description = "TLS Certificate encoding and decoding helpers for the Fortanix VME environment."
keywords = [ "certificate-handling", "sgx" ]
categories = ["cryptography"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lazy_static = "1"
pkix = "0.1.1"