Commits


Steve Kyoungwon Kim authored and Andy Green committed 5dd57715ddf
BoringSSL: provide X509_VERYFY_PARAM_Set1_host length X509_VERYFY_PARAM_Set1_host of openSSL allows the third argument, which is the length of the hostname string, to be 0. Then, it assumes hostname is a null-terminated C string. BoringSSL enforces the actual length to be specified, and the hostname string should end with a null char. Just provide the length, making both OpenSSL and BoringSSL happy.