Files
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

5 lines
271 B
TypeScript

import { X509Certificate } from '@sigstore/core';
import type { TLogAuthority } from '../trust';
export type VerifiedSCTProvider = Buffer;
export declare function verifySCTs(cert: X509Certificate, issuer: X509Certificate, ctlogs: TLogAuthority[]): VerifiedSCTProvider[];