Crate ic_response_verification

Source
Expand description

§Response Verification

Modules§

cel
Utilities for parsing CEL expressions into Rust consumable types.
types
Public types used for response verification.

Structs§

CertificateHeader
Parsed Ic-Certificate header, containing a certificate and tree.

Enums§

ResponseVerificationError
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§

ResponseVerificationResult
Convenience type that represents the Result of performing response verification