repositorypackage
0.0.0-20230728002521-e4a15884db7a
Repository: https://github.com/karpeleslab/retlsfetch.git
Documentation: pkg.go.dev
# README
retlsfetch
Simple library to (re)fetch TLS secured pages in a way that the data can be re-certified afterward.
This works by saving the raw encrypted bytes, random generator data and other stuff into a file in order to be able to reproduce the exchange at any future time.
Because the TLS data is encrypted and secured against MITM attacks, it means that saving the stream on disk can be used to certify the data in question indeed came from the server it claims to be coming from.