anothertls 0.1.3

Yet another TLS implementation, but written from scratch (including the crypto) in pure Rust - of course.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "anothertls"
version = "0.1.3"
rust-version = "1.66"
edition = "2021"
authors = ["Tobias Müller <git@tsmr.eu>"]
readme = "../README.md"
description = "Yet another TLS implementation, but written from scratch (including the crypto) in pure Rust - of course."
repository = "https://github.com/otsmr/AnotherTLS"
categories = ["network-programming", "cryptography"]
license-file = "../LICENSE"

[dependencies]
ibig = { version = "0.3.6", default-features = false }

# log = {version = "0.4.17", optional = true }