Skip to content

Latest commit

 

History

History

boringssl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Name: BoringSSL
URL: https://boringssl.googlesource.com/boringssl
Version: git
License: BSDish
License File: src/LICENSE
License Android Compatible: yes
Security Critical: yes

Description:
This is BoringSSL, a fork of OpenSSL. See
https://www.imperialviolet.org/2014/06/20/boringssl.html

Note: when rolling DEPS forward, remember to run

  cd third_party/boringssl
  python src/util/generate_build_files.py --embed_test_data=false gn

from a system with both Perl and Go installed. Alternatively, use the
roll_boringssl.py script.