Skip to content

Srabutdotcom/extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published