libtor-sys
libtor-sys copied to clipboard
Rust crate that builds a static version of Tor
I have the following docker image for testing the compilation. ``` Dockerimage From rust:latest RUN rustup target add x86_64-pc-windows-gnu RUN apt-get update -y && apt-get install -y gcc-mingw-w64-x86-64 gcc-mingw-w64-i686 libnpth-mingw-w64-dev...
This diff should be clean -- the "Only In" blah files (automake etc) outputs contain a lot of code one should review before building... ```diff Only in /Users/jr/Downloads/libevent-release-2.1.12-stable: .clang-format Only...
Hi @afilini - experiencing this compilation issue on macos after `libtor-sys` was bumped - any ideas? ``` note: Undefined symbols for architecture x86_64: "_EVP_PKEY_get_base_id", referenced from: _tor_tls_cert_is_valid in libtor_sys-4d079d3be7ca8339.rlib(libtor_tls_a-x509_openssl.o) "_EVP_PKEY_get_bits",...
Sig 11
Compiling JNI bindings atop libtor-sys and I keep getting intermittent `Tor 0.4.6.9 died: Caught signal 11` crashes. Not entirely sure if this is attributed to something with libtor-sys, or JVM...
Hi @afilini I'm trying to get native windows build working. I managed to use cmake for `libevent` source but the Tor source does not have CMakeLists.txt. I see it has...
CVE-2024-3094 has demonstrated that the obscure `autotools` macro language and the infeasible-to-audit barf of `configure` are good places for hiding malware. `autotools` is not only slow and a barrier to...