-
- Downloads
Merge pull request #14 from jmichelp/master
Change the way private key and cert are embedded.
No related branches found
No related tags found
Showing
- .gitignore 0 additions, 2 deletions.gitignore
- .travis.yml 2 additions, 2 deletions.travis.yml
- Cargo.toml 3 additions, 0 deletionsCargo.toml
- build.rs 78 additions, 0 deletionsbuild.rs
- src/ctap/key_material.rs 21 additions, 0 deletionssrc/ctap/key_material.rs
- tools/gen_key_materials.sh 3 additions, 85 deletionstools/gen_key_materials.sh
... | @@ -26,6 +26,9 @@ panic_console = ["libtock/panic_console"] | ... | @@ -26,6 +26,9 @@ panic_console = ["libtock/panic_console"] |
[dev-dependencies] | [dev-dependencies] | ||
elf2tab = "0.4.0" | elf2tab = "0.4.0" | ||
[build-dependencies] | |||
openssl = "0.10" | |||
[profile.dev] | [profile.dev] | ||
panic = "abort" | panic = "abort" | ||
lto = true # Link Time Optimization usually reduces size of binaries and static libraries | lto = true # Link Time Optimization usually reduces size of binaries and static libraries | ||
... | ... |
build.rs
0 → 100644
src/ctap/key_material.rs
0 → 100644
Please register or sign in to comment