Results 112 comments of bitmold

``` ld: warning: ignoring file /Users/a/Desktop/quiet/packages/mobile/ios/NodeJsMobile/NodeMobile.framework/NodeMobile, building for iOS Simulator-arm64 but attempting to link with file built for unknown-unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20...

Upgrading to the new Tor.framwework release, resolved the linking issue. Now seeing on `npm run ios` ``` The following build commands failed: SwiftCompile normal arm64 Compiling\ GeneratedAssetSymbols.swift /Users/a/Library/Developer/Xcode/DerivedData/Quiet-dquvxoipuokwttdxxcwuetjxezqr/Build/Intermediates.noindex/Quiet.build/Debug-iphonesimulator/Quiet.build/DerivedSources/GeneratedAssetSymbols.swift (in target...

Currently maintaining a branch here where I'm experimenting with openssl-3.5.0 in tor-android. When there's a new release of tor that supports it, I want to go all in and ship...

https://github.com/guardianproject/tor-android/tree/openssl-3.5.0

We're shipping tor-android with 0.4.8.17 of tor and 3.5.0 for openssl

It fixes a Low CVE for the command line application. Will upgrade to the latest 3.5 series release on our next tor-android release, but for now it's fine. On Tuesday,...

Will revisit this for https://github.com/guardianproject/orbot-android/issues/1361 once #170 is merged in

Something like this could be merged into Orbot removing relay torrc config and string resources: https://github.com/guardianproject/orbot/tree/no-relay Then tor-android could _keep_ `--disable-module-dirauth` while also adding `--disable-module-relay` And perhaps `./tor-droid-make.sh build` could...

as of `66115c684665230bc596dfcedf068cefac689827` tor-android is now built with --disable-module-relay thus finally also functionally enabling --disable-module-dirauth