Closed
Description
Right now if you compile against BoringSSL (i.e., point OPENSSL_DIR
at it), but don't specify unstable_boringssl
it will silently build, but many things won't work (e.g. pyca/cryptography#7933 (comment)).
At a minimum, would it make sense to detect this situation with expando.c
and fail the build, rather than silently proceeding?
Even better would be if it could detect this and work -- perhaps by BoringSSL putting the generated bssl-sys
crate somewhere that could be detected.
cc: @davidben, @maurer, @benbrittain, @durin42
Metadata
Metadata
Assignees
Labels
No labels