KatelynHaworth / tlsprotocol

An extension to the TLS listener functionality for multiple net.Listeners for different ALPN (rfc7301)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLS Protocol Listener Build Status Tags GoDoc Go Report Card

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.

Installing

dep ensure -add github.com/LiamHaworth/tlsprotocol

or

go get github.com/LiamHaworth/tlsprotocol

Contributing

To contribute to this project, please follow this guide:

  1. Create an issue detailing your planned contribution
  2. Fork this repository and implement your contribution
  3. Create a pull request linking back to the issue
  4. Await approval and merging

Copyright, licence and authors

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 Email Copyright
Liam Haworth liamh@familyzone.com Copyright (c) Family Zone Cyber Safety Ltd, 2018

About

An extension to the TLS listener functionality for multiple net.Listeners for different ALPN (rfc7301)

License:GNU Lesser General Public License v3.0


Languages

Language:Go 100.0%