Skip to main content
Module

x/astral/bindings/celestial.ts>Security_CertificateSecurityState

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Security_CertificateSecurityState
import { type Security_CertificateSecurityState } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";
definition: { protocol: string; keyExchange: string; keyExchangeGroup?: string; cipher: string; mac?: string; certificate: string[]; subjectName: string; issuer: string; validFrom: Network_TimeSinceEpoch; validTo: Network_TimeSinceEpoch; certificateNetworkError?: string; certificateHasWeakSignature: boolean; certificateHasSha1Signature: boolean; modernSSL: boolean; obsoleteSslProtocol: boolean; obsoleteSslKeyExchange: boolean; obsoleteSslCipher: boolean; obsoleteSslSignature: boolean; }