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
/
tor-keymgr
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-keymgr: Refactor common fs errors into a separate error enum.
Gabriela Moldovan
2024-10-08
3
-76
/
+96
*
tor-keymgr: Add RelKeyPath::from_parts constructor.
Gabriela Moldovan
2024-10-08
1
-0
/
+5
*
tor-keymgr: Rename RelKeyPath::new to RelKeyPath::arti.
Gabriela Moldovan
2024-10-08
2
-3
/
+3
*
tor-keymgr: Move the checked_op utils out of the arti module.
Gabriela Moldovan
2024-10-08
3
-10
/
+16
*
tor-keymgr: Rename KeyPathRange to ArtiPathRange (fmt).
Gabriela Moldovan
2024-10-08
2
-5
/
+5
*
tor-keymgr: Rename KeyPathRange to ArtiPathRange.
Gabriela Moldovan
2024-10-08
4
-8
/
+9
*
tor-keymgr: Implement KeyPath::matches for CTorPaths.
Gabriela Moldovan
2024-10-08
3
-14
/
+38
*
tor-keymgr: Reimagine CTorPath as an enum.
Gabriela Moldovan
2024-10-08
4
-14
/
+82
*
tor-keymgr: Add configuration for C Tor service keystores.
Gabriela Moldovan
2024-10-08
2
-4
/
+204
*
tor-keymgr: Return an error if the keystore IDs are not unique.
Gabriela Moldovan
2024-10-08
1
-0
/
+8
*
tor-keymgr: Move config/arti.rs to config.rs
Gabriela Moldovan
2024-10-08
3
-116
/
+117
*
tor-hsservice: Move HsNickname to tor-persist.
Gabriela Moldovan
2024-10-08
1
-0
/
+3
*
tor-keymgr: Linkify the ArtiKeystoreKind docs.
Gabriela Moldovan
2024-10-03
1
-2
/
+2
*
Remove semver.md files from 1.2.8
Nick Mathewson
2024-09-30
1
-3
/
+0
*
Bump arti- and tor- crates to 0.23.0
Nick Mathewson
2024-09-30
1
-9
/
+9
*
Minor bumps on non-tor/arti crates
Nick Mathewson
2024-09-30
1
-1
/
+1
*
Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'
David Goulet
2024-09-26
1
-1
/
+1
|
\
|
*
Upgrade MSRV to 1.77
Nick Mathewson
2024-09-25
1
-1
/
+1
*
|
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
2
-4
/
+6
|
/
*
tor-keymgr: Rename keystore.type to keystore.kind.
Gabriela Moldovan
2024-09-23
1
-2
/
+2
*
tor-keymgr: Move keystore config under keystore.primary.
Gabriela Moldovan
2024-09-23
1
-3
/
+16
*
arti: Reinstate the keystore.enabled option.
Gabriela Moldovan
2024-09-23
1
-51
/
+24
*
tor-keymgr: Add back ArtiKeystoreConfig::is_enabled().
Gabriela Moldovan
2024-09-23
2
-1
/
+7
*
tor-keymgr: Rename the primary keystore for clarity.
Gabriela Moldovan
2024-09-23
4
-26
/
+28
*
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
3
-17
/
+83
*
tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfig
Morgan
2024-09-20
2
-5
/
+6
*
Merge branch 'ticket1604_01' into 'main'
David Goulet
2024-09-18
1
-0
/
+1
|
\
|
*
tor-keymgr: Set KeySpecifier deftly exported struct non_exhaustive
David Goulet
2024-09-18
1
-0
/
+1
*
|
tor-keymgr: Enable the keymgr feature by default.
Gabriela Moldovan
2024-09-18
1
-1
/
+1
|
/
*
tor-keymgr: put ephemeral keystore behind experimental feature
Steven Engler
2024-09-17
3
-2
/
+11
*
Merge branch 'ephemeral-keystore-docs' into 'main'
gabi-250
2024-09-17
1
-0
/
+6
|
\
|
*
tor-keymgr: add disk-related docs to `ArtiEphemeralKeystore`
Steven Engler
2024-09-17
1
-0
/
+6
*
|
Bump MSRV from 1.70 to 1.75.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+1
|
/
*
tor-keymgr: add an overwrite flag to KeyMgr::insert()
Morgan
2024-09-10
1
-8
/
+47
*
rename get_keypair_specifier() to keypair_specifier()
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
4
-8
/
+8
*
tor_keymgr: teach the KeyStore how to satisfy public key requests using a key...
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-1
/
+9
*
tor_key_forge::traits::ToEncodableKey: add KeyPair associated type
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-0
/
+2
*
tor_keymgr: add get_keypair_specifier() to KeySpecifier, and derive it
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
4
-0
/
+32
*
tor_hsservice: add `impl From<&FooPublicKeySpecifier> for FooKeypairSpecifier...
Adam Joseph F0B74D717CDE8412A3E0D4D5F29AC8080DA8E1E0
2024-09-09
1
-0
/
+6
*
Rename tor-keys crate to tor-key-forge
David Goulet
2024-09-04
10
-16
/
+17
*
tor-keymgr: Use tor-keys crate and remove dead code
David Goulet
2024-09-04
12
-841
/
+51
*
tor-keys: Automatically implement keymgr trait
David Goulet
2024-09-04
2
-33
/
+5
*
Bump all the unstable tor- and arti- crates to 0.22.0.
Gabriela Moldovan
2024-09-03
1
-8
/
+8
*
Fix typos
Dimitris Apostolou
2024-09-03
2
-4
/
+4
*
tor-keymgr: Remove unnecessary io::Error handling.
Gabriela Moldovan
2024-08-08
1
-6
/
+0
*
tor-keymgr: Use CheckedDir::metadata() instead of PathBuf::try_exists().
Gabriela Moldovan
2024-08-08
2
-12
/
+48
*
tor-keymgr: Use the new relative path wrapper (fmt).
Gabriela Moldovan
2024-08-08
1
-9
/
+15
*
tor-keymgr: Use the new relative path wrapper.
Gabriela Moldovan
2024-08-08
2
-43
/
+24
*
tor-keymgr: Add new rel_path module with helpers for handling relative paths.
Gabriela Moldovan
2024-08-08
2
-0
/
+77
[prev]
[next]