Upki
No description available
Install / Use
/learn @rustls/UpkiREADME
upki implements platform-independent browser-grade certificate infrastructure.
The first goal of this project is to provide reliable, privacy-preserving and efficient certificate revocation building on foundational work by Mozilla.
Later goals include intermediate preloading, certificate transparency enforcement, replicating common root distrust processes, and supporting deployment of Merkle Tree Certificates.
Revocation
This is for checking revocation status for certificates issued by publicly-trusted
authorities. It uses crlite-clubcard. This requires
a data set that updates several times per day. upki therefore includes a synchronization
component, which fetches updated data. You can run upki fetch to do this at any time,
but ideally it is run system-wide as arranged by packagers.
There are a number of interfaces available:
Command-line interface
This is useful for monitoring, testing and alerting purposes.
$ curl -w '%{certs}' https://google.com | upki revocation check
(...)
NotRevoked
C-FFI interface
TODO
Rustls integration
The rustls-upki crate provides a rustls
server certificate verifier that checks the server certificate's revocation status.
See the documentation or example code:
~/src/upki/rustls-upki$ cargo -q run --example simpleclient revoked.r6.roots.globalsign.com
Error: Custom { kind: InvalidData, error: InvalidCertificate(Revoked) }
Packaging
See PACKAGING.md.
License
upki is distributed under the following two licenses:
- Apache License version 2.0.
- MIT license.
These are included as LICENSE-APACHE and LICENSE-MIT respectively. You may use this software under the terms of any of these licenses, at your option.
Related Skills
node-connect
346.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
