siguldry 0.5.0

An implementation of the Sigul protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*!
# v1

This crate provides a client for the [Sigul][1] service. In particular, it works with version
1.2.

The implementation includes a client with full support for Sigul server management commands as
well as signing PE applications. It does not contain support for signing RPMs or other artifacts
at this time.

[1]: https://pagure.io/sigul
*/

pub mod client;
mod connection;
pub mod error;
mod nestls;