Registry / crypto / boringssl

boringssl

JSON →
library2025-08-18vcpkgunverified

BoringSSL is a fork of OpenSSL developed by Google

vcpkg install boringssl
INSTALL
IMPORT
SIG · BORINGSSL
B
boringssl
cryptocppv2025-08-18
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

openssl/ssl.h
#include <openssl/ssl.h>

Initialize SSL library and create a client context

#include <openssl/ssl.h> #include <openssl/err.h> int main() { SSL_library_init(); SSL_CTX *ctx = SSL_CTX_new(TLS_client_method()); if (ctx) SSL_CTX_free(ctx); return 0; }
Debug
Known issues
breakingBoringSSL is not API/ABI compatible with OpenSSL; mixing both causes linker errors
fix
Use only BoringSSL headers and libraries; do not link against OpenSSL
affects: *
Upgrade
Version history
2025-08-18latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources

No resource links recorded.

boringssl — pip install boringssl · libregistry