@stacksjs/tlsx
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -14,3 +14,3 @@ export declare interface TlsConfig { | ||
subjectAltNames: SubjectAltName[] | ||
keyUsage: { | ||
keyUsage?: { | ||
digitalSignature: boolean | ||
@@ -26,3 +26,3 @@ contentCommitment: boolean | ||
} | ||
extKeyUsage: { | ||
extKeyUsage?: { | ||
serverAuth: boolean | ||
@@ -34,8 +34,8 @@ clientAuth: boolean | ||
} | ||
basicConstraints: { | ||
basicConstraints?: { | ||
cA: boolean | ||
pathLenConstraint: number | ||
} | ||
isCA: boolean | ||
certificateAttributes: Array<{ | ||
isCA?: boolean | ||
certificateAttributes?: Array<{ | ||
shortName: string | ||
@@ -108,3 +108,3 @@ value: string | ||
} | ||
export declare interface RootCA { | ||
export declare interface Certificate { | ||
certificate: string | ||
@@ -111,0 +111,0 @@ privateKey: string |
{ | ||
"name": "@stacksjs/tlsx", | ||
"type": "module", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "A TLS/HTTPS library with automation.", | ||
@@ -6,0 +6,0 @@ "author": "Chris Breuer <chris@stacksjs.org>", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2511038