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-hscrypto
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-hsservice: Add HsClientDescEncKeypair.
Gabriela Moldovan
2023-09-25
2
-0
/
+20
*
tor-hscrypto: Reinstate HsDescSigningKey/HsDescSigningKeypair.
Gabriela Moldovan
2023-09-22
1
-2
/
+0
*
hs_ntor: Take our k_hss_ntor keypair explicitly.
Nick Mathewson
2023-09-20
1
-0
/
+5
*
tor-hscrypto: Implement PartialEq for HsClientDescEncKey.
Gabriela Moldovan
2023-09-18
1
-0
/
+6
*
tor-crypto: Fix some derive formatting
Ian Jackson
2023-09-18
1
-1
/
+1
*
hscrypto: Define a keypair type for HsSvcNtor{,Secret}Key
Nick Mathewson
2023-09-17
2
-0
/
+35
*
tor-hscrypto: Impl From<&HsBlindIdKeypair> for HsBlindIdKey.
Gabriela Moldovan
2023-08-25
1
-0
/
+7
*
tor-hscrypto: Add a function for deriving the subcredential.
Gabriela Moldovan
2023-08-25
1
-3
/
+15
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
3
-0
/
+3
*
hscrypto: Expose hs_mac as a SimpleMac.
Nick Mathewson
2023-08-14
1
-1
/
+16
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
4
-0
/
+4
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
tor-hscrypto: Provide values for NUM_INTRO_POINT
Ian Jackson
2023-06-28
1
-0
/
+12
*
hscrypto: downgrade a comment to HSS
Nick Mathewson
2023-06-22
1
-1
/
+1
*
Merge branch 'socks_errorkinds' into 'main'
Nick Mathewson
2023-06-22
1
-0
/
+15
|
\
|
*
New ErrorKind for invalid onion addresses
Nick Mathewson
2023-06-22
1
-0
/
+15
*
|
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
|
/
*
hscrypto: fix TODOs in time-period code.
Nick Mathewson
2023-06-13
1
-32
/
+53
*
hscrypto: remove compatibility note about time periods.
Nick Mathewson
2023-06-13
1
-9
/
+0
*
hscrypto: note that hs_mac is not a good choice for new protocols
Nick Mathewson
2023-06-13
1
-1
/
+4
*
hscrypto: comment out an unused key type.
Nick Mathewson
2023-06-13
1
-5
/
+6
*
hscrypto: Remove a TODO about extending an internal macro.
Nick Mathewson
2023-06-13
1
-2
/
+0
*
hscrypto: Remove a TODO about implementing ErrorKind.
Nick Mathewson
2023-06-13
1
-1
/
+0
*
hscrypto: clarify and downgrade TODOs about blinding secrets
Nick Mathewson
2023-06-13
1
-2
/
+10
*
tor-hscrypto: implement Rng.gen() for RendCookie
Ian Jackson
2023-06-09
1
-0
/
+6
*
tor-hscrypto: Break out REND_COOKIE_LEN
Ian Jackson
2023-06-09
1
-1
/
+4
*
hscrypto: Remove an incorrect comment.
Nick Mathewson
2023-05-18
1
-5
/
+0
*
hscrypto: Replace ed25519 secret keys with keypairs
Nick Mathewson
2023-05-18
1
-42
/
+32
*
hscrypto: Add comment about impl that will be removed after we address #798.
Gabriela Moldovan
2023-05-03
1
-0
/
+2
*
hscrypto: Add From impl for deriving KP_hsc_desc_enc out of KS_hsc_desc_enc.
Gabriela Moldovan
2023-05-03
1
-0
/
+6
*
Debug as hex strings for HsBlindId and HsDirIndex
Ian Jackson
2023-03-31
1
-2
/
+3
*
Stop requiring the caller to supply `AuthClient`s.
Gabriela Moldovan
2023-03-31
1
-0
/
+15
*
tor-hscrypto: key blinding: Use consistent terminology
Ian Jackson
2023-03-28
1
-10
/
+12
*
Use the type system to enforce use of blinded keys.
Gabriela Moldovan
2023-03-27
1
-0
/
+24
*
Add builder for encoding hidden service descriptors.
Gabi Moldovan
2023-03-24
1
-1
/
+10
*
Improve error from HsId parse of "www.B32.onion"
Ian Jackson
2023-03-09
1
-2
/
+11
*
Test HsId parse of subdomain
Ian Jackson
2023-03-09
1
-0
/
+1
*
Use strip_suffix_ignore_ascii_case to quickly reject non-.onion HsId (fmt)
Ian Jackson
2023-03-08
1
-1
/
+3
*
Use strip_suffix_ignore_ascii_case to quickly reject non-.onion HsId
Ian Jackson
2023-03-08
1
-3
/
+3
*
Impl Redactable for HsId
Ian Jackson
2023-03-07
1
-1
/
+25
*
Debug HsId as the .onion; retain the hex printing as {:x}
Ian Jackson
2023-03-07
1
-3
/
+10
*
impl Display for HsId
Ian Jackson
2023-03-07
1
-1
/
+144
*
Merge branch 'hsconn' into 'main'
Ian Jackson
2023-03-01
1
-12
/
+17
|
\
|
*
tor-llcrypto: Add a TODO re impl Redactable for HsId
Ian Jackson
2023-03-01
1
-0
/
+1
|
*
tor-hscrypto: Provide manual Debug impl for HsId
Ian Jackson
2023-03-01
1
-1
/
+16
|
*
HS secret keys: Move aggregate/config to tor-hsclient
Ian Jackson
2023-03-01
1
-11
/
+0
*
|
Introduce a constant for the length of the output of hs_mac()
Nick Mathewson
2023-03-01
1
-2
/
+5
|
/
*
hscrypto: Make several types Readable+Writeable
Nick Mathewson
2023-02-28
1
-0
/
+11
*
hscrypto: Use minutes, not seconds, in blinding parameter.
Nick Mathewson
2023-02-10
1
-8
/
+4
[next]