Skip to content

e-aakash/SampleTLS-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

TLS sample implementation

To understand how HTTPS / TLS works, i am trying to implement client part of TLS protocol. For the server part, i am using self signed cert backed https server from "net/http" go package.

Currently ClientHello is correctly implemented, which itself is failing due to not sending enough cipher suites which go server supports out of the box.

While testing with own server is not working, sending client hello against www.insti.app:443 is resulting in ServerHello and ServerCert being sent back

About

Sample implementation of some parts of TLS 1.2 protocol (https://datatracker.ietf.org/doc/html/rfc5246)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages