Skip to content

Commit

Permalink
Merge fortanix#260
Browse files Browse the repository at this point in the history
260: Update sgx-pkix version r=Goirad a=AdrianCX



Co-authored-by: Adrian Cruceru <[email protected]>
  • Loading branch information
bors[bot] and AdrianCX authored Jun 24, 2020
2 parents 8805a9a + 96e9303 commit 1313833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion sgx-pkix/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions sgx-pkix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ version = "0.1.0"
authors = ["Fortanix, Inc."]
edition = "2018"
license = "MPL-2.0"
description = ""
repository = "https://github.com/fortanix/rust-sgx"
description = "TLS Certificate encoding and decoding helpers for the SGX environment."
keywords = [ "certificate-handling", "sgx" ]
categories = ["cryptography"]

[dependencies]
byteorder = "1.0"
pkix = { git = "https://github.com/fortanix/pkix.git" }
sgx-isa = { version = "0.3" }
pkix = "0.1.1"
sgx-isa = "0.3"
quick-error = "1.1.0"
lazy_static = "1"

0 comments on commit 1313833

Please sign in to comment.