Skip to content

Commit

Permalink
Change some small things in the README
Browse files Browse the repository at this point in the history
* Add a reference to the DTLS 1.2 RFC
* Add "native" to make it clear this is not a CGO binding
* Drop the "original user" thing. There's others things outside of
  the Pion ecosystem that use this and contribute to the library
  • Loading branch information
daenney committed Mar 28, 2020
1 parent d80c2e8 commit 3997799
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
</p>
<br>

Go DTLS 1.2 implementation. The original user is pion-WebRTC, but we would love to see it work for everyone.
Native [DTLS 1.2][rfc6347] implementation in the Go programming language.

A long term goal is a professional security review, and maye inclusion in stdlib.

[rfc6347]: https://tools.ietf.org/html/rfc6347

### Goals/Progress
This will only be targeting DTLS 1.2, and the most modern/common cipher suites.
We would love contributes that fall under the 'Planned Features' and fixing any bugs!
Expand Down Expand Up @@ -67,7 +69,8 @@ We would love contributes that fall under the 'Planned Features' and fixing any

### Using

This library needs at least Go 1.13.
This library needs at least Go 1.13, and you should have [Go modules
enabled](https://github.com/golang/go/wiki/Modules).

#### Pion DTLS
For a DTLS 1.2 Server that listens on 127.0.0.1:4444
Expand Down

0 comments on commit 3997799

Please sign in to comment.