Expand description
§Response Verification
Modules§
- cel
- Utilities for parsing CEL expressions into Rust consumable types.
- types
- Public types used for response verification.
Structs§
- Certificate
Header - Parsed
Ic-Certificate
header, containing a certificate and tree.
Enums§
- Response
Verification Error - The primary container for response verification errors
Constants§
- MAX_
VERIFICATION_ VERSION - The maximum verification version supported by this package.
- MIN_
VERIFICATION_ VERSION - The minimum verification version supported by this package.
Functions§
- verify_
request_ response_ pair - The primary entry point for verifying a request and response pair. This will verify the response with respect to the request, according the Response Verification Spec.
Type Aliases§
- Response
Verification Result - Convenience type that represents the Result of performing response verification