TLS Protocol Listener provides an abstraction on top of the TLS listener functionality to provide the ability to have individual net.Listeners for application layer protocols (ALPN) negotiated during the TLS handshake between the client and server.
dep ensure -add github.com/LiamHaworth/tlsprotocol
or
go get github.com/LiamHaworth/tlsprotocol
To contribute to this project, please follow this guide:
- Create an issue detailing your planned contribution
- Fork this repository and implement your contribution
- Create a pull request linking back to the issue
- Await approval and merging
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
Author | Copyright | |
---|---|---|
Liam Haworth | [email protected] | Copyright (c) Family Zone Cyber Safety Ltd, 2018 |