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
*
Bump minor version of fs-mistrust
Ian Jackson
2025-02-07
1
-1
/
+1
*
Merge branch 'versions' into 'main'
Ian Jackson
2025-02-06
1
-15
/
+15
|
\
|
*
Version bumps to 0.27.0
Ian Jackson
2025-02-06
1
-14
/
+14
|
*
fs-mistrust: bump minor version, and in-tree deps
Ian Jackson
2025-02-06
1
-1
/
+1
*
|
Merge branch 'fixup-features' into 'main'
Ian Jackson
2025-02-06
1
-0
/
+1
|
\
\
|
*
|
Fix Cargo.toml features formatting
Ian Jackson
2025-02-06
1
-1
/
+2
|
*
|
Add some missing "full" features
Ian Jackson
2025-02-06
1
-1
/
+1
|
|
/
*
|
tor-keymgr: Use @ to annotate internal macro branches.
Gabriela Moldovan
2025-02-06
1
-3
/
+3
*
|
tor-keymgr: Define the test key constants using a macro.
Gabriela Moldovan
2025-02-06
2
-42
/
+84
*
|
tor-keymgr: Rename test constants to match file names.
Gabriela Moldovan
2025-02-06
3
-30
/
+30
|
/
*
Upgrade to downcast-rs 2
Ian Jackson
2025-02-05
1
-1
/
+1
*
tor-keymgr: Use ParsedEd25519Cert when decoding certs.
Gabriela Moldovan
2025-01-13
3
-12
/
+13
*
tor-keymgr: Fix cert handling tests.
Gabriela Moldovan
2025-01-13
3
-25
/
+64
*
tor-keymgr: Use Ed25519Cert::decode to parse the certs.
Gabriela Moldovan
2025-01-13
3
-4
/
+17
*
tor-keymgr: Add cert parse error variant.
Gabriela Moldovan
2025-01-13
2
-2
/
+15
*
tor-key-forge: Split out ItemType as a separate trait.
Gabriela Moldovan
2025-01-13
3
-10
/
+16
*
tor-key-forge: Distinguish between parsed certs and encodable certs.
Gabriela Moldovan
2025-01-13
1
-8
/
+9
*
tor-keymgr: Replace from_encodable_cert with validation function.
Gabriela Moldovan
2025-01-13
1
-15
/
+5
*
Remove semver.md files after 1.3.2 release
Nick Mathewson
2025-01-07
1
-3
/
+0
*
Bump versions of internal arti crates for Arti 1.3.2
Nick Mathewson
2025-01-07
1
-11
/
+11
*
Merge branch 'mod-module-files' into 'main'
Nick Mathewson
2025-01-07
1
-0
/
+1
|
\
|
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
|
fix: fix typos
Dimitris Apostolou
2025-01-06
4
-4
/
+4
|
/
*
Merge branch 'upgrades' into 'main'
Nick Mathewson
2025-01-06
1
-1
/
+1
|
\
|
*
Upgrade to itertools 0.14.0
Nick Mathewson
2025-01-06
1
-1
/
+1
*
|
Run "fixup-features" in preparation for release.
Nick Mathewson
2025-01-06
1
-1
/
+2
|
/
*
tor-keymgr: Replace internal error with keystore corruption error.
Gabriela Moldovan
2024-12-04
2
-1
/
+5
*
tor-keymgr: Add tests for ArtiNativeKeystore's handling of certs.
Gabriela Moldovan
2024-12-04
1
-1
/
+29
*
tor-keymgr: Add support for certs in ArtiNativeKeystore::insert().
Gabriela Moldovan
2024-12-04
1
-5
/
+8
*
tor-keymgr: Add support for certs in ArtiNativeKeystore::get().
Gabriela Moldovan
2024-12-04
1
-8
/
+36
*
tor-keymgr: Add arti native keystore helper for parsing tor certs.
Gabriela Moldovan
2024-12-04
2
-0
/
+42
*
tor-keymgr: Add tests for the new cert mgmt functions.
Gabriela Moldovan
2024-12-04
1
-1
/
+172
*
tor-keymgr: s/TestKey/TestItem in tests.
Gabriela Moldovan
2024-12-04
1
-55
/
+55
*
tor-keymgr: Add a test certificate specifier to test_utils.
Gabriela Moldovan
2024-12-04
1
-1
/
+34
*
tor-keymgr: Note some breaking changes in semver.md.
Gabriela Moldovan
2024-12-04
1
-0
/
+3
*
tor-keymgr: s/key/item in error message test.
Gabriela Moldovan
2024-12-04
2
-2
/
+2
*
tor-keymgr: Rename error variant.
Gabriela Moldovan
2024-12-04
3
-14
/
+13
*
tor-keymgr: Remove unused KeyType import.
Gabriela Moldovan
2024-12-04
1
-1
/
+1
*
tor-keymgr: Add KeyMgr::get_or_generate_key_and_cert.
Gabriela Moldovan
2024-12-04
1
-0
/
+119
*
tor-keymgr: Add KeyMgr::get_key_and_cert() (fmt).
Gabriela Moldovan
2024-12-04
1
-5
/
+7
*
tor-keymgr: Add KeyMgr::get_key_and_cert().
Gabriela Moldovan
2024-12-04
3
-2
/
+97
*
tor-keymgr: Remove no-longer-needed explicit link targets.
Gabriela Moldovan
2024-12-04
1
-2
/
+2
*
tor-keymgr: Add helper for building certificate ArtiPaths.
Gabriela Moldovan
2024-12-04
3
-2
/
+130
*
tor-keymgr: Split some logic out of KeyMgr::get_from_store().
Gabriela Moldovan
2024-12-04
1
-6
/
+24
*
tor-keymgr: Add variants for missing cert/signing key errors.
Gabriela Moldovan
2024-12-04
1
-0
/
+8
*
tor-key-forge: Implement EncodableItem for Tor ed25519 certs.
Gabriela Moldovan
2024-12-04
1
-3
/
+3
*
tor-keymgr: Replace as_ssh_key_data with as_keystore_item (fmt).
Gabriela Moldovan
2024-12-04
3
-3
/
+3
*
tor-keymgr: Replace as_ssh_key_data with as_keystore_item.
Gabriela Moldovan
2024-12-04
4
-22
/
+26
*
tor-key-forge: Replace EncodableItem::key_type() with item_type() (fmt).
Gabriela Moldovan
2024-12-04
1
-2
/
+1
*
tor-key-forge: Replace EncodableItem::key_type() with item_type().
Gabriela Moldovan
2024-12-04
2
-19
/
+19
[next]