[tbb-commits] [tor-browser-build/master] Bug 40393: Point to a forked version of pion/dtls with fingerprinting fix

gk at torproject.org gk at torproject.org
Wed Dec 8 20:11:59 UTC 2021


commit 7ffd69a21b8a408a2be9cfdbe7401e1a7f974310
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Wed Dec 8 11:55:43 2021 -0500

    Bug 40393: Point to a forked version of pion/dtls with fingerprinting fix
    
    This dtls fix removes the supported_groups extension from
    ServerHello messages of the DTLS handshake. We should make sure we
    update this later after upstreaming the patch.
---
 projects/pion-dtls/config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/pion-dtls/config b/projects/pion-dtls/config
index 16deb46..26d3d3a 100644
--- a/projects/pion-dtls/config
+++ b/projects/pion-dtls/config
@@ -1,7 +1,7 @@
 # vim: filetype=yaml sw=2
 version: '[% c("abbrev") %]'
-git_url: https://github.com/pion/dtls
-git_hash: 4879d3479bc9bb4afdb17011d2f19708e0fa2362 #v2.0.8
+git_url: https://github.com/cohosh/dtls
+git_hash: 2f8ef4e48879f1129b3432c9ac04d2f4aad8049e #ru fingerprinting fix
 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
 
 build: '[% c("projects/go/var/build_go_lib") %]'





More information about the tbb-commits mailing list