Skip to content

Update version of DTLS library

Cecylia Bocovich requested to merge cohosh/snowflake:gomod_update into main

Make sure we use a version of the DTLS library that contains the following fingerprinting fixes:

  • Only send supported_groups extension in ClientHello
  • Do not include IP addresses as SNI values

These changes have been merged upstream into pion/dtls.

The changes in go.sum were the result of go mod tidy.

Merge request reports