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-proto
/
src
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'virtual_hop' into 'main'
Nick Mathewson
2023-05-18
1
-24
/
+93
|
\
|
*
proto: Try to improve the documentation in crypto/cell.rs
Nick Mathewson
2023-05-18
1
-24
/
+86
|
*
tor-proto: Code to construct crypto layers for virtual hops.
Nick Mathewson
2023-05-18
1
-0
/
+7
*
|
hs_ntor: several documentation cleanups.
Nick Mathewson
2023-05-17
1
-6
/
+14
*
|
hs_ntor: make encrypt_and_mac take a typed public key
Nick Mathewson
2023-05-17
1
-10
/
+6
*
|
hs_ntor: remove the last lingering AsRef<[u8]>
Nick Mathewson
2023-05-17
1
-7
/
+7
*
|
hs_ntor: Add a test vector case extracted from C tor.
Nick Mathewson
2023-05-17
1
-0
/
+104
*
|
hs_ntor: Calculate MAC on introduce1 message correctly.
Nick Mathewson
2023-05-17
1
-3
/
+12
*
|
hs_ntor: Make internal no-rng variants of the handshake functions.
Nick Mathewson
2023-05-17
1
-2
/
+25
*
|
hs_ntor: Move extra data outside of the "input" fields.
Nick Mathewson
2023-05-17
1
-59
/
+33
*
|
hs_ntor: Use MAC implementation from tor-hscrypto
Nick Mathewson
2023-05-17
1
-35
/
+16
*
|
hs_ntor: Use correct PK types from tor_hscrypto.
Nick Mathewson
2023-05-17
1
-20
/
+24
*
|
hs_ntor: Use Subcredential type from tor-hscrypto
Nick Mathewson
2023-05-17
1
-4
/
+3
|
/
*
Use non-deprecated *Secret::random_from_rng.
Nick Mathewson
2023-05-13
3
-13
/
+13
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
2
-2
/
+2
*
tor-cell: Refactor relay cells to copy much less
Nick Mathewson
2023-02-15
1
-18
/
+8
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
5
-0
/
+5
*
tor-proto: Expose support for doing onion service handshakes
Nick Mathewson
2023-01-17
2
-17
/
+18
*
tor-proto: Rename "hs" experimental feature to "onion-common"
Nick Mathewson
2023-01-17
1
-1
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
4
-0
/
+33
*
test lint blocks: Do some semi-manually
Ian Jackson
2022-12-12
1
-1
/
+9
*
Fix a bunch of "needless borrow" warnings on nightly
Nick Mathewson
2022-11-18
1
-2
/
+2
*
fix clippy::needless_borrow
trinity-1686a
2022-09-10
1
-1
/
+1
*
Merge branch 'zeroize' into 'main'
Nick Mathewson
2022-08-04
7
-75
/
+90
|
\
|
*
tor-proto: Use correct SecretBuf in handshakes.
Nick Mathewson
2022-08-01
4
-17
/
+27
|
*
tor-proto: Replace SecretBytes with SecretBuf.
Nick Mathewson
2022-08-01
7
-60
/
+65
*
|
Rename `.inc` and other included files to end in `.rs`
eta
2022-07-26
1
-1
/
+1
|
/
*
tor-proto: Stop using write_infallible in handshake code.
Nick Mathewson
2022-07-11
3
-138
/
+174
*
Remove "write_and_consume_infallible".
Nick Mathewson
2022-07-11
1
-7
/
+12
*
Rename "write" methods on tor-bytes to "write_infallible".
Nick Mathewson
2022-07-11
3
-112
/
+112
*
Implement a higher-level API for the ntor v3 handshake
eta
2022-07-08
1
-23
/
+162
*
Update `rsa` dependency (and use `x25519-dalek` prerelease)
eta
2022-07-06
1
-6
/
+5
*
tor-proto: split and elaborate tor_bytes::Error instances
Nick Mathewson
2022-06-23
3
-9
/
+28
*
tor-proto: clean up error names and messages
Nick Mathewson
2022-06-23
6
-17
/
+17
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
5
-7
/
+12
*
Upgrade to AES 0.8
Nick Mathewson
2022-04-26
3
-4
/
+4
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
2
-3
/
+0
*
tor-proto: Rename BadHandshake to BadCircHandshake
Nick Mathewson
2022-02-23
4
-6
/
+6
*
Eliminate RequestedResourceAbsent kind.
Nick Mathewson
2022-02-22
4
-17
/
+44
*
Update tor-proto errors to latest API.
Nick Mathewson
2022-02-15
1
-1
/
+1
*
tor-proto: use InternalError for internal errors.
Nick Mathewson
2022-02-15
2
-4
/
+12
*
Remove many needless borrows and slices
Ian Jackson
2022-02-02
1
-4
/
+4
*
prefer 'unwrap_or_default' to manual constructor
Daniel Eades
2022-01-01
1
-1
/
+1
*
Merge remote-tracking branch 'origin/mr/180'
Nick Mathewson
2021-12-08
1
-11
/
+10
|
\
|
*
In CryptInit, return a Result in initialize()
Neel Chauhan
2021-12-08
1
-11
/
+10
*
|
Upgrade to digest v0.10.0
Nick Mathewson
2021-12-07
2
-4
/
+4
|
/
*
Remove some XXXs about zeroizing from tor-proto.
Nick Mathewson
2021-12-07
1
-2
/
+0
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
4
-8
/
+11
*
add constructors
dagon
2021-11-30
1
-17
/
+53
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-1
/
+1
[next]