summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* Run "cargo update" in preparation for release.Nick Mathewson2023-09-051-312/+258
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-24/+24
* Minor-version bumps for crates with breaking changes.Nick Mathewson2023-09-051-2/+2
* Bump to trust-dns-proto 0.23.0Nick Mathewson2023-09-051-25/+8
* Upgrade to visibility 0.1.0Nick Mathewson2023-09-051-3/+3
* tor-hsservice: Add partial descriptor publisher reactor implementation.Gabriela Moldovan2023-08-251-0/+6
* hss: Retry rendezvous circuit attempts.Nick Mathewson2023-08-241-0/+1
* tor-keymgr: Bump ssh-key to 0.6.1 and remove unnecessary dependency.Gabriela Moldovan2023-08-241-3/+2
* tor-keymgr, tor-hsservice: deser for ArtiPathComponent and HsNicknameIan Jackson2023-08-231-0/+2
* tor-hsservice: Provide a sensible HsNicknameIan Jackson2023-08-231-0/+1
* tor-hsservice: About half of an IPT ManagerIan Jackson2023-08-231-0/+1
* tor-hsservice: Provide timeout tracking utilities - testsIan Jackson2023-08-231-0/+2
* tor-hsservice: Provide timeout tracking utilitiesIan Jackson2023-08-231-0/+2
* hss: change terminate oneshot to send "void".Nick Mathewson2023-08-221-0/+1
* HSS: Use correct timeouts and delays in IptEstablisherNick Mathewson2023-08-221-0/+1
* HSS: Refactor RendRequest so we can return a stream of it.Nick Mathewson2023-08-221-0/+2
* hss: Establish intro point by RelayIds.Nick Mathewson2023-08-221-0/+1
* Merge branch 'webpki-update' into 'main'Ian Jackson2023-08-221-2/+2
|\
| * Upgrade to rustls-webpki unaffected by RUSTSEC-2023-0053Nick Mathewson2023-08-221-2/+2
* | Merge branch 'upgrade_num_enum' into 'main'Ian Jackson2023-08-221-4/+4
|\ \ | |/ |/|
| * Upgrade num_enum dependency to 0.7Nick Mathewson2023-08-211-4/+4
* | upgrade serde to >=1.0.184trinity-1686a2023-08-211-4/+4
|/
* Merge branch 'hss-err' into 'main'gabi-2502023-08-181-0/+1
|\
| * tor-hsservice errors: Return ReconfigureError from reconfigureIan Jackson2023-08-171-0/+1
* | tor-hsservice: Define drop behaviour of IPT establisher statusIan Jackson2023-08-171-0/+1
* | hsservice: new rend_handshake moduleNick Mathewson2023-08-171-0/+2
|/
* Merge branch 'more_introducing' into 'main'Nick Mathewson2023-08-161-0/+2
|\
| * Wire up more of IptEstablisher.Nick Mathewson2023-08-161-0/+1
| * hsservice: migrate IptStatus design to assume a postage::watchNick Mathewson2023-08-151-0/+1
* | tor-keymgr: Add sec1 0.7.3 dependency.Gabriela Moldovan2023-08-161-0/+1
* | keymgr: Bump ssh-key to 0.6.0.Gabriela Moldovan2023-08-161-120/+68
|/
* Start working on the backend for an IptEstablisher.Nick Mathewson2023-08-141-0/+2
* hscrypto: Expose hs_mac as a SimpleMac.Nick Mathewson2023-08-141-0/+1
* tor-config: Add ConfigurationSources::try_from_cmdlineIan Jackson2023-08-071-0/+1
* proto: methods to wait until a channel/circuit is shut down.Nick Mathewson2023-08-041-0/+1
* Merge branch 'ticket889_fuzz' into 'main'Nick Mathewson2023-08-021-0/+1
|\
| * equix/fuzz: Fixes to get nick's prototype runningMicah Elizabeth Scott2023-08-011-0/+1
* | equix, hashx: Benchmark against C implementationMicah Elizabeth Scott2023-08-011-255/+20
|/
* Upgrade to sanitize-filename 0.5.0Nick Mathewson2023-08-011-2/+2
* Merge branch 'hss_apis' into 'main'Nick Mathewson2023-08-011-0/+3
|\
| * hsservice: Adapt API sketches from onion-service-notes.mdNick Mathewson2023-07-311-0/+1
| * hsservice: Adapt data structures from onion-service-notes.mdNick Mathewson2023-07-311-0/+2
* | Add error if [[bridges.transports]] isn't written in config fileSaksham Mittal2023-08-011-0/+2
* | Bump patchlevel versions of crates with trivial changesNick Mathewson2023-08-011-21/+21
* | Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-13/+13
* | Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-13/+13
* | Run cargo update in preparation for a release.Nick Mathewson2023-08-011-258/+238
|/
* hashx: use RngCore for HashX's internal PRNGMicah Elizabeth Scott2023-07-271-0/+1
* Start implementing Proposal 327Micah Elizabeth Scott2023-07-271-0/+14
* Reimplement Equi-X in RustMicah Elizabeth Scott2023-07-271-0/+20