Skip to content
Snippets Groups Projects
  1. May 08, 2023
  2. Apr 13, 2023
  3. Apr 06, 2023
  4. Mar 22, 2023
  5. Mar 07, 2023
  6. Mar 01, 2023
  7. Feb 08, 2023
  8. Feb 07, 2023
    • Nick Mathewson's avatar
      Remove mention of "password" auth in rend-spec. · 0b1289fd
      Nick Mathewson authored
      It was never implemented, is not specified, and neither dgoulet nor
      I can quite remember how it was supposed to work.
      0b1289fd
    • Nick Mathewson's avatar
      Fix name of KP_hs_blind_id · 2e8606c1
      Nick Mathewson authored
      By our current logic, it needs to have `hs` in it.
      2e8606c1
    • Nick Mathewson's avatar
      Remove K_desc_enc. · c51fa4c5
      Nick Mathewson authored
      It has no independent existence outside of the encryption algorithm
      of 2.5.3.
      c51fa4c5
    • Nick Mathewson's avatar
      Name and clarify a few more objects. · d44927c3
      Nick Mathewson authored
      d44927c3
    • Nick Mathewson's avatar
      Rename three keys. · da8ecedd
      Nick Mathewson authored
      These names are slightly shorter and a bit more descriptive IMO, and
      now (when they are still fresh) is the best time to rename these
      keys.
      
      `hs_intro_tid` becomes `hs_ipt_sid`: It is a _session identifier_
      key used with an _introduction point_.  Using `ipt` here emphasizes
      that it is not part of the introduction _handshake_.
      
      `hs_intro_ntor` becomes `hss_ntor`. The extra "s" means it is owned
      by the service. Renaming "intro" here removes the implication that
      it is held by or used by the introduction point.
      
      `onion_ntor` becomes `ntor`: There is no such thing as an ntor key
      that is not an onion key.
      da8ecedd
  9. Feb 06, 2023
  10. Feb 03, 2023
  11. Jan 31, 2023
  12. Jan 30, 2023
    • Nick Mathewson's avatar
      Document missing NL in the middle layer of an HsDesc. · b842f50c
      Nick Mathewson authored
      It looks like C tor doesn't include a final newline in the middle
      layer of its onion service descriptors.  That made arti reject them
      the first time I tried to parse one!  Here I document this behavior,
      and tell other implementations what to do.
      b842f50c
  13. Jan 27, 2023
Loading