Commit Graph

13 Commits

Author SHA1 Message Date
Sarah Jamie Lewis 478df967fc Upgrade Dependencies. Prevent socks default behaviour in bine
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2022-08-28 18:57:45 -07:00
Dan Ballard 9d4e1e5ca5 add versionCallback and use on reboot tor; change start preference for bundled tor; new go 1.17 build directives 2022-08-01 10:50:55 -07:00
Sarah Jamie Lewis 6d5accb338 Make IsValidHostname More Robust
IsValidHostname now rejects public keys that are invalid ed25519
curve points in addition to ed25519 points that contain torsion
components (which are defined to be invalid Tor Hostnames).

Note: The lack of these checks previously  would have been unlikely to manifest as an issue further up the
stack because Tor would have prevented Cwtch from connecting to bad curve
points, the Tapir authentication protocol would have failed with invalid curve points,
and the experimental group chats only rely on signatures for voluntary authorship attribution,
rather than e.g. consensus or security.
2021-09-28 14:01:53 -07:00
Sarah Jamie Lewis 4e4b39b707 Make access to OnionListenService threadsafe
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2021-06-09 10:20:24 -07:00
Sarah Jamie Lewis d31f77262b Fix nil pointer to authenticator on restart + simplify
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2021-04-08 16:10:25 -07:00
Dan Ballard e72f8c9846 just add golang.org/x/net to go.mod
continuous-integration/drone/push Build is passing Details
2021-04-08 16:06:55 -07:00
Dan Ballard b8183662dc go.sum for bine 0.0.4 and remove go 1.15 in drone
continuous-integration/drone/push Build is failing Details
2021-04-08 15:56:47 -07:00
Dan Ballard 89dff1f5e0 torProvider: now creates new subdir for tor process per run to avoid collisions of zombies; log tor processl bump op.log version
the build was successful Details
2020-11-17 11:03:51 -08:00
Sarah Jamie Lewis 0b0f65017a Moving to OpenPrivacy Bine / Adding GetPID to ACN
the build was successful Details
2020-10-15 16:46:45 -07:00
Sarah Jamie Lewis afda040693 Sketch of Tor Authenticator
the build was successful Details
2020-06-29 11:45:47 -07:00
Dan Ballard 504139e4c6 update log to 1.0.0 2020-02-07 14:23:14 -05:00
Dan Ballard 52ef350514 migrate to stand alone log, port over required lib ricochet util functions 2020-02-06 15:01:34 -05:00
Dan Ballard a7cb23036b import libricochet-go connectivity package as stand alone repo 2020-02-05 19:46:02 -05:00