summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | hsclient: Document sharing rulesIan Jackson2023-03-012-0/+15
| * | | | hsclient state: rustfmtIan Jackson2023-03-011-241/+244
| * | | | hsclient state: Lots more doc comments about barriers, structure, etc.Ian Jackson2023-03-011-2/+74
| * | | | hsclient state: Break `obtain` out into a fnIan Jackson2023-03-011-61/+82
| * | | | hsclient state: Demonstrate that our future is now SendIan Jackson2023-03-011-3/+9
| * | | | hsclient state: Restructure using a scope to drop the mutex guardIan Jackson2023-03-013-20/+46
| * | | | hsclient state: Break out ServiceState::blankIan Jackson2023-03-011-5/+12
| * | | | hsclient state: Move error inspection before guard re-lock.Ian Jackson2023-03-011-4/+5
| * | | | hsclient keys: Add a todo to remove spurious OptionIan Jackson2023-03-011-0/+3
| * | | | hsclient keys: Compare all empty sets of keys as equalIan Jackson2023-03-011-1/+5
| * | | | hsclient keys: Fix non-equal keys test to provide a (dummy) key (fmt)Ian Jackson2023-03-011-1/+4
| * | | | hsclient keys: Fix non-equal keys test to provide a (dummy) keyIan Jackson2023-03-011-4/+10
| * | | | hsclient keys: Provide :none() and Default and .is_empty()Ian Jackson2023-03-011-1/+22
| * | | | hsclient keys: Fix a missing full stopIan Jackson2023-03-011-1/+1
| * | | | hsclient state: Test most important code pathsIan Jackson2023-03-014-18/+151
| * | | | hsclient: Provide some missing debug impls and trace messagesIan Jackson2023-03-012-2/+25
| * | | | tor-hscrypto: Provide manual Debug impl for HsIdIan Jackson2023-03-011-1/+16
| * | | | Apply rustfmtIan Jackson2023-03-013-48/+81
| * | | | hsclient state: Provide one testIan Jackson2023-03-013-0/+109
| * | | | hsclient: Use a generic to provide a mock for connect()Ian Jackson2023-03-015-21/+78
| * | | | tor-circmgr: Provide testing feature and TestConfigIan Jackson2023-03-014-0/+52
| * | | | hsclient: Apply standard lint blockIan Jackson2023-03-011-1/+37
| * | | | hsclient: Move dead code allows to specific locationsIan Jackson2023-03-013-1/+4
| * | | | hsclient: Add vacuous comments as demanded by clippyIan Jackson2023-03-013-0/+7
| * | | | hsclient state: Bind a variable to stop rustfmt doing a terrible thingIan Jackson2023-03-011-5/+7
| * | | | hsclient: Provide a constructor for HsClientConnectorIan Jackson2023-03-012-10/+25
| * | | | hsclient: Implement connection attempt tracking state machineIan Jackson2023-03-016-42/+408
| * | | | HS secret keys: Move aggregate/config to tor-hsclientIan Jackson2023-03-014-11/+81
| * | | | hsclient API: Remove notion of ambient keys fromk this layerIan Jackson2023-03-012-14/+5
| * | | | HS API: Remove HS client keys from circmgr APIIan Jackson2023-03-013-4/+1
| * | | | HS planning: Discuss whether to remove all HS code from circmgrIan Jackson2023-03-013-5/+20
| * | | | HS planning: Intend for HS connector to do all lifecycle mgmtIan Jackson2023-03-011-6/+3
| |/ / /
* | | | Merge branch 'establish_intro_yet_once_more' into 'main'Nick Mathewson2023-03-0112-68/+411
|\ \ \ \ | |/ / / |/| | |
| * | | tor-cell: Use a match when checking auth_key_typeNick Mathewson2023-03-011-6/+8
| * | | tor_cell: Use nested readers and writers for EstablishIntroNick Mathewson2023-03-011-18/+12
| * | | tor-cell: tweak comments on EstablishIntro members.Nick Mathewson2023-03-011-2/+2
| * | | Introduce a constant for the length of the output of hs_mac()Nick Mathewson2023-03-012-5/+8
| * | | tor-bytes: Clarify that Cursor is not a good thing, and could be neater.Nick Mathewson2023-03-011-2/+11
| * | | tor-cell: Rename EstablishIntro{Body => Details}Nick Mathewson2023-03-012-12/+12
| * | | clarify results of misusing cursorsIan Jackson2023-03-011-2/+2
| * | | tor-cell: Fix compilation for fuzzersNick Mathewson2023-03-013-4/+5
| * | | tor-cell: Make EstablishIntro do signaturesNick Mathewson2023-03-013-60/+302
| * | | tor-bytes: impl Readable and Writeable for CtByteArray.Nick Mathewson2023-02-282-0/+19
| * | | Expose a little new functionality from tor-llcrypto.Nick Mathewson2023-02-282-0/+11
| * | | tor-bytes: Add cursor functionality to ReaderNick Mathewson2023-02-282-0/+62
* | | | Merge branch 'more_hs_msgs' into 'main'Nick Mathewson2023-03-018-64/+227
|\| | | | |/ / |/| |
| * | Change several cfgs to refer to new feature names.Nick Mathewson2023-02-283-17/+17
| * | Mark new tests as onion-service-onlyNick Mathewson2023-02-281-0/+3
| * | tor-cell: Support extensions in INTRODUCE{1,2}Nick Mathewson2023-02-282-22/+26
| * | tor-cell: Implement IntroduceAck and IntroEstablishedNick Mathewson2023-02-282-19/+104