yacme-protocol

Crates.ioyacme-protocol
lib.rsyacme-protocol
version1.1.0
sourcesrc
created_at2023-03-24 16:06:54.845758
updated_at2023-03-27 04:15:59.4503
descriptionACME JWT protocol implementation
homepage
repositoryhttps://github.com/alexrudy/yacme
max_upload_size
id819428
size72,292
Alex Rudy (alexrudy)

documentation

README

yacme-protocol

Implementation of the YACME protocol, specifically the JOSE, JWT/JWK parts, including authenticated get-as-post and post requests.

Unsafe code

This crate uses unsafe in yacme_protocol::fmt to provide a custom format to serde_json. It uses the same unsafe code that serde_json uses here

License

MIT

Commit count: 159

cargo fmt