summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| | * tor-proto: Use correct SecretBuf in handshakes.Nick Mathewson2022-08-014-17/+27
| | * tor-proto: Replace SecretBytes with SecretBuf.Nick Mathewson2022-08-018-63/+65
| | * New SecretBuf type in tor-bytesNick Mathewson2022-08-014-0/+128
| | * Add TODO comments about unwanted copies.Nick Mathewson2022-08-011-0/+2
| | * tor-llcrypto: make AES key objects ZeroizeOnDrop when using opensslNick Mathewson2022-08-011-0/+3
| | * Stop deriving Zeroize for RsaIdentity.Nick Mathewson2022-08-011-2/+1
| | * Use the `zeroize` feature in several cratesNick Mathewson2022-08-012-4/+4
| * | Merge branch 'provide_params_too' into 'main'Nick Mathewson2022-08-045-0/+61
| |\ \
| | * | Finish implementation of params() for DirMgr.Nick Mathewson2022-08-023-0/+59
| | * | Add params() method to NetDirProvider, and partial implementationNick Mathewson2022-08-022-0/+2
| | |/
| * | Merge branch 'inc-rename' into 'main'Ian Jackson2022-08-024-2/+2
| |\ \
| | * | Rename `.inc` and other included files to end in `.rs`eta2022-07-264-2/+2
| * | | Merge branch 's-micros-millis' into 'main'Ian Jackson2022-08-021-1/+1
| |\ \ \
| | * | | tor-rtcompat: s/micros/millis inside a flaky testeta2022-07-261-1/+1
| | |/ /
* | | | tor-proto: Unify the check_match code in channel and handshakeNick Mathewson2022-08-103-46/+48
* | | | tor-netdir: Add a static assertion about RelayIdType::COUNTNick Mathewson2022-08-103-3/+22
* | | | Implement `Into<RelayIdRef>` for `&RelayId`.Nick Mathewson2022-08-101-0/+6
* | | | Make sure all HasRelayIds constaints allow ?Sized.Nick Mathewson2022-08-102-16/+25
* | | | netdir: remove long-unused missing_descriptor_for codeNick Mathewson2022-08-102-23/+2
* | | | tor-netdir: Remove or hide some no-longer-used accessors.Nick Mathewson2022-08-101-29/+13
* | | | tor-netdir: Collapse by_id and by_relay_id into a single fn.Nick Mathewson2022-08-105-58/+71
* | | | Final (?) API revisions for tor-linkspecNick Mathewson2022-08-1022-223/+335
* | | | linkspec: Add more accessors (some internal) for ids.Nick Mathewson2022-08-101-0/+68
* | | | Remove get_ed_identity_key as unused.Nick Mathewson2022-08-101-23/+0
* | | | Introduce a RelayIdSet and use it in place of HashSet<RelayId>.Nick Mathewson2022-08-107-20/+167
* | | | Teach guard restrictions about RelayId.Nick Mathewson2022-08-105-16/+60
* | | | Parsing, encoding, and serde for RelayId.Nick Mathewson2022-08-103-5/+195
* | | | Use accessors in two places where tests look at specific keys.Nick Mathewson2022-08-102-10/+21
* | | | Add a set of Identity-related types and accessors.Nick Mathewson2022-08-105-2/+166
* | | | Define a constant for ED25519 identity length.Nick Mathewson2022-08-102-3/+8
* | | | guardmgr: Avoid a case of using HasRelayIds key methods.Nick Mathewson2022-08-021-1/+1
* | | | netdir: Add and use a new ids_listed() function.Nick Mathewson2022-08-022-1/+10
* | | | Avoid a simple usage of ed_identity() in circmgr testsNick Mathewson2022-08-021-2/+1
* | | | Introduce HasRelayIds::same_relay_ids.Nick Mathewson2022-08-026-23/+33
* | | | guardmgr: Change APIs that used to take IDs.Nick Mathewson2022-08-023-24/+19
* | | | guardmgr: Replace IdPair with RelayIdsNick Mathewson2022-08-024-30/+31
* | | | Implement serde traits on RelayIds.Nick Mathewson2022-08-022-2/+6
* | | | netdir: add an accessor that takes a HasRelayIds.Nick Mathewson2022-08-021-1/+12
* | | | tor-linkspec: Refactor out traits to represent a relay's ID set.Nick Mathewson2022-08-0218-48/+123
* | | | Remove some testing-only reimplementations of OwnedChanTarget.Nick Mathewson2022-08-023-82/+12
|/ / /
* | / Fix typosDimitris Apostolou2022-08-011-1/+1
| |/ |/|
* | Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-0117-27/+0
* | Manually bump the patch version on safelog.Nick Mathewson2022-08-011-1/+1
* | Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-0116-25/+25
* | Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-0114-28/+28
* | Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-0121-71/+71
* | update semver status filetrinity-1686a2022-07-301-0/+1
* | fix runtime issues on iostrinity-1686a2022-07-303-10/+17
* | remove dependancy 'users' on iOStrinity-1686a2022-07-303-10/+22
* | Several typo fixes from `typos`.Nick Mathewson2022-07-272-2/+2