Rod Hynes eabb3d0a1b Fix to avoid incompatible randomized DTLS ClientHello 1 year ago
..
LICENSES 7b7338b11e fork and replace pion/dtls 2 years ago
e2e 7b7338b11e fork and replace pion/dtls 2 years ago
internal 7b7338b11e fork and replace pion/dtls 2 years ago
pkg 9d65882fca tunnel-core/inproxy integration: forked pion modules 1 year ago
AUTHORS.txt 7b7338b11e fork and replace pion/dtls 2 years ago
LICENSE 7b7338b11e fork and replace pion/dtls 2 years ago
README.md 7b7338b11e fork and replace pion/dtls 2 years ago
bench_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
certificate.go 9d65882fca tunnel-core/inproxy integration: forked pion modules 1 year ago
certificate_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
cipher_suite.go 7b7338b11e fork and replace pion/dtls 2 years ago
cipher_suite_go114.go 7b7338b11e fork and replace pion/dtls 2 years ago
cipher_suite_go114_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
cipher_suite_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
codecov.yml 7b7338b11e fork and replace pion/dtls 2 years ago
compression_method.go 7b7338b11e fork and replace pion/dtls 2 years ago
config.go 9d65882fca tunnel-core/inproxy integration: forked pion modules 1 year ago
config_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
conn.go 44f2f2d527 New SetDTLSSeed scheme 1 year ago
conn_go_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
conn_test.go 9d65882fca tunnel-core/inproxy integration: forked pion modules 1 year ago
crypto.go 7b7338b11e fork and replace pion/dtls 2 years ago
crypto_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
dtls.go 7b7338b11e fork and replace pion/dtls 2 years ago
errors.go 7b7338b11e fork and replace pion/dtls 2 years ago
errors_errno.go 7b7338b11e fork and replace pion/dtls 2 years ago
errors_errno_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
errors_noerrno.go 7b7338b11e fork and replace pion/dtls 2 years ago
errors_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
flight.go 7b7338b11e fork and replace pion/dtls 2 years ago
flight0handler.go 44f2f2d527 New SetDTLSSeed scheme 1 year ago
flight1handler.go eabb3d0a1b Fix to avoid incompatible randomized DTLS ClientHello 1 year ago
flight2handler.go 44f2f2d527 New SetDTLSSeed scheme 1 year ago
flight3handler.go 44f2f2d527 New SetDTLSSeed scheme 1 year ago
flight4bhandler.go 44f2f2d527 New SetDTLSSeed scheme 1 year ago
flight4handler.go 44f2f2d527 New SetDTLSSeed scheme 1 year ago
flight4handler_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
flight5bhandler.go 44f2f2d527 New SetDTLSSeed scheme 1 year ago
flight5handler.go 44f2f2d527 New SetDTLSSeed scheme 1 year ago
flight6handler.go 44f2f2d527 New SetDTLSSeed scheme 1 year ago
flighthandler.go 44f2f2d527 New SetDTLSSeed scheme 1 year ago
fragment_buffer.go 7b7338b11e fork and replace pion/dtls 2 years ago
fragment_buffer_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
go.mod 7b7338b11e fork and replace pion/dtls 2 years ago
handshake_cache.go 7b7338b11e fork and replace pion/dtls 2 years ago
handshake_cache_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
handshake_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
handshaker.go 44f2f2d527 New SetDTLSSeed scheme 1 year ago
handshaker_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
listener.go 7b7338b11e fork and replace pion/dtls 2 years ago
nettest_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
packet.go 7b7338b11e fork and replace pion/dtls 2 years ago
renovate.json 7b7338b11e fork and replace pion/dtls 2 years ago
replayprotection_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
resume.go 7b7338b11e fork and replace pion/dtls 2 years ago
resume_test.go 7b7338b11e fork and replace pion/dtls 2 years ago
session.go 7b7338b11e fork and replace pion/dtls 2 years ago
srtp_protection_profile.go 7b7338b11e fork and replace pion/dtls 2 years ago
state.go 9d65882fca tunnel-core/inproxy integration: forked pion modules 1 year ago
util.go 7b7338b11e fork and replace pion/dtls 2 years ago

README.md


Pion DTLS

A Go implementation of DTLS

Pion DTLS Sourcegraph Widget Slack Widget
GitHub Workflow Status Go Reference Coverage Status Go Report Card


Native DTLS 1.2 implementation in the Go programming language.

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

RFCs

Implemented

Goals/Progress

This will only be targeting DTLS 1.2, and the most modern/common cipher suites. We would love contributions that fall under the 'Planned Features' and any bug fixes!

Current features

  • DTLS 1.2 Client/Server
  • Key Exchange via ECDHE(curve25519, nistp256, nistp384) and PSK
  • Packet loss and re-ordering is handled during handshaking
  • Key export (RFC 5705)
  • Serialization and Resumption of sessions
  • Extended Master Secret extension (RFC 7627)
  • ALPN extension (RFC 7301)

Supported ciphers

ECDHE
  • TLS_ECDHE_ECDSA_WITH_AES_128_CCM (RFC 6655)
  • TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 (RFC 6655)
  • TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (RFC 5289)
  • TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (RFC 5289)
  • TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 (RFC 5289)
  • TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (RFC 5289)
  • TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA (RFC 8422)
  • TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (RFC 8422)
PSK
ECDHE & PSK
  • TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 (RFC 5489)

Planned Features

  • Chacha20Poly1305

Excluded Features

  • DTLS 1.0
  • Renegotiation
  • Compression

Using

This library needs at least Go 1.13, and you should have Go modules enabled.

Pion DTLS

For a DTLS 1.2 Server that listens on 127.0.0.1:4444

go run examples/listen/selfsign/main.go

For a DTLS 1.2 Client that connects to 127.0.0.1:4444

go run examples/dial/selfsign/main.go

OpenSSL

Pion DTLS can connect to itself and OpenSSL.

  // Generate a certificate
  openssl ecparam -out key.pem -name prime256v1 -genkey
  openssl req -new -sha256 -key key.pem -out server.csr
  openssl x509 -req -sha256 -days 365 -in server.csr -signkey key.pem -out cert.pem

  // Use with examples/dial/selfsign/main.go
  openssl s_server -dtls1_2 -cert cert.pem -key key.pem -accept 4444

  // Use with examples/listen/selfsign/main.go
  openssl s_client -dtls1_2 -connect 127.0.0.1:4444 -debug -cert cert.pem -key key.pem

Using with PSK

Pion DTLS also comes with examples that do key exchange via PSK

Pion DTLS

go run examples/listen/psk/main.go
go run examples/dial/psk/main.go

OpenSSL

  // Use with examples/dial/psk/main.go
  openssl s_server -dtls1_2 -accept 4444 -nocert -psk abc123 -cipher PSK-AES128-CCM8

  // Use with examples/listen/psk/main.go
  openssl s_client -dtls1_2 -connect 127.0.0.1:4444 -psk abc123 -cipher PSK-AES128-CCM8

Community

Pion has an active community on the Slack.

Follow the Pion Twitter for project updates and important WebRTC news.

We are always looking to support your projects. Please reach out if you have something to build! If you need commercial support or don't want to use public methods you can contact us at team@pion.ly

Contributing

Check out the contributing wiki to join the group of amazing people making this project possible: AUTHORS.txt

License

MIT License - see LICENSE for full text