Skip to content

Step 3: HS descriptor parsing #39

@igor53627

Description

@igor53627

Parent Issue

Part of #23 (Onion service support)

Overview

Parse v3 hidden service descriptors to extract introduction points.

Tasks

  • Use tor-netdoc HS descriptor parsing (if available)
  • Decrypt outer and inner descriptor layers
  • Extract introduction point information:
    • Relay identity/link specifiers
    • Introduction point auth keys
    • Encryption keys for INTRODUCE1
  • Store parsed intro points for use in rendezvous

Technical Notes

  • HS descriptors have multiple encryption layers
  • Need service's blinded key + subcredential to decrypt
  • tor-netdoc may have hsdesc module for this

Dependencies

Acceptance Criteria

  • Can parse encrypted HS descriptor
  • Extracts at least one valid introduction point
  • Handles malformed descriptors with clear errors

Metadata

Metadata

Assignees

No one assigned

    Labels

    .onionRelated to onion service supportenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions