| Crates.io | micro-tss |
| lib.rs | micro-tss |
| version | 0.1.0 |
| created_at | 2025-02-09 18:56:58.167762+00 |
| updated_at | 2025-02-09 18:56:58.167762+00 |
| description | A simple implementation of a Tatsu Signing Server. |
| homepage | |
| repository | https://gitlab.com/turbocooler/micro-tss |
| max_upload_size | |
| id | 1549202 |
| size | 108,384 |
Micro TSS is a very simple implementation of a Tatsu Signing Server that mimics the way gs.apple.com/TSS/controller server works.
Configuration file for micro-tss is a Property List file that may contain the following entries:
"127.0.0.1:3000").gs.apple.com. Default is false.An example of a configuration file is the config.example.plist file contained in this repository.
"sha1", "sha256" and "sha384". All three can be used
with RSA keys and thus this is a required parameter in that case. For ECC keys "sha256" can
be used with NIST P256 keys and "sha384" with NIST P384 and thus the parameter is optional.This crate requires at least Rust 1.74. An MSRV change will be accompanied by a minor version bump.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.