Melkeydev / go-blueprint

Go-blueprint allows users to spin up a quick Go project using a popular framework
https://docs.go-blueprint.dev/
MIT License
5.81k stars 333 forks source link

[Feature Request] Implement Cryptography for TLS and Other Protocols (e.g., DTLS) #266

Open H0llyW00dzZ opened 5 months ago

H0llyW00dzZ commented 5 months ago

Tell us about your feature request

Recently, I've been implementing cryptography that can be used across TLS and other protocols (e.g., DTLS), including the ability to use custom ciphertext for experimental purposes. It would be beneficial to include this feature, as it will work across frameworks due to its top-level design. However, this feature requires Go 1.23 because TLS 1.3 is recommended and considered the most secure TLS implementation currently available.

Disclaimer