summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hscrypto: fix TODOs in time-period code.Nick Mathewson2023-06-133-39/+63
| * | | hscrypto: remove compatibility note about time periods.Nick Mathewson2023-06-131-9/+0
| * | | hscrypto: write a READMENick Mathewson2023-06-131-1/+20
| * | | hscrypto: note that hs_mac is not a good choice for new protocolsNick Mathewson2023-06-131-1/+4
| * | | hscrypto: comment out an unused key type.Nick Mathewson2023-06-131-5/+6
| * | | hscrypto: Remove a TODO about extending an internal macro.Nick Mathewson2023-06-131-2/+0
| * | | hscrypto: Remove a TODO about implementing ErrorKind.Nick Mathewson2023-06-131-1/+0
| * | | hscrypto: clarify and downgrade TODOs about blinding secretsNick Mathewson2023-06-131-2/+10
* | | | Merge branch 'rotten-chutney' into 'main'Nick Mathewson2023-06-131-0/+1
|\ \ \ \
| * | | | CI: integration-chutney: Turn into a warningIan Jackson2023-06-131-0/+1
| | |/ / | |/| |
* | | | Merge branch '20_byte_sendme_digest' into 'main'Ian Jackson2023-06-131-3/+13
|\ \ \ \
| * | | | proto: Make sure that auth tags are truncated to 20 bytesNick Mathewson2023-06-131-3/+13
| | |/ / | |/| |
* | | | Merge branch 'hs' into 'main'gabi-2502023-06-134-45/+155
|\ \ \ \ | |_|/ / |/| | |
| * | | tor-hsclient: Add some more debuggingIan Jackson2023-06-131-2/+39
| * | | tor-hsclient: Return the circuitIan Jackson2023-06-131-4/+1
| * | | tor-hsclient: Conduct the INTRODUCE1 exchangeIan Jackson2023-06-133-6/+69
| * | | tor-hsclient: Remove an already-done TODOIan Jackson2023-06-131-3/+0
| * | | tor-cell: IntroduceAck: Add .success() function to give a ResultIan Jackson2023-06-131-0/+16
| * | | tor-hsclient: Rename some errors for greater consistencyIan Jackson2023-06-132-15/+15
| * | | tor-hsclient: Reorder timeout errors to be "less interesting"Ian Jackson2023-06-131-21/+21
* | | | Merge branch 'hs3' into 'main'Ian Jackson2023-06-134-73/+177
|\| | | | |/ / |/| |
| * | tor-hsclient: Improve proto_oneshot docsNick Mathewson2023-06-131-1/+1
| * | tor-hsclient: Pass handshake_state to complete_handcshake (fmt)Ian Jackson2023-06-131-1/+4
| * | tor-hsclient: Pass handshake_state to complete_handcshakeIan Jackson2023-06-131-7/+21
| * | tor-hsclient: Add a missing docIan Jackson2023-06-131-1/+1
| * | tor-hsclient: Introduce proto_oneshot, to help with message handling (fmt)Ian Jackson2023-06-131-12/+5
| * | tor-hsclient: Introduce proto_oneshot, to help with message handlingIan Jackson2023-06-133-57/+120
| * | tor-hsclient: (try to) receive the RENDEZVOUS2 messageIan Jackson2023-06-132-7/+38
| * | tor-hsclient: Fix a botched doc commentIan Jackson2023-06-131-1/+1
* | | Merge branch 'fix' into 'main'Nick Mathewson2023-06-131-0/+1
|\ \ \ | |/ / |/| |
| * | RPC: Suppress a warning to do with RPC and SOCKSIan Jackson2023-06-131-0/+1
|/ /
* | Merge branch 'msg_in_handler' into 'main'Ian Jackson2023-06-135-31/+49
|\ \
| * | proto: Convert MsgHandler API to expect a message, not a cell.Nick Mathewson2023-06-125-31/+49
* | | Merge branch 'rpc_pseudomethods_v6' into 'main'Nick Mathewson2023-06-128-33/+518
|\ \ \
| * | | RPC: Functionality to downcast dyn Object to a dyn Trait.Nick Mathewson2023-06-126-27/+518
| * | | rpc: make decl_object! responsible for writing impl Object {} blocks.Nick Mathewson2023-06-076-9/+3
* | | | Merge branch 'desc-validation-err-doc' into 'main'gabi-2502023-06-121-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | tor-error: Clarify what we mean by "hostile".Gabriela Moldovan2023-06-121-1/+1
| * | | tor-error: Document another potential cause for OnionServiceDescriptorValidat...Gabriela Moldovan2023-06-121-0/+4
* | | | Merge branch 'intro_sketch' into 'main'Nick Mathewson2023-06-1213-165/+369
|\ \ \ \ | |/ / / |/| | |
| * | | hsclient: fill in a lot more introduce/rendezvous logic.Nick Mathewson2023-06-121-4/+146
| * | | cell: Add an accessor for the body of a Rendezvous2.Nick Mathewson2023-06-121-0/+6
| * | | proto: Add a commment about a problem in my hs_ntor plans.Nick Mathewson2023-06-121-0/+4
| * | | proto: code movement and reindentation in hs_ntorNick Mathewson2023-06-121-86/+75
| * | | proto: Remove now-unused hs_ntor APIsNick Mathewson2023-06-121-43/+21
| * | | proto: refactor hs_ntor to reuse state.Nick Mathewson2023-06-121-14/+49
| * | | hsclient: receive rendezvous2 messages too.Nick Mathewson2023-06-121-17/+25
| * | | hsclient: Move the body of the msg handler into a new functionNick Mathewson2023-06-121-26/+41
| * | | hsclient: Add a second oneshot to Rendezvous msghandlerNick Mathewson2023-06-121-9/+36
| * | | hsclient: use hs-client feature in tor-proto.Nick Mathewson2023-06-121-1/+1