summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | rpc: Expose Session object.Nick Mathewson2023-06-152-3/+13
| * | | | RPC: rename new_session to new_connectionNick Mathewson2023-06-152-2/+2
| * | | | rpc: switch GlobalId mac to KMAC.Nick Mathewson2023-06-142-15/+5
| * | | | rpc: connection_id _is_ used: remove a comment to the contraryNick Mathewson2023-06-141-3/+0
| * | | | rpc: revise the relationship between Mgr and ConnectionNick Mathewson2023-06-143-27/+41
* | | | | Merge branch 'netdoc-todos' into 'main'Nick Mathewson2023-06-1617-135/+120
|\ \ \ \ \
| * | | | | hsdesc.rs: finally remove "allows".Nick Mathewson2023-06-162-13/+9
| * | | | | netdoc::doc::hsdesc changes to let us downgrade/remove allowsNick Mathewson2023-06-166-10/+9
| * | | | | netdoc: unmark MAC_KEY_LEN as conjectural.Nick Mathewson2023-06-161-1/+1
| * | | | | SharedRandVal: Note that it doesn't have to be Ct.Nick Mathewson2023-06-161-2/+1
| * | | | | netdoc: remove a TODO about moving a module to where it already is.Nick Mathewson2023-06-161-2/+0
| * | | | | netdoc: use ct_lookup for rend descriptor cookie lookupNick Mathewson2023-06-163-6/+5
| * | | | | llcrypto: add another warning to ct_lookup.Nick Mathewson2023-06-161-2/+3
| * | | | | Lower tor-proto::util::ct::lookup to tor-llcryptoNick Mathewson2023-06-165-59/+72
| * | | | | netdoc: Downgrade an HS todo wrt HS_DESC_AUTH_TYPENick Mathewson2023-06-161-2/+3
| * | | | | netdoc: downgrade some TODO HS to TODO HSS.Nick Mathewson2023-06-162-7/+10
| * | | | | netdoc::build remove very broken example.Nick Mathewson2023-06-161-20/+3
| * | | | | netdoc: Remove a TODO that we already solved.Nick Mathewson2023-06-161-1/+0
| * | | | | hsclient: note that we should check revctr.Nick Mathewson2023-06-161-0/+2
| * | | | | netdoc::build: remove or narrow `allow`s.Nick Mathewson2023-06-141-12/+4
* | | | | | Merge branch 'tor-cell-todos-2' into 'main'Nick Mathewson2023-06-162-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | tor-cell: Downgrade 2 TODO-HS to TODO-HSSNick Mathewson2023-06-162-2/+2
|/ / / / /
* | | | | Merge branch 'hs-naming-arti' into 'main'Ian Jackson2023-06-166-25/+25
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | arti-client: Rename hs feature to onion-service-client (cfg lines)Ian Jackson2023-06-164-23/+22
| * | | | arti-client: Rename hs feature to onion-service-clientIan Jackson2023-06-163-4/+5
* | | | | Merge branch 'insert' into 'main'Nick Mathewson2023-06-161-23/+65
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rpc: Remove some verbiage about 'static, and demo that it's OK withoutIan Jackson2023-06-151-7/+15
| * | | | rpc: Give the name `O` to "the type associated with this CastTable"Ian Jackson2023-06-151-8/+12
| * | | | rpc: Add Simple test case for CastTableIan Jackson2023-06-151-3/+20
| * | | | rpc: Move boxing from macro to CastTable::insert (formatting)Ian Jackson2023-06-151-3/+1
| * | | | rpc: Move boxing from macro to CastTable::insertIan Jackson2023-06-151-4/+4
| * | | | rpc: Make CastTable::insert be more type-safeIan Jackson2023-06-151-6/+21
* | | | | Merge branch 'arti-keystore' into 'main'gabi-2502023-06-1525-17/+1255
|\ \ \ \ \
| * | | | | arti-client: rustfmtGabriela Moldovan2023-06-151-3/+8
| * | | | | arti-client: Fix clippy lints.Gabriela Moldovan2023-06-151-0/+7
| * | | | | keymgr: Add Diziet's notes about storing public keys in the key store.Gabriela Moldovan2023-06-151-0/+36
| * | | | | arti-client: Use a dummy key manager if the keymgr feature is disabled.Gabriela Moldovan2023-06-157-8/+75
| * | | | | arti-client: Implement From<tor_keymgr::Error> for Error.Gabriela Moldovan2023-06-152-4/+9
| * | | | | keymgr, arti-client: KeyMgr should return Ok(None) if the key is not found.Gabriela Moldovan2023-06-152-28/+6
| * | | | | keymgr: Add TODO regarding KeyStore rename.Gabriela Moldovan2023-06-151-0/+4
| * | | | | keymgr: Add TODO about KeyType refactorings.Gabriela Moldovan2023-06-151-0/+3
| * | | | | keymgr: Add the key type to the `arti_extension`.Gabriela Moldovan2023-06-151-1/+2
| * | | | | arti_client: Add TODO about refactoring code around HsClientSecretKeysBuilder.Gabriela Moldovan2023-06-151-0/+4
| * | | | | keymgr: Add TODO regarding some error refactorings.Gabriela Moldovan2023-06-151-0/+14
| * | | | | keymgr: Move the HS client and service key specifiers out of tor-keymgr.Gabriela Moldovan2023-06-1512-124/+125
| * | | | | keymgr: Expand the TODOs regarding HS service key specifiers.Gabriela Moldovan2023-06-151-3/+18
| * | | | | keymgr: Expand HsClientSpecifier docs, add TODO about refactoring.Gabriela Moldovan2023-06-151-0/+7
| * | | | | arti-client, keymgr: Initialize KeyMgr with an ArtiNativeKeyStore.Gabriela Moldovan2023-06-151-2/+16
| * | | | | keymgr: Introduce ToEncodableKey to simplify lookups.Gabriela Moldovan2023-06-154-20/+57
| * | | | | arti-client: Make the client use the KeyMgr.Gabriela Moldovan2023-06-153-3/+88