Skip to main content
This release is 15 versions behind 0.4.6 — the latest version of @tls/extension. Jump to latest

Built and signed on GitHub Actions

tls 1.3 extension data template

This package works with Node.js, Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Bun
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
100%
Published
4 weeks ago (0.3.1)

TLS 1.3 - Extensions

This project implements the [specific section] from RFC 8446, focusing on the relevant TLS 1.3 protocol structures and processes.

Work Status

Completed Work

Pending Work

  • None

Example

import { ServerName } from "jsr:@tls/extension";

const serverName = ServerName.fromName("localhost");
const parseBack = ServerName.from(serverName);
parseBack.hostname == "localhost

References

Donation

License

This project is licensed under the MIT License - see the LICENSE file for details.

Built and signed on
GitHub Actions
View transparency log

Add Package

deno add jsr:@tls/extension

Import symbol

import * as extension from "@tls/extension";

---- OR ----

Import directly with a jsr specifier

import * as extension from "jsr:@tls/extension";

Add Package

npx jsr add @tls/extension

Import symbol

import * as extension from "@tls/extension";

Add Package

yarn dlx jsr add @tls/extension

Import symbol

import * as extension from "@tls/extension";

Add Package

pnpm dlx jsr add @tls/extension

Import symbol

import * as extension from "@tls/extension";

Add Package

bunx jsr add @tls/extension

Import symbol

import * as extension from "@tls/extension";