[tor-project] Anti-censorship team meeting notes, 2024-05-02

Hey everyone!

Here are our meeting logs:

http://meetbot.debian.net/tor-meeting/2024/tor-meeting.2024-05-02-16.15.html

And our meeting pad:

Anti-censorship

···

--------------------------------

Next meeting: Thursday, May 9 16:00 UTC
Facilitator: shelikhoo
^^^(See Facilitator Queue at tail)

Weekly meetings, every Thursday at 16:00 UTC, in #tor-meeting at OFTC
(channel is logged while meetings are in progress)

This week's Facilitator: meskio

== Goal of this meeting ==

Weekly check-in about the status of anti-censorship work at Tor.
Coordinate collaboration between people/teams on anti-censorship at the Tor Project and Tor community.

== Links to Useful documents ==
  * Our anti-censorship roadmap:
    * Roadmap:Development · Boards · Anti-censorship · GitLab
  * The anti-censorship team's wiki page:
    * Home · Wiki · The Tor Project / Anti-censorship / Team · GitLab
  * Past meeting notes can be found at:
    * The tor-project Archives
  * Tickets that need reviews: from sponsors, we are working on:
    * All needs review tickets:
      * Merge requests · Anti-censorship · GitLab
    * Sponsor 96 <-- meskio, shell, onyinyang, cohosh
      * Sponsor 96: Rapid Expansion of Access to the Uncensored Internet through Tor in China, Hong Kong, & Tibet · The Tor Project · GitLab
    * Sponsor 150 <-- meskio working on it
      * Issues · Anti-censorship · GitLab

== Announcements ==

== Discussion ==

  * Snowfalke API has insufficent support for passing additional settings in constructor
    * trying to avoid making breaking changes to the API
    * one option is to use builders: Builder in http::request - Rust
    * another is to use WithXXXX methods: grpc package - google.golang.org/grpc - Go Packages
    * shelikhoo will create an issue to start the discussion on a possible version 3 API for snowflake
  * Snowflake broker Debian version EOL
    * Upgrade snowflake broker machine from Debian 10 (#40349) · Issues · The Tor Project / Anti-censorship / Pluggable Transports / Snowflake · GitLab
    * we'll do a fresh install in a new VM
    * dcf1 will provision a VM for it
    * shelikhoo will do the setup
  * ed25519 keys in bridgelines
    * bridge lines should be able to list ed keys rather than 1024-bit rsa fingerprint (#257) · Issues · The Tor Project / Core / Tor Specifications · GitLab
    * there is a conversation on how to integrate ed25519 keys into bridgelines

== Actions ==

== Interesting links ==

  * GitHub - ooni/utls-light: Minimal version of utls for parrotting the TLS handshake of popular web browsers by arturo, an alternative approach to modifying TLS fingerprints that requires less invasive crypto/tls library changes. It works by parsing the serialized native crypto/tls handshake messages before they are sent, and re-serializing them according to a desired schema.

== Reading group ==
  * We will discuss "" on
    *
    * Questions to ask and goals to have:
      * What aspects of the paper are questionable?
      * Are there immediate actions we can take based on this work?
      * Are there long-term actions we can take based on this work?
      * Is there future work that we want to call out in hopes that others will pick it up?

== Updates ==
Name:
    This week:
      - What you worked on this week.
    Next week:
      - What you are planning to work on next week.
    Help with:
      - Something you need help with.

cecylia (cohosh): 2024-05-02
  Last week:
      - opened an issue in core tor about MyFamily for bridges
          - Allow bridges to set MyFamily (#40935) · Issues · The Tor Project / Core / Tor · GitLab
      - snowflake webextension work
  This week:
      - make changes to Lox encrypted bridge table
          - Simplify BridgeLine struct and make it variable length (!147) · Merge requests · The Tor Project / Anti-censorship / lox · GitLab
      - follow up on reported SQS errors
      - update wasm-bindgen fork to fix some bugs and hopefully upstream changes
      - create a Lox test environment and instructions for the browser team
          - Spoof a lox authority for testing (#42503) · Issues · The Tor Project / Applications / Tor Browser · GitLab
  Needs help with:

dcf: 2024-05-02
  Last week:
  Next week:
    - open issue to have snowflake-client log whenever KCPInErrors is nonzero Deploy snowflake-server for QueuePacketConn buffer reuse fix (#40260) (#40262) · Issues · The Tor Project / Anti-censorship / Pluggable Transports / Snowflake · GitLab
      - parent: Improve bug discovery process (#40267) · Issues · The Tor Project / Anti-censorship / Pluggable Transports / Snowflake · GitLab
    - open issue to disable /debug endpoint on snowflake broker
    - move snowflake-02 to new VM
Help with:

meskio: 2023-05-02
    Last week:
        - implement email distributor in rdsys (rdsys#186)
    Next week:
        - test email distributor in rdsys (rdsys#186)
        - improve privacy on rdsys metrics reusing snowflake techniques (snowflake#40354)

Shelikhoo: 2024-05-02
    Last Week:
        - [Merge Request WIP] Add Container Image Mirroring from Tor Gitlab to Docker Hub(Add Container Image Mirroring from Tor Gitlab to Docker Hub (!280) · Merge requests · The Tor Project / Anti-censorship / Pluggable Transports / Snowflake · GitLab)
      - [Dev] Snowflake Performance Improvement
      - Fix ipv6 connectivity with restricted address support Fix ipv6 connectivity with restricted address support (!22) · Merge requests · The Tor Project / Anti-censorship / Pluggable Transports / WebTunnel · GitLab
        - Merge request reviews
    Next Week/TODO:
        - Revise Snowflake Performance Improvement MR(cont.)
        - Merge request reviews

onyinyang: 2023-05-02
  Last week(s):
    - Responding to pre-existing MR reviews and other notifications/questions in gitlab
      
  This week:
    - attempt hyper upgrade and tokio upgrade
  Probably next week and beyond:
    - preparing for upcoming panel (maybe)
    - implement some preliminary user feedback mechanism to identify bridge blocking based on Vecna's work
    - improve metrics collection/think about how to show Lox is working/valuable
    - sketch out Lox blog post/usage notes for forum
    
  (long term things were discussed at the meeting!): Riseup Pad
    - brainstorming grouping strategies for Lox buckets (of bridges) and gathering context on how types of bridges are distributed/use in practice
      Question: What makes a bridge usable for a given user, and how can we encode that to best ensure we're getting the most appropriate resources to people?
        1. Are there some obvious grouping strategies that we can already consider?
          e.g., by PT, by bandwidth (lower bandwidth bridges sacrificed to open-invitation buckets?), by locale (to be matched with a requesting user's geoip or something?)
        2. Does it make sense to group 3 bridges/bucket, so trusted users have access to 3 bridges (and untrusted users have access to 1)? More? Less?
    
theodorsm: 2023-04-25
    Last weeks:
      - Extended Pion dtls library to support hooking of client hellos, server hellos and certificate request (PR: Add handshake hooking capabilities by theodorsm · Pull Request #631 · pion/dtls · GitHub). Fingerprint generation of firefox and chrome + mimicking using the client hello hook have been moved to its own repo: GitHub - theodorsm/covert-dtls: Fingerprint-resistance module for pion/dtls.
      - Analyzed the snowflake captures done in "Snowflake Anonymous Network Traffic Identification" paper: no handshakes found, so not relevant for me
      - Verified the consistency of the fingerprint generation
    Next weeks:
      - Add hook to pion/webrtc so it can be used in snowflake.
      - Test and validate mimicked client hello with snowflake.
      - Add randomized fingerprint
    Help with:
      
Facilitator Queue:
    shelikhoo onyinyang meskio
1. First available staff in the Facilitator Queue will be the facilitator for the meeting
2. After facilitating the meeting, the facilitator will be moved to the tail of the queue

--
meskio | https://meskio.net/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
My contact info: https://meskio.net/crypto.txt
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Nos vamos a Croatan.

1 Like