Skip to content

webtun/boringssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoringSSL Rust Bindings

Build Status Latest Version

This package provides bindings for BoringSSL's libssl. For libcrypto take a look at ring, and for certificate validation a look at webpki. BoringSSL is statically linked by this package. It tracks the chromium-stable branch and should therefore use the same version of BoringSSL as the latest Chrome / Chromium release.

Third-Party Code

This package includes auto-generated code from boringssl, which is separately licensed (BSDish Licenses). See boringssl's LICENSE for details.