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
...
*
|
|
Merge branch 'keymgr-blinded-keys' into 'main'
gabi-250
2023-09-26
6
-27
/
+179
|
\
|
|
|
*
|
tor-keymgr: Fix clippy warning (fmt).
Gabriela Moldovan
2023-09-26
1
-4
/
+1
|
*
|
tor-keymgr: Fix clippy warning.
Gabriela Moldovan
2023-09-26
1
-1
/
+1
|
*
|
tor-keymgr: Add a TODO regarding parsing errors.
Gabriela Moldovan
2023-09-26
1
-0
/
+3
|
*
|
tor-keymgr: Test expanded expanded-ed25519 SSH key parsing.
Gabriela Moldovan
2023-09-26
4
-0
/
+47
|
*
|
tor-keymgr: Extend parse_openssh! to support expanded ed25519 keypairs.
Gabriela Moldovan
2023-09-26
1
-5
/
+46
|
*
|
tor-keymgr: Implement EncodableKey for ExpandedKeypair.
Gabriela Moldovan
2023-09-26
3
-6
/
+44
|
*
|
tor-keymgr: Assign a custom algorithm name for expanded ed25519 keys.
Gabriela Moldovan
2023-09-26
1
-16
/
+42
*
|
|
tor-keymgr: Add TODO about key file extensions.
Gabriela Moldovan
2023-09-26
1
-0
/
+9
*
|
|
tor-keymgr: Make SshKeyData accessors more idiomatic.
Gabriela Moldovan
2023-09-26
2
-9
/
+11
*
|
|
tor-keymgr: Fix broken doc link.
Gabriela Moldovan
2023-09-26
1
-1
/
+1
*
|
|
tor-keymgr: Make SshKeyData non-exhaustive.
Gabriela Moldovan
2023-09-26
1
-1
/
+1
*
|
|
tor-keymgr: Derive Clone, Debug for SshKeyData.
Gabriela Moldovan
2023-09-26
1
-1
/
+1
|
/
/
*
|
tor-keymgr: Rename as_ssh_keypair_data to as_ssh_key_data.
Gabriela Moldovan
2023-09-26
3
-8
/
+8
*
|
tor-keymgr: Add tests for OpenSSH public key parsing.
Gabriela Moldovan
2023-09-26
5
-0
/
+30
*
|
tor-keymgr: Use a macro to make the tests less repetitive.
Gabriela Moldovan
2023-09-26
1
-33
/
+45
*
|
tor-keymgr: Add TODO about rethinking KeyType.
Gabriela Moldovan
2023-09-26
1
-0
/
+8
*
|
tor-keymgr: Make parse_ssh_format_erased handle public keys too (fmt).
Gabriela Moldovan
2023-09-26
1
-8
/
+15
*
|
tor-keymgr: Make parse_ssh_format_erased handle public keys too.
Gabriela Moldovan
2023-09-26
1
-57
/
+5
*
|
tor-keymgr: Add helpers for parsing OpenSSH public and private keys.
Gabriela Moldovan
2023-09-26
1
-0
/
+103
*
|
tor-keymgr: Implement ToEncodableKey for HsIdKey.
Gabriela Moldovan
2023-09-25
1
-3
/
+3
*
|
tor-keymgr: Implement EncodableKey for ed25519 public keys.
Gabriela Moldovan
2023-09-25
1
-3
/
+5
*
|
tor-keymgr: Implement EncodableKey for x25519 public keys.
Gabriela Moldovan
2023-09-25
1
-0
/
+26
*
|
tor-keymgr: Add KeyType variants for public keys.
Gabriela Moldovan
2023-09-25
2
-4
/
+15
*
|
tor-keymgr: Make EncodableKey support public keys too.
Gabriela Moldovan
2023-09-25
4
-22
/
+61
*
|
tor-keymgr: Represent unparsed ssh key as strings.
Gabriela Moldovan
2023-09-25
2
-10
/
+10
|
/
*
tor-hsclient: Update HsClientSecretKeys docs.
Gabriela Moldovan
2023-09-25
1
-1
/
+1
*
tor-keymgr: Add (experimental) notices to semver.md
Gabriela Moldovan
2023-09-25
1
-6
/
+6
*
tor-llcrypto: Implement Clone and Debug for StaticKeypair.
Gabriela Moldovan
2023-09-25
1
-0
/
+11
*
tor-netdoc: Remove outdated note.
Gabriela Moldovan
2023-09-25
1
-4
/
+0
*
tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ...
Gabriela Moldovan
2023-09-25
7
-17
/
+17
*
tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S...
Gabriela Moldovan
2023-09-25
13
-45
/
+62
*
tor-hsservice: Add HsClientDescEncKeypair.
Gabriela Moldovan
2023-09-25
3
-0
/
+22
*
tor-llcrypto: Add a type for x25519 StaticSecret/PublicKey keypairs.
Gabriela Moldovan
2023-09-25
2
-0
/
+10
*
Merge branch 'pad_intro2' into 'main'
Nick Mathewson
2023-09-25
2
-10
/
+45
|
\
|
*
Generate padding in Introduce1 messages.
Nick Mathewson
2023-09-18
1
-7
/
+41
|
*
HSS: accept padding at the end of an introduce2 encrypted payload
Nick Mathewson
2023-09-18
1
-3
/
+4
*
|
tor-hsservice: Add TODO about MissingKeys errors.
Gabriela Moldovan
2023-09-22
2
-0
/
+31
*
|
tor-hsservice: Add semver.md file.
Gabriela Moldovan
2023-09-22
1
-0
/
+1
*
|
tor-hsservice: Make keys.rs a top-level module.
Gabriela Moldovan
2023-09-22
5
-5
/
+4
*
|
tor-hsservice: Make the caller of build_sign calculate `now()`.
Gabriela Moldovan
2023-09-22
2
-6
/
+7
*
|
tor-hsservice: Add TODO regarding the KeySpecifier::ctor_path()s of service k...
Gabriela Moldovan
2023-09-22
1
-0
/
+5
*
|
tor-hsservice: Use "hs" instead of "service" the ArtiPaths of services.
Gabriela Moldovan
2023-09-22
1
-1
/
+1
*
|
tor-hsservice: Add some derives for HsSvcKeySpecifier.
Gabriela Moldovan
2023-09-22
1
-0
/
+1
*
|
tor-hsservice: Remove unnecessary placeholder struct.
Gabriela Moldovan
2023-09-22
1
-15
/
+0
*
|
tor-hsservice: Specify the expiry time for the intro_{auth, enc}_key_cert.
Gabriela Moldovan
2023-09-22
2
-5
/
+21
*
|
tor-hsservice: Remove unused keys module.
Gabriela Moldovan
2023-09-22
2
-35
/
+0
*
|
tor-hsservice: Make the publisher load keys from the keystore.
Gabriela Moldovan
2023-09-22
2
-15
/
+25
*
|
tor-hsservice: Add a helper for reading service keys from the keystore.
Gabriela Moldovan
2023-09-22
2
-2
/
+20
*
|
tor-hsservice: Support storing desc signing keys in the keystore.
Gabriela Moldovan
2023-09-22
2
-1
/
+22
[prev]
[next]