Expand description
Identity-based encryption + OCSP responder + ACME integration.
Structs§
- Acme
Account - ACME account.
- Acme
Challenge - ACME challenge.
- Acme
Client - ACME client (simplified, mock-friendly).
- Acme
Order - ACME order for a certificate.
- IbeCiphertext
- IBE ciphertext for a specific identity.
- IbeParams
- Master public parameters for IBE.
- Ocsp
Responder - OCSP responder (in-memory status store).
- Ocsp
Response - An OCSP response.
Enums§
- Ocsp
Status - OCSP certificate status.
Functions§
- ibe_
decrypt - Decrypt with an identity-derived key.
- ibe_
encrypt - Encrypt to an identity string.