index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
async_std: Perpare macro for use with Unix streams.
Nick Mathewson
2024-09-24
2
-33
/
+35
|
*
|
|
|
async_std: start a macro to implement wrappers for stream type
Nick Mathewson
2024-09-24
1
-71
/
+79
|
*
|
|
|
rtcompat: Implement NetStreamProvider<Unix> for tokio.
Nick Mathewson
2024-09-24
1
-4
/
+60
|
*
|
|
|
tokio: Perpare macro for use with Unix streams.
Nick Mathewson
2024-09-24
1
-24
/
+31
|
*
|
|
|
tokio: start a macro to implement wrappers for stream type
Nick Mathewson
2024-09-24
1
-67
/
+74
|
*
|
|
|
rtcompat: Add ADDR parameter to NetStream{Provider,Listener}
Nick Mathewson
2024-09-24
1
-11
/
+11
|
*
|
|
|
Documentation updates for "NetStreamProvider" rename
Nick Mathewson
2024-09-24
10
-32
/
+35
|
*
|
|
|
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
17
-98
/
+98
|
*
|
|
|
rtcompat: Remove accept() from TcpListener
Nick Mathewson
2024-09-24
12
-82
/
+25
|
*
|
|
|
rtcompat: Add definitions for unix::SocketAddr.
Nick Mathewson
2024-09-24
3
-0
/
+97
|
*
|
|
|
rtcompat: reformat Cargo.toml
Nick Mathewson
2024-09-24
1
-1
/
+5
|
*
|
|
|
rtcompat: Add an extension trait for building modified Runtimes
Nick Mathewson
2024-09-24
6
-23
/
+80
*
|
|
|
|
tor-keymgr: Rename keystore.type to keystore.kind.
Gabriela Moldovan
2024-09-23
1
-2
/
+2
*
|
|
|
|
arti: Update example config with new keystore configuration.
Gabriela Moldovan
2024-09-23
1
-10
/
+8
*
|
|
|
|
tor-keymgr: Move keystore config under keystore.primary.
Gabriela Moldovan
2024-09-23
3
-5
/
+19
*
|
|
|
|
arti: Reinstate the keystore.enabled option.
Gabriela Moldovan
2024-09-23
2
-54
/
+27
*
|
|
|
|
tor-keymgr: Add back ArtiKeystoreConfig::is_enabled().
Gabriela Moldovan
2024-09-23
2
-1
/
+7
|
/
/
/
/
*
|
|
|
tor-hsservice: Update docs to reflect KeystoreSelector renaming.
Gabriela Moldovan
2024-09-23
1
-1
/
+1
*
|
|
|
arti-client: Update docs to reflect KeystoreSelector renaming.
Gabriela Moldovan
2024-09-23
1
-3
/
+3
*
|
|
|
tor-keymgr: Rename the primary keystore for clarity.
Gabriela Moldovan
2024-09-23
10
-44
/
+46
*
|
|
|
arti-client: added support for constructing ArtiEphemeralKeystore to InertTor...
Morgan
2024-09-20
1
-22
/
+37
*
|
|
|
tor-keymgr: added dummy implementation of ArtiEphemeralKeyStore
Morgan
2024-09-20
1
-0
/
+14
*
|
|
|
tor-keymgr: added support for specifying keystore kind to ArtiKeystoreConfig
Morgan
2024-09-20
4
-18
/
+102
*
|
|
|
tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfig
Morgan
2024-09-20
6
-11
/
+14
*
|
|
|
arti-client: expose key-mgr/ephemeral-keystore feature in arti-client
Morgan
2024-09-20
1
-0
/
+3
|
/
/
/
*
|
|
Merge branch 'rotate-keys' into 'main'
gabi-250
2024-09-20
10
-20
/
+225
|
\
\
\
|
*
|
|
arti: Tolerate lowercase "no" in confirmation prompt.
Gabriela Moldovan
2024-09-19
1
-3
/
+7
|
*
|
|
arti: Fix typo in display_service_discovery_key function name.
Gabriela Moldovan
2024-09-19
1
-3
/
+3
|
*
|
|
arti: Gate the arti hsc subcommand behind a new "hsc" feature (fmt).
Gabriela Moldovan
2024-09-19
1
-4
/
+1
|
*
|
|
arti: Gate the arti hsc subcommand behind a new "hsc" feature.
Gabriela Moldovan
2024-09-19
5
-17
/
+9
|
*
|
|
arti: Add a test for the "hsc key" subcommand help output.
Gabriela Moldovan
2024-09-19
3
-0
/
+19
|
*
|
|
arti: Add a subcommand for removing a client discovery key.
Gabriela Moldovan
2024-09-19
1
-0
/
+35
|
*
|
|
arti: Add an hsc subcommand for rotating client keys.
Gabriela Moldovan
2024-09-19
2
-0
/
+69
|
*
|
|
arti: Move public key output logic to a separate function.
Gabriela Moldovan
2024-09-19
1
-4
/
+13
|
*
|
|
arti-client: Add APIs for rotating service discovery keys.
Gabriela Moldovan
2024-09-19
1
-0
/
+80
*
|
|
|
key-forge: Add curve25519 key wrapper macro
David Goulet
2024-09-19
1
-8
/
+161
*
|
|
|
Merge branch 'forge-macros' into 'main'
David Goulet
2024-09-19
4
-45
/
+44
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
tor-key-forge: encapsulate `define_ed25519_keypair` macro deps
Steven Engler
2024-09-18
4
-45
/
+44
|
|
/
/
*
|
|
arti: Satisfy clippy.
Gabriela Moldovan
2024-09-18
1
-4
/
+4
*
|
|
arti: Add hsc key subcommand, deprecate hsc get-key.
Gabriela Moldovan
2024-09-18
3
-5
/
+34
*
|
|
arti: Move the keygen-related args to a separate struct.
Gabriela Moldovan
2024-09-18
1
-9
/
+17
*
|
|
arti: Make sure we check the KeyType before running the command.
Gabriela Moldovan
2024-09-18
1
-1
/
+5
*
|
|
arti: Move the shared arti hsc args to CommonArgs (fmt).
Gabriela Moldovan
2024-09-18
1
-2
/
+4
*
|
|
arti: Move the shared arti hsc args to CommonArgs.
Gabriela Moldovan
2024-09-18
1
-16
/
+22
*
|
|
arti: Move TorClient creation to the top-level (fmt).
Gabriela Moldovan
2024-09-18
1
-4
/
+1
*
|
|
arti: Move TorClient creation to the top-level.
Gabriela Moldovan
2024-09-18
1
-8
/
+7
|
/
/
*
|
Merge branch 'ticket1604_01' into 'main'
David Goulet
2024-09-18
13
-22
/
+334
|
\
\
|
*
|
relay: Require keymgr feature from tor-keymgr
David Goulet
2024-09-18
1
-1
/
+1
|
*
|
key-forge: Fix a comment with the wrong name
David Goulet
2024-09-18
1
-2
/
+2
|
*
|
key-forge: Support extra docs and attributes to ed25519 keypair
David Goulet
2024-09-18
2
-9
/
+19
[prev]
[next]