Skip to main content

Module ibe_ocsp_acme

Module ibe_ocsp_acme 

Source
Expand description

Identity-based encryption + OCSP responder + ACME integration.

Structs§

AcmeAccount
ACME account.
AcmeChallenge
ACME challenge.
AcmeClient
ACME client (simplified, mock-friendly).
AcmeOrder
ACME order for a certificate.
IbeCiphertext
IBE ciphertext for a specific identity.
IbeParams
Master public parameters for IBE.
OcspResponder
OCSP responder (in-memory status store).
OcspResponse
An OCSP response.

Enums§

OcspStatus
OCSP certificate status.

Functions§

ibe_decrypt
Decrypt with an identity-derived key.
ibe_encrypt
Encrypt to an identity string.