Rushil Mehra
Rushil Mehra
Yeah I think this is a good idea. @janrueth thanks for hacking that together, I'll give it a look and we can go from there
What's the build error? And what version of boringssl are you building with?
More accurate to link to https://commondatastorage.googleapis.com/chromium-boringssl-docs/x509.h.html#X509_check_host
Will need to rebase on https://github.com/cloudflare/boring/pull/250 when it lands
Just needs a rebase
> Second, in my build environment, it looks like the linker is failing to find libcrypto: I fixed the build issues > I think we should just disable these APIs,...
> Compiles and builds on macOS sequoia. project runs successful but error occurs when building docker image. > > ## thread 'main' panicked at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/boring-sys-4.16.0/build/main.rs:574:44: > 27.43 called `Result::unwrap()` on...
Where is LLVM installed on your system? And what is `LIBRARY_PATH` set to?
Oh yeah I meant `LIBCLANG_PATH` not `LIBRARY_PATH`
> I installed LLVM for macOS and see the same problem. 27.63 thread 'main' panicked at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/boring-sys-4.16.0/build/main.rs:574:44: 27.63 called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound,...