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
...
|
*
|
|
llcrypto: Document how convert_ed25519_to_curve25519_private computes the key.
Gabriela Moldovan
2023-06-27
1
-0
/
+5
|
*
|
|
llcrypto: Add note about bumping x25519-dalek and clamping.
Gabriela Moldovan
2023-06-27
1
-0
/
+45
|
*
|
|
llcrypto: Document ed25519->curve25519->ed25519 conversion behaviour.
Gabriela Moldovan
2023-06-27
1
-0
/
+5
|
*
|
|
llcrypto: Implement ed25519_to_curve25519_private conversion.
Gabriela Moldovan
2023-06-27
4
-1
/
+63
|
*
|
|
llcrypto: Add missing docs for hsv3-service feature flag.
Gabriela Moldovan
2023-06-27
1
-0
/
+3
*
|
|
|
keymgr: Add regression test for tor_keymgr::Error recursion bug.
Gabriela Moldovan
2023-06-27
1
-0
/
+39
*
|
|
|
keymgr: Fix infinite recursion in Error impl.
Gabriela Moldovan
2023-06-27
1
-2
/
+1
|
/
/
/
*
|
|
Merge branch 'revert_to_x25519_pre1' into 'main'
Nick Mathewson
2023-06-27
7
-22
/
+21
|
\
\
\
|
*
|
|
Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2
pinkforest
2023-06-27
7
-22
/
+21
*
|
|
|
Add Channel expiry info in ChanMgr docs
Saksham Mittal
2023-06-27
1
-0
/
+7
|
/
/
/
*
|
|
tor-hsclient: Increase some timeouts
Ian Jackson
2023-06-26
1
-2
/
+2
*
|
|
tor-hsclient: test: Introduce some constants for timings
Ian Jackson
2023-06-26
1
-5
/
+16
*
|
|
tor-hsclient: test: Add another sleep for expiry task *start*
Ian Jackson
2023-06-26
1
-0
/
+2
*
|
|
tor-hsclient: impl Debug by hand for MockCirc
Ian Jackson
2023-06-26
1
-1
/
+18
*
|
|
Merge branch 'send_sync_torclientbuilder' into 'main'
gabi-250
2023-06-26
1
-1
/
+15
|
\
\
\
|
*
|
|
Also require that TorClientBuilder be Sync.
Nick Mathewson
2023-06-26
1
-2
/
+2
|
*
|
|
arti-client: Mark DirProviderBuilder Send+Sync;
Nick Mathewson
2023-06-26
1
-1
/
+15
*
|
|
|
Merge branch 'netdoc-todos-again' into 'main'
Nick Mathewson
2023-06-26
6
-43
/
+100
|
\
\
\
\
|
*
|
|
|
netdoc: remove final TODO HS
Nick Mathewson
2023-06-26
1
-1
/
+0
|
*
|
|
|
netdoc: Downgrade TODO on EncryptedHsDesc::decrypt
Nick Mathewson
2023-06-26
1
-2
/
+5
|
*
|
|
|
netdoc: Remove "decrypted_with_id" as meaningless
Nick Mathewson
2023-06-26
1
-26
/
+9
|
*
|
|
|
netdoc: Remove dead_code exception; add accessors.
Nick Mathewson
2023-06-26
3
-6
/
+39
|
*
|
|
|
netdoc: change a TODO HS about a distinguisher to a NOTE.
Nick Mathewson
2023-06-26
1
-4
/
+7
|
*
|
|
|
netdoc: replace a test TODO with a reference to other tests
Nick Mathewson
2023-06-26
1
-1
/
+8
|
*
|
|
|
netdoc: fill in some test data
Nick Mathewson
2023-06-23
4
-11
/
+40
*
|
|
|
|
Merge branch 'upgrade-itertools' into 'main'
gabi-250
2023-06-26
14
-17
/
+21
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
netdoc: Note new feature in itertools
Nick Mathewson
2023-06-26
1
-1
/
+5
|
*
|
|
|
Upgrade to itertools 0.11.0
Nick Mathewson
2023-06-26
13
-16
/
+16
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'data' into 'main'
Ian Jackson
2023-06-26
4
-12
/
+133
|
\
\
\
\
|
*
|
|
|
tor-hsclient: Split out expire_old_data function
Ian Jackson
2023-06-26
1
-0
/
+5
|
*
|
|
|
tor-hsclient: Add a comment about what run_housekeeping does
Ian Jackson
2023-06-26
1
-0
/
+1
|
*
|
|
|
tor-hsclient: Add a debug message about task exit
Ian Jackson
2023-06-26
1
-0
/
+2
|
*
|
|
|
tor-hsclient: Comment explaining why no launch_background_tasks
Ian Jackson
2023-06-26
1
-0
/
+3
|
*
|
|
|
tor-hsclient: Say we *mustn't* do housekeeping while dormant
Ian Jackson
2023-06-26
1
-2
/
+2
|
*
|
|
|
tor-hsclient: Add a TODO SPEC re data lifetime
Ian Jackson
2023-06-23
1
-0
/
+2
|
*
|
|
|
tor-hsclient: state tests: Test housekeeping (data expiry)
Ian Jackson
2023-06-23
1
-0
/
+5
|
*
|
|
|
tor-hsclient: state tests: Promote mk_hsconn call
Ian Jackson
2023-06-23
1
-1
/
+3
|
*
|
|
|
tor-hsclient: state tests: Introduce connect_called
Ian Jackson
2023-06-23
1
-5
/
+11
|
*
|
|
|
tor-hsclient: Expire old data eventually
Ian Jackson
2023-06-23
4
-6
/
+101
*
|
|
|
|
keymgr: Document why we need the StdError impl for tor_keymgr::Error.
Gabriela Moldovan
2023-06-26
1
-0
/
+5
*
|
|
|
|
keymgr: Remove AsRef<dyn StdError> trait bound and unneeded impls.
Gabriela Moldovan
2023-06-26
5
-28
/
+1
*
|
|
|
|
keymgr: Add the file path to SshKeyError context.
Gabriela Moldovan
2023-06-26
2
-9
/
+29
*
|
|
|
|
keymgr: Add the path to ArtiNativeKeystoreError Display impl.
Gabriela Moldovan
2023-06-26
1
-3
/
+3
*
|
|
|
|
keymgr: Replace Error with Box<dyn KeystoreError>.
Gabriela Moldovan
2023-06-26
6
-189
/
+74
*
|
|
|
|
keymgr: Add helper for boxing SshKeyError.
Gabriela Moldovan
2023-06-26
1
-0
/
+7
*
|
|
|
|
keymgr: Implement KeystoreError for SshKeyError.
Gabriela Moldovan
2023-06-26
1
-2
/
+18
*
|
|
|
|
keymgr: Add some initial variants to SshKeyError.
Gabriela Moldovan
2023-06-26
1
-1
/
+20
*
|
|
|
|
keymgr: Define an error type for the ssh module.
Gabriela Moldovan
2023-06-26
1
-0
/
+8
*
|
|
|
|
keymgr: Define an error type for ArtiNativeKeyStore.
Gabriela Moldovan
2023-06-26
2
-0
/
+75
*
|
|
|
|
keymgr: Implement KeystoreError for Bug.
Gabriela Moldovan
2023-06-26
2
-0
/
+8
[prev]
[next]